Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-zj5w6 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-zj5w6"
  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-zj5w6"
    - 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-zj5w6"
    - 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-zj5w6 (basic) in workspace /home/jenkins/agent/workspace/uomo-master
[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-c8bpulzATfTu/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/uomo-master@tmp/private_key_15986851144308266282.key (/home/jenkins/agent/workspace/uomo-master@tmp/private_key_15986851144308266282.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-master # 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/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d3e7851a898740a817226b42ff1da3d3c402799d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d3e7851a898740a817226b42ff1da3d3c402799d # timeout=10
Commit message: "Updated Classpath"
 > git rev-list --no-walk d3e7851a898740a817226b42ff1da3d3c402799d # timeout=10
[uomo-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/uomo-master/.repository clean package
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
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] Resolving target definition file:/home/jenkins/agent/workspace/uomo-master/releng/org.eclipse.uomo.target/2020-06.target for environments=[win32/win32/x86, linux/gtk/x86], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5a35efac...
[WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
Unable to satisfy dependency from javax.measure.unit-api 2.1.2 to java.package; jakarta.annotation 0.0.0.

[WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
Unable to satisfy dependency from javax.measure.unit-api 2.1.2 to java.package; jakarta.annotation 0.0.0.

[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ (63B)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.63MB)
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (125.66kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.79kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.46kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (351.46kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.32kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (702.6kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (227.16kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (406.88kB)
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (792.23kB)
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (467.13kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB)
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.37MB)
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.28kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (642.22kB)
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.09kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.99kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (601.59kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (324.07kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.59kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (112.78kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.94kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (98.42kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.96kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.18kB)
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (303.22kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.34kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.69kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (289.29kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.13kB)
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.04kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.63kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.19kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.43kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.57kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.39kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.75kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.18kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.03kB)
[INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.91kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (210.75kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.18kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.32kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.63kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (393.67kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.42kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (247.55kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.55kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.55kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.87kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.81kB)
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.78kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.07kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.84kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (205.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (352.65kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (130.15kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.79kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (125.23kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (266.85kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (335.69kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (461.16kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (418kB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.85kB)
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.51MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.7kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (170.97kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.6kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (415.44kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.43kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.24kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.icu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.icu/pom.xml
[INFO] Fetching javax.measure.unit-api_2.1.3.jar from http://download.eclipse.org/uomo/dependency/uom-systems/2.1a/plugins/ (36.1kB)
[INFO] Fetching uom-lib-common_2.1.0.jar from http://download.eclipse.org/uomo/dependency/uom-systems/2.1a/plugins/ (22.23kB)
[INFO] Fetching tech.units.indriya_2.1.2.jar from http://download.eclipse.org/uomo/dependency/uom-systems/2.1a/plugins/ (287.15kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (249kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.69kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (293.72kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (291.62kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Fetching systems.uom.quantity_2.1.0.202105212159.jar from http://download.eclipse.org/uomo/dependency/uom-systems/2.1a/plugins/ (5.97kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:eclipse-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/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 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] Eclipse UOMo Feature UI                                 [eclipse-plugin]
[INFO] Eclipse UOMo Features                                              [pom]
[INFO] UOMo Feature                                           [eclipse-feature]
[INFO] Eclipse UOMo Karaf Features                                        [pom]
[INFO] Eclipse UOMo Target Platform Feature                           [feature]
[INFO] Eclipse UOMo Examples                                              [pom]
[INFO] Eclipse UOMo Units Examples                                        [pom]
[INFO] UOMo Units Console Examples                                        [jar]
[INFO] Eclipse UOMo ICU Examples                                          [pom]
[INFO] Eclipse UOMo ICU Console Examples                                  [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 1.0.0-SNAPSHOT                              [1/26]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.bundles >--------------
[INFO] Building Eclipse UOMo Bundles 1.0.0-SNAPSHOT                      [2/26]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.bundles ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.core >---------------
[INFO] Building UOMo Core 1.0.0-SNAPSHOT                                 [3/26]
[INFO]   from bundles/org.eclipse.uomo.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.core ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.core ---
[INFO] Resolving class path of UOMo Core...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (242.18kB)
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.uomo.core ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/uomo-master/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-master/bundles/org.eclipse.uomo.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.uomo.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.core/target/org.eclipse.uomo.core-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                           [4/26]
[INFO]   from bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.core.tests ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.core.tests ---
[INFO] Resolving class path of UOMo Core Tests...
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.26kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.27kB)
[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-master/bundles/org.eclipse.uomo.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.uomo.core.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/uomo-master/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-master/bundles/org.eclipse.uomo.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.core.tests/target/org.eclipse.uomo.core.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.icu >----------------
[INFO] Building UOMo ICU 1.0.0-SNAPSHOT                                  [5/26]
[INFO]   from bundles/org.eclipse.uomo.icu/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.icu ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.icu ---
[INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jcenter (https://jcenter.bintray.com, default, releases+snapshots), bintray-release (https://oss.jfrog.org/artifactory/libs-release, default, releases), bintray-snapshot (https://oss.jfrog.org/artifactory/libs-snapshot, default, releases+snapshots), bintray-uom (https://dl.bintray.com/unitsofmeasurement/maven, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jcenter (https://jcenter.bintray.com, default, releases+snapshots), bintray-release (https://oss.jfrog.org/artifactory/libs-release, default, releases), bintray-snapshot (https://oss.jfrog.org/artifactory/libs-snapshot, default, releases+snapshots), bintray-uom (https://dl.bintray.com/unitsofmeasurement/maven, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jcenter (https://jcenter.bintray.com, default, releases+snapshots), bintray-release (https://oss.jfrog.org/artifactory/libs-release, default, releases), bintray-snapshot (https://oss.jfrog.org/artifactory/libs-snapshot, default, releases+snapshots), bintray-uom (https://dl.bintray.com/unitsofmeasurement/maven, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jcenter (https://jcenter.bintray.com, default, releases+snapshots), bintray-release (https://oss.jfrog.org/artifactory/libs-release, default, releases), bintray-snapshot (https://oss.jfrog.org/artifactory/libs-snapshot, default, releases+snapshots), bintray-uom (https://dl.bintray.com/unitsofmeasurement/maven, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Maven Artifact org.apiguardian:apiguardian-api:1.1.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.icu ---
[INFO] Resolving class path of 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:2.7.0:compile (default-compile) @ org.eclipse.uomo.icu ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.uomo:org.eclipse.uomo.icu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.icu/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.icu/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/uomo-master/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-master/bundles/org.eclipse.uomo.icu/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.uomo.icu ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.uomo:org.eclipse.uomo.icu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.icu/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.uomo.icu ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.icu ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.icu/target/org.eclipse.uomo.icu-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                                  [6/26]
[INFO]   from bundles/org.eclipse.uomo.xml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.xml ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.xml ---
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Maven Artifact xerces:xercesImpl:2.12.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xml-apis:xml-apis:1.4.01 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xpp3:xpp3_min:1.1.3.4.O is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.xml ---
[INFO] Resolving class path of 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:2.7.0:compile (default-compile) @ org.eclipse.uomo.xml ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.xml/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/uomo-master/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-master/bundles/org.eclipse.uomo.xml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.uomo.xml ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.xml/target/org.eclipse.uomo.xml-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                            [7/26]
[INFO]   from bundles/org.eclipse.uomo.util/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.util ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.util ---
[INFO] Resolving class path of UOMo Utilities...
[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:2.7.0:compile (default-compile) @ org.eclipse.uomo.util ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-master/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-master/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-master/bundles/org.eclipse.uomo.util/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.uomo.util ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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-master/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.xml.tests >-------------
[INFO] Building UOMo XML Tests 1.0.0-SNAPSHOT                            [8/26]
[INFO]   from bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.xml.tests ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.xml.tests ---
[INFO] Maven Artifact xerces:xercesImpl:2.12.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xml-apis:xml-apis:1.4.01 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xpp3:xpp3_min:1.1.3.4.O is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.xml.tests ---
[INFO] Resolving class path of 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-master/bundles/org.eclipse.uomo.xml.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.uomo.xml.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-master/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-master/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-master/bundles/org.eclipse.uomo.xml.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.xml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.xml.tests/target/org.eclipse.uomo.xml.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                           [9/26]
[INFO]   from bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.util.tests ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.util.tests ---
[INFO] Resolving class path of 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-master/bundles/org.eclipse.uomo.util.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.uomo.util.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/uomo-master/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-master/bundles/org.eclipse.uomo.util.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.util.tests/target/org.eclipse.uomo.util.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                                [10/26]
[INFO]   from bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ucum ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.ucum ---
[INFO] Maven Artifact org.apiguardian:apiguardian-api:1.1.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xerces:xercesImpl:2.12.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xml-apis:xml-apis:1.4.01 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xpp3:xpp3_min:1.1.3.4.O is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.ucum ---
[INFO] Resolving class path of 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:2.7.0:compile (default-compile) @ org.eclipse.uomo.ucum ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-master/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-master/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-master/bundles/org.eclipse.uomo.ucum/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.uomo.ucum ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ucum ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ucum/target/org.eclipse.uomo.ucum-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                          [11/26]
[INFO]   from bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ucum.tests ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.ucum.tests ---
[INFO] Maven Artifact org.apiguardian:apiguardian-api:1.1.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xerces:xercesImpl:2.12.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xml-apis:xml-apis:1.4.01 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xpp3:xpp3_min:1.1.3.4.O is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.ucum.tests ---
[INFO] Resolving class path of 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-master/bundles/org.eclipse.uomo.ucum.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.uomo.ucum.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/uomo-master/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-master/bundles/org.eclipse.uomo.ucum.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ucum.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ucum.tests/target/org.eclipse.uomo.ucum.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] ----------------< org.eclipse.uomo:org.eclipse.uomo.ui >----------------
[INFO] Building Eclipse UOMo Feature UI 1.0.0-SNAPSHOT                  [12/26]
[INFO]   from bundles/org.eclipse.uomo.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ui ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.uomo.ui ---
[INFO] Resolving class path of Eclipse UOMo Feature 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:2.7.0:compile (default-compile) @ org.eclipse.uomo.ui ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.uomo.ui ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.uomo.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/bundles/org.eclipse.uomo.ui/target/org.eclipse.uomo.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.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 1.0.0-SNAPSHOT                    [13/26]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.features ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.feature >--------------
[INFO] Building UOMo Feature 1.0.0-SNAPSHOT                             [14/26]
[INFO]   from features/org.eclipse.uomo.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.uomo.feature ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.uomo.feature ---
[INFO] Maven Artifact xerces:xercesImpl:2.12.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xml-apis:xml-apis:1.4.01 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xpp3:xpp3_min:1.1.3.4.O is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apiguardian:apiguardian-api:1.1.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-feature (default-package-feature) @ org.eclipse.uomo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/features/org.eclipse.uomo.feature/target/org.eclipse.uomo.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] ------------------< org.eclipse.uomo:karaf-features >-------------------
[INFO] Building Eclipse UOMo Karaf Features 1.0.0-SNAPSHOT              [15/26]
[INFO]   from features/karaf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ karaf-features ---
[INFO] 
[INFO] ----------------------< org.eclipse.uomo:esh-tp >-----------------------
[INFO] Building Eclipse UOMo Target Platform Feature 1.0.0-SNAPSHOT     [16/26]
[INFO]   from features/karaf/esh-tp/pom.xml
[INFO] ------------------------------[ feature ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esh-tp ---
[INFO] 
[INFO] --- karaf:4.2.2:features-generate-descriptor (default-features-generate-descriptor) @ esh-tp ---
[INFO] Generation not enabled
[INFO] Attaching artifact
[INFO] 
[INFO] --- karaf:4.2.2:verify (default-verify) @ esh-tp ---
[INFO] Using repositories: https://oss.sonatype.org/content/repositories/snapshots/@id=ossrh-snapshot@snapshots,https://repo.eclipse.org/content/repositories/maven_central/@id=eclipse.maven.central.mirror
[INFO] Features verified: 0, failures: 0, ignored: 0
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.examples >-------------
[INFO] Building Eclipse UOMo Examples 1.0.0-SNAPSHOT                    [17/26]
[INFO]   from examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units >---
[INFO] Building Eclipse UOMo Units Examples 1.0.0-SNAPSHOT              [18/26]
[INFO]   from examples/units/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.units ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units.console >--
[INFO] Building UOMo Units Console Examples 1.0.0-SNAPSHOT              [19/26]
[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] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.examples.units.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ org.eclipse.uomo.examples.units.console ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/uomo-master/examples/units/org.eclipse.uomo.examples.units.console/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.examples.units.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ org.eclipse.uomo.examples.units.console ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/uomo-master/examples/units/org.eclipse.uomo.examples.units.console/target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.uomo.examples.units.console ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.uomo.examples.units.console.EqualsTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.034 s -- in org.eclipse.uomo.examples.units.console.EqualsTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:2.4:jar (default-jar) @ org.eclipse.uomo.examples.units.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/examples/units/org.eclipse.uomo.examples.units.console/target/org.eclipse.uomo.examples.units.console-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----< org.eclipse.uomo.examples.icu:org.eclipse.uomo.examples.icu >-----
[INFO] Building Eclipse UOMo ICU Examples 1.0.0-SNAPSHOT                [20/26]
[INFO]   from examples/icu/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.icu ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.icu:org.eclipse.uomo.examples.icu.console >--
[INFO] Building Eclipse UOMo ICU Console Examples 1.0.0-SNAPSHOT        [21/26]
[INFO]   from examples/icu/org.eclipse.uomo.examples.icu.console/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.icu.console ---
[INFO] 
[INFO] ---< org.eclipse.uomo.examples.ucum:org.eclipse.uomo.examples.ucum >----
[INFO] Building Eclipse UOMo UCUM Examples 1.0.0-SNAPSHOT               [22/26]
[INFO]   from examples/ucum/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.ucum ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.ucum:org.eclipse.uomo.examples.ucum.console >--
[INFO] Building UOMo UCUM Console Examples 1.0.0-SNAPSHOT               [23/26]
[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] --- 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-master/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-master/examples/ucum/org.eclipse.uomo.examples.ucum.console/src/test/resources
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:2.4:jar (default-jar) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-master/examples/ucum/org.eclipse.uomo.examples.ucum.console/target/org.eclipse.uomo.examples.ucum.console-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.releng >--------------
[INFO] Building Eclipse UOMo 1.0.0-SNAPSHOT                             [24/26]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.releng ---
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.target >--------------
[INFO] Building Eclipse UOMo Target Definition 1.0.0-SNAPSHOT           [25/26]
[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] ----------------< org.eclipse.uomo:eclipse-repository >-----------------
[INFO] Building Eclipse UOMo Repository 1.0.0-SNAPSHOT                  [26/26]
[INFO]   from releng/eclipse-repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse-repository ---
[INFO] The project's OSGi version is 1.0.0.202404191859
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ eclipse-repository ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ eclipse-repository ---
[INFO] Maven Artifact xerces:xercesImpl:2.12.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xml-apis:xml-apis:1.4.01 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact xpp3:xpp3_min:1.1.3.4.O is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apiguardian:apiguardian-api:1.1.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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-master/releng/eclipse-repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:publish-products (default-publish-products) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:publish-categories (default-publish-categories) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:attach-artifacts (default-attach-artifacts) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.0:assemble-repository (default-assemble-repository) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.03kB)
[INFO] 
[INFO] --- tycho-p2-repository:2.7.0:archive-repository (default-archive-repository) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/uomo-master/releng/eclipse-repository/target/eclipse-repository-1.0.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse UOMo 1.0.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse UOMo ....................................... SUCCESS [  0.100 s]
[INFO] Eclipse UOMo Bundles ............................... SUCCESS [  0.002 s]
[INFO] UOMo Core .......................................... SUCCESS [  4.284 s]
[INFO] UOMo Core Tests .................................... SUCCESS [  0.472 s]
[INFO] UOMo ICU ........................................... SUCCESS [  1.424 s]
[INFO] UOMo XML ........................................... SUCCESS [  1.046 s]
[INFO] UOMo Utilities ..................................... SUCCESS [  2.212 s]
[INFO] UOMo XML Tests ..................................... SUCCESS [  0.438 s]
[INFO] UOMo Util Tests .................................... SUCCESS [  0.302 s]
[INFO] UOMo UCUM .......................................... SUCCESS [  0.493 s]
[INFO] UOMo UCUM Tests .................................... SUCCESS [  0.302 s]
[INFO] Eclipse UOMo Feature UI ............................ SUCCESS [  0.087 s]
[INFO] Eclipse UOMo Features .............................. SUCCESS [  0.001 s]
[INFO] UOMo Feature ....................................... SUCCESS [  0.173 s]
[INFO] Eclipse UOMo Karaf Features ........................ SUCCESS [  0.001 s]
[INFO] Eclipse UOMo Target Platform Feature ............... SUCCESS [  0.731 s]
[INFO] Eclipse UOMo Examples .............................. SUCCESS [  0.002 s]
[INFO] Eclipse UOMo Units Examples ........................ SUCCESS [  0.001 s]
[INFO] UOMo Units Console Examples ........................ SUCCESS [  5.556 s]
[INFO] Eclipse UOMo ICU Examples .......................... SUCCESS [  0.001 s]
[INFO] Eclipse UOMo ICU Console Examples .................. SUCCESS [  0.001 s]
[INFO] Eclipse UOMo UCUM Examples ......................... SUCCESS [  0.001 s]
[INFO] UOMo UCUM Console Examples ......................... SUCCESS [  0.341 s]
[INFO] Eclipse UOMo ....................................... SUCCESS [  0.001 s]
[INFO] Eclipse UOMo Target Definition ..................... SUCCESS [  0.001 s]
[INFO] Eclipse UOMo Repository ............................ SUCCESS [  1.838 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  57.576 s
[INFO] Finished at: 2024-04-19T19:00:17Z
[INFO] ------------------------------------------------------------------------
[uomo-master] $ /bin/sh -xe /tmp/jenkins912215575634563163.sh
+ ls -sail
total 28
1673643153  0 drwxr-sr-x. 10 jenkins 1003230000   177 Apr 19 18:59 .
1669699219  0 drwxr-sr-x.  4 jenkins 1003230000    48 Apr 19 18:59 ..
1763933559  4 drwxr-sr-x. 14 jenkins 1003230000  4096 Apr 19 18:59 bundles
1934659806  0 drwxr-sr-x.  6 jenkins 1003230000   107 Apr 19 18:59 examples
2032188676  0 drwxr-sr-x.  4 jenkins 1003230000   100 Apr 19 18:59 features
1702015050  0 drwxr-sr-x.  8 jenkins 1003230000   162 Apr 19 18:59 .git
1673643155  4 -rw-r--r--.  1 jenkins 1003230000    60 Apr 19 18:59 .gitignore
   2145502  0 drwxr-sr-x.  2 jenkins 1003230000   102 Apr 19 18:59 maven
1673643157 12 -rw-r--r--.  1 jenkins 1003230000 10408 Apr 19 18:59 pom.xml
1673643156  4 -rw-r--r--.  1 jenkins 1003230000   602 Apr 19 18:59 .project
   3724222  0 drwxr-sr-x.  5 jenkins 1003230000   111 Apr 19 18:59 releng
  32671621  4 drwxr-sr-x. 29 jenkins 1003230000  4096 Apr 19 19:00 .repository
1763495631  0 drwxr-sr-x.  2 jenkins 1003230000    41 Apr 19 18:59 .settings
+ ssh genie.uomo@projects-storage.eclipse.org '
cd /home/data/httpd/download.eclipse.org/uomo/
if [ -d latest ]; then
rm -rf latest
fi
mkdir -p latest
ls -al
'
total 52
drwxrwsr-x   9 genie.uomo technology.uomo  4096 Apr 19 15:00 .
drwxrwxr-x 382 root       root            12288 Apr  8 10:44 ..
drwxrwsr-x   6 genie.uomo technology.uomo  4096 Jun  6  2013 0.6
drwxrwsr-x   5 genie.uomo technology.uomo  4096 Jun  4  2017 0.6.1
drwxrwsr-x   5 genie.uomo technology.uomo  4096 Dec 11 14:34 0.7
drwxrwsr-x   5 genie.uomo technology.uomo  4096 Dec 11 17:45 0.8
drwxrwsr-x   4 wkeil      technology.uomo  4096 Feb  3  2021 dependency
-rw-rw-r--   1 genie.uomo technology.uomo   501 May 24  2011 desktop.ini
-rw-rw-r--   1 genie.uomo technology.uomo  2003 Feb 13  2011 index.html
drwxr-sr-x   2 genie.uomo technology.uomo  4096 Apr 19 15:00 latest
drwxrwsr-x   3 genie.uomo technology.uomo  4096 Jun  5  2017 third-party
+ scp -r /home/jenkins/agent/workspace/uomo-master/releng/eclipse-repository/target/repository genie.uomo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/uomo/latest/
+ rcp /home/jenkins/agent/workspace/uomo-master/releng/eclipse-repository/target/eclipse-repository-1.0.0-SNAPSHOT.zip genie.uomo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/uomo/latest/
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS