Started by timer Running as SYSTEM Agent basic-3m5gx is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-3m5gx" 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-3m5gx" - 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-3m5gx" - 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-3m5gx (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-L1zTJOkGVqR5/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_686040766609459937.key (/home/jenkins/agent/workspace/uomo-master@tmp/private_key_686040766609459937.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.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] 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@4582da06... [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.202403281859 [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.202403281859 [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] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse UOMo 1.0.0-SNAPSHOT: [INFO] [INFO] Eclipse UOMo ....................................... SUCCESS [ 0.077 s] [INFO] Eclipse UOMo Bundles ............................... SUCCESS [ 0.002 s] [INFO] UOMo Core .......................................... SUCCESS [ 4.183 s] [INFO] UOMo Core Tests .................................... SUCCESS [ 0.616 s] [INFO] UOMo ICU ........................................... FAILURE [ 0.181 s] [INFO] UOMo XML ........................................... SKIPPED [INFO] UOMo Utilities ..................................... SKIPPED [INFO] UOMo XML Tests ..................................... SKIPPED [INFO] UOMo Util Tests .................................... SKIPPED [INFO] UOMo UCUM .......................................... SKIPPED [INFO] UOMo UCUM Tests .................................... SKIPPED [INFO] Eclipse UOMo Feature UI ............................ SKIPPED [INFO] Eclipse UOMo Features .............................. SKIPPED [INFO] UOMo Feature ....................................... SKIPPED [INFO] Eclipse UOMo Karaf Features ........................ SKIPPED [INFO] Eclipse UOMo Target Platform Feature ............... SKIPPED [INFO] Eclipse UOMo Examples .............................. SKIPPED [INFO] Eclipse UOMo Units Examples ........................ SKIPPED [INFO] UOMo Units Console Examples ........................ SKIPPED [INFO] Eclipse UOMo ICU Examples .......................... SKIPPED [INFO] Eclipse UOMo ICU Console Examples .................. SKIPPED [INFO] Eclipse UOMo UCUM Examples ......................... SKIPPED [INFO] UOMo UCUM Console Examples ......................... SKIPPED [INFO] Eclipse UOMo ....................................... SKIPPED [INFO] Eclipse UOMo Target Definition ..................... SKIPPED [INFO] Eclipse UOMo Repository ............................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40.448 s [INFO] Finished at: 2024-03-28T19:00:01Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project org.eclipse.uomo.icu: Could not resolve dependencies for project org.eclipse.uomo:org.eclipse.uomo.icu:eclipse-plugin:1.0.0-SNAPSHOT: Failed to collect dependencies at javax.measure:unit-api:jar:2.1.3: Failed to read artifact descriptor for javax.measure:unit-api:jar:2.1.3: The following artifacts could not be resolved: javax.measure:unit-api:pom:2.1.3 (absent): Could not transfer artifact javax.measure:unit-api:pom:2.1.3 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.uomo.icu Build step 'Invoke top-level Maven targets' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Finished: FAILURE