Skip to content

Console Output

Started by user Werner Keil
Running as Werner Keil
Agent basic-jf7fk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-jf7fk"
  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-jf7fk"
    - 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-jf7fk"
    - 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-3131.vf2b_b_798b_ce99"
    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-jf7fk (basic) in workspace /home/jenkins/agent/workspace/uomo-0.6.1
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.6.1 # 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.6.1^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/0.6.1^{commit} # timeout=10
Checking out Revision 44df9363398b91dfea64d9771c10442fd65d3f1d (refs/remotes/origin/0.6.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44df9363398b91dfea64d9771c10442fd65d3f1d # timeout=10
Commit message: "Update Android Plugin"
First time build. Skipping changelog.
[uomo-0.6.1] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/uomo-0.6.1/.repository clean package -B
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_191, vendor: IBM Corporation, runtime: /opt/tools/java/ibm/jdk-8/8.0.5.27/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ (128B)
[INFO] Adding repository http://download.eclipse.org/releases/indigo
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/indigo/ (479B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/indigo/ (479B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ (131B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ (131B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/indigo/ (479B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/indigo/ (479B)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR2/ (98.96kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR2/ (98.96kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR1/ (87.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/SR1/ (87.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/R/ (85.15kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/indigo/R/ (85.15kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ (119B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ (119B)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201202240900/ (2.2MB)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201202240900/ (2.2MB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ (119B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ (119B)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201109230900/ (2.22MB)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201109230900/ (2.22MB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ (119B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ (119B)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201106220900/ (2.18MB)
[INFO] Fetching content.jar from http://download.eclipse.org/releases/indigo/201106220900/ (2.18MB)
[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 content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/ (138.13kB)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/ (172.36kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/ (172.36kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Fetching R-3.7.2-201202080800&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.7/ (63B)
[INFO] Fetching org.eclipse.osgi.services_3.3.0.v20110513.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.28kB)
[INFO] Fetching org.eclipse.osgi.services_3.3.0.v20110513.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (27.28kB)
[INFO] Fetching org.eclipse.osgi_3.7.2.v20120110-1415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (448.11kB)
[INFO] Fetching org.eclipse.osgi_3.7.2.v20120110-1415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (448.11kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20130517111416/repository/ (63B)
[INFO] Fetching com.ibm.icu_50.1.1.v201304230130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/plugins/ (6.77MB)
[INFO] Fetching com.ibm.icu_50.1.1.v201304230130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/plugins/ (6.77MB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Fetching org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (33.54kB)
[INFO] Fetching org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (33.54kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (44.08kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.4.2.v20120111-2020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (44.08kB)
[INFO] Fetching org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (66.67kB)
[INFO] Fetching org.eclipse.equinox.registry_3.5.101.R37x_v20110810-1611.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (66.67kB)
[INFO] Fetching org.eclipse.equinox.common_3.6.0.v20110523.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.equinox.common_3.6.0.v20110523.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.core.jobs_3.5.101.v20120113-1953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.34kB)
[INFO] Fetching org.eclipse.core.jobs_3.5.101.v20120113-1953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (36.34kB)
[INFO] Fetching org.eclipse.core.runtime_3.7.0.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.core.runtime_3.7.0.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.18kB)
[INFO] Fetching org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (12.18kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.100.v20110321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (37.82kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.100.v20110321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (37.82kB)
[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 org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (59.99kB)
[INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (59.99kB)
[INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (211.79kB)
[INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (211.79kB)
[WARNING] Some attempts to read artifact osgi.bundle,org.junit,4.10.0.v4_10_0_v20120426-0900 failed:
[WARNING]    An error occurred while transferring artifact packed: osgi.bundle,org.junit,4.10.0.v4_10_0_v20120426-0900 from repository http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository:
[WARNING]       Problems downloading artifact: osgi.bundle,org.junit,4.10.0.v4_10_0_v20120426-0900.:
[WARNING]          File has invalid content:/tmp/signatureFile1898867661564961033.jar:
[WARNING]             Invalid content:junit.jar
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/plugins/ (19.65kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/plugins/ (19.65kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.2.0.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (25.22kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.2.0.v20110502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/ (25.22kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.units:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.units/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.units/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.units/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.units.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/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=/releases/indigo/201202240900/aggregate/ (63B)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (63.51kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (63.51kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (402.74kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (402.74kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (40.47kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (40.47kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (113.18kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/indigo/201202240900/aggregate/plugins/ (113.18kB)
[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.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.business:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.business/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.business:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.business/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.business:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.business/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/features/org.eclipse.uomo.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:eclipse-repository:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/releng/eclipse-repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:eclipse-repository:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/releng/eclipse-repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:eclipse-repository:0.6.1 @ /home/jenkins/agent/workspace/uomo-0.6.1/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 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.6.1                                       [1/29]
[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.6.1                               [2/29]
[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.6.1                                          [3/29]
[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.6.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.6.1/bundles/org.eclipse.uomo.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/uomo-0.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.core/target/org.eclipse.uomo.core-0.6.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.6.1                                    [4/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.core.tests/target/org.eclipse.uomo.core.tests-0.6.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.6.1                          [5/29]
[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.6.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 83 source files to /home/jenkins/agent/workspace/uomo-0.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.units/target/org.eclipse.uomo.units-0.6.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.6.1                    [6/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.units.tests/target/org.eclipse.uomo.units.tests-0.6.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.xml >----------------
[INFO] Building UOMo XML 0.6.1                                           [7/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.xml/target/org.eclipse.uomo.xml-0.6.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.6.1                                     [8/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-0.6.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.6.1/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-0.6.1-tests.jar
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.xml.tests >-------------
[INFO] Building UOMo XML Tests 0.6.1                                     [9/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.xml.tests/target/org.eclipse.uomo.xml.tests-0.6.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.6.1                                   [10/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.util.tests/target/org.eclipse.uomo.util.tests-0.6.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.6.1                                         [11/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.ucum/target/org.eclipse.uomo.ucum-0.6.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.6.1                                   [12/29]
[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.6.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.6.1/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.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.ucum.tests/target/org.eclipse.uomo.ucum.tests-0.6.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.6.1                                     [13/29]
[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.6.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.6.1/bundles/org.eclipse.uomo.business/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/uomo-0.6.1/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.6.1/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.6.1/bundles/org.eclipse.uomo.business/target/org.eclipse.uomo.business-0.6.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.6.1                           [14/29]
[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.6.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.6.1/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.6.1/bundles/org.eclipse.uomo.ui/target/org.eclipse.uomo.ui-0.6.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.6.1                             [15/29]
[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.6.1                                      [16/29]
[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.6.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.6.1/features/org.eclipse.uomo.feature/target/org.eclipse.uomo.feature-0.6.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.6.1                             [17/29]
[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.6.1                    [18/29]
[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.6.1                    [19/29]
[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.6.1/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.6.1/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.0.0: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.6.1/examples/business/org.eclipse.uomo.examples.business.console/target/org.eclipse.uomo.examples.business.console-0.6.1.jar
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units >---
[INFO] Building Eclipse UOMo Units Examples 0.6.1                       [20/29]
[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.6.1                       [21/29]
[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 28 source files to /home/jenkins/agent/workspace/uomo-0.6.1/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.6.1/examples/units/org.eclipse.uomo.examples.units.console/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0: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.047 s - in org.eclipse.uomo.examples.units.console.EqualsTest
[INFO] Running org.eclipse.uomo.examples.units.types.PlanetsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 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.6.1/examples/units/org.eclipse.uomo.examples.units.console/target/org.eclipse.uomo.examples.units.console-0.6.1.jar
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units.android >--
[INFO] Building UOMo Units Android Examples 0.6.1                       [22/29]
[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.6.1                 [23/29]
[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.6.1/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.6.1/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.6.1/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.0.0:test (default-test) @ web ---
[INFO] No tests to run.
[INFO] 
[INFO] --- war:3.3.2:war (default-war) @ web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [web] in [/home/jenkins/agent/workspace/uomo-0.6.1/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.6.1/examples/units/org.eclipse.uomo.examples.units.android/web/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/uomo-0.6.1/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.6.1                 [24/29]
[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.6.1                        [25/29]
[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.6.1                        [26/29]
[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.6.1/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.6.1/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.0.0: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.6.1/examples/ucum/org.eclipse.uomo.examples.ucum.console/target/org.eclipse.uomo.examples.ucum.console-0.6.1.jar
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.releng >--------------
[INFO] Building Eclipse UOMo 0.6.1                                      [27/29]
[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.6.1                    [28/29]
[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.6.1                           [29/29]
[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.6.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.6.1/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 ---
[INFO] 
[INFO] --- tycho-p2-publisher:1.0.0:publish-categories (default-publish-categories) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:1.0.0:attach-artifacts (default-attach-artifacts) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-repository:1.0.0:assemble-repository (default-assemble-repository) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-repository:1.0.0:archive-repository (default-archive-repository) @ eclipse-repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/uomo-0.6.1/releng/eclipse-repository/target/eclipse-repository-0.6.1.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse UOMo 0.6.1:
[INFO] 
[INFO] Eclipse UOMo ....................................... SUCCESS [  1.046 s]
[INFO] Eclipse UOMo Bundles ............................... SUCCESS [  0.005 s]
[INFO] UOMo Core .......................................... SUCCESS [  2.573 s]
[INFO] UOMo Core Tests .................................... SUCCESS [  0.158 s]
[INFO] UOMo Units of Measurement .......................... SUCCESS [  2.500 s]
[INFO] UOMo Units of Measurement Tests .................... SUCCESS [  0.219 s]
[INFO] UOMo XML ........................................... SUCCESS [  1.116 s]
[INFO] UOMo Utilities ..................................... SUCCESS [  1.796 s]
[INFO] UOMo XML Tests ..................................... SUCCESS [  0.235 s]
[INFO] UOMo Util Tests .................................... SUCCESS [  0.162 s]
[INFO] UOMo UCUM .......................................... SUCCESS [  0.308 s]
[INFO] UOMo UCUM Tests .................................... SUCCESS [  0.115 s]
[INFO] UOMo Business ...................................... SUCCESS [  0.271 s]
[INFO] Eclipse UOMo Feature UI ............................ SUCCESS [  0.030 s]
[INFO] Eclipse UOMo Features .............................. SUCCESS [  0.003 s]
[INFO] UOMo Feature ....................................... SUCCESS [  0.100 s]
[INFO] Eclipse UOMo Examples .............................. SUCCESS [  0.003 s]
[INFO] Eclipse UOMo Business Examples ..................... SUCCESS [  0.003 s]
[INFO] UOMo Business Console Examples ..................... SUCCESS [  5.753 s]
[INFO] Eclipse UOMo Units Examples ........................ SUCCESS [  0.005 s]
[INFO] UOMo Units Console Examples ........................ SUCCESS [  2.223 s]
[INFO] UOMo Units Android Examples ........................ SUCCESS [  0.003 s]
[INFO] UOMo Units Android Example Webapp .................. SUCCESS [  4.372 s]
[INFO] UOMo Units Android Example Player .................. SUCCESS [  6.482 s]
[INFO] Eclipse UOMo UCUM Examples ......................... SUCCESS [  0.006 s]
[INFO] UOMo UCUM Console Examples ......................... SUCCESS [  0.433 s]
[INFO] Eclipse UOMo ....................................... SUCCESS [  0.006 s]
[INFO] Eclipse UOMo Target Definition ..................... SUCCESS [  0.006 s]
[INFO] Eclipse UOMo Repository ............................ SUCCESS [  2.157 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:19 min
[INFO] Finished at: 2023-10-22T12:25:21Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 13 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.eclipse.tycho:tycho-p2-plugin:1.0.0
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:1.0.0
[WARNING]  * org.eclipse.tycho:target-platform-configuration:1.0.0
[WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:1.2
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:2.3.2
[WARNING]  * org.apache.maven.plugins:maven-war-plugin:3.3.2
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:2.4
[WARNING]  * org.eclipse.tycho:tycho-compiler-plugin:1.0.0
[WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:1.0.0
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.5
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:2.2
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:1.0.0
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
Finished: SUCCESS