Skip to content
Failed

Console Output

Started by upstream project "emf-transaction-all" build number 16
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent centos-7-svqbr is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-svqbr"
  namespace: "emfservices"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emfservices.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-svqbr"
    - 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: "centos-7-svqbr"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emfservices.svc.cluster.local/emfservices/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
    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-emfservices"
      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 centos-7-svqbr (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration
[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-ZMcTvxeuTXwU/agent.47
SSH_AGENT_PID=49
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration@tmp/private_key_10915578365745873479.key (/home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration@tmp/private_key_10915578365745873479.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/emf-transaction.git
 > git init /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration # timeout=10
Fetching upstream changes from https://github.com/eclipse/emf-transaction.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse/emf-transaction.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/emf-transaction.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision df6eac57197421f6ac860bee8c4dd6a20d68d0be (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df6eac57197421f6ac860bee8c4dd6a20d68d0be # timeout=10
Commit message: "[releng] Fix typo in TP definition"
 > git rev-list --no-walk 5039133e340883a6e224ea2d2bf0428abf58012c # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[migration] $ Xvnc -help
Starting xvnc
[migration] $ Xvnc :57 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Fri Jul 14 11:55:31 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5957
 vncext:      created VNC server for screen 0
[migration] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.emf.transaction.releng/pom.xml -DPLATFORM=2021-06 -Djdk=openjdk-jdk17-latest -Dlabel=migration -Dplatform=2021-06 -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/.repository clean verify -B -Pemf-transaction.target,hudson.eclipse.org
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/releng/org.eclipse.emf.transaction.target/2021-06.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], 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@549debdb...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/pom.xml
[INFO] Fetching R-4.20-202106111600&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.20/ (63B)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (12.94MB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (98.15kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (133.86kB)
[INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (190.13kB)
[INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (139.68kB)
[INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (90.75kB)
[INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (69.25kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (68.35kB)
[INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (105.1kB)
[INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (877.32kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (87.13kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (366.89kB)
[INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (87.55kB)
[INFO] Fetching 2.26&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (294.62kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (125.66kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (71.76kB)
[INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (112.81kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (180.11kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (306.59kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (161.35kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (25.62kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (51.58kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (47.39kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (68.9kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (11.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (11.12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (39.79kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (50.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (44.99kB)
[INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (210.79kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (200.18kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.31kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (56.67kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (388.36kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (32.98kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (13.2kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (255.66kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (115.04kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (244.9kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (143.95kB)
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (291.72kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (20.8kB)
[INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (51.15kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (161.01kB)
[INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (432.47kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (345.47kB)
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (104.06kB)
[INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (3.39MB)
[INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (266.17kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (2MB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (2.37MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (2.06MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (50.05kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (75.05kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (206.43kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (354.6kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (139.31kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (125.23kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (110.82kB)
[INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1,021.81kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (416.62kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (35.18kB)
[INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (387.03kB)
[INFO] Fetching org.eclipse.emf.examples.library_2.10.0.v20200518-1440.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (67.58kB)
[INFO] Fetching org.eclipse.emf.examples.library.edit_2.9.0.v20200518-1440.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/plugins/ (47.49kB)
[INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (205.97kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (653.88kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (789.2kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (607.45kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (323.87kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (113.34kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (64.42kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (415.44kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (52.21kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (335.43kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (461.19kB)
[INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (395.29kB)
[INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (110.51kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (169.53kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (107.15kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (65.43kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/releng/org.eclipse.emf.transaction.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng                                 [pom]
[INFO] org.eclipse.emf.transaction.target                                 [pom]
[INFO] org.eclipse.emf.transaction                             [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.ui                          [eclipse-plugin]
[INFO] org.eclipse.emf.workspace                               [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.ui                            [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.doc                         [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.doc                           [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.examples                    [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.examples                      [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.examples.library.editor       [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.emf.workspace.tests                    [eclipse-test-plugin]
[INFO] org.eclipse.emf.transaction                            [eclipse-feature]
[INFO] org.eclipse.emf.transaction.source                     [eclipse-feature]
[INFO] org.eclipse.emf.workspace                              [eclipse-feature]
[INFO] org.eclipse.emf.workspace.source                       [eclipse-feature]
[INFO] org.eclipse.emf.workspace.examples                     [eclipse-feature]
[INFO] org.eclipse.emf.transaction.examples                   [eclipse-feature]
[INFO] org.eclipse.emf.transaction.examples.source            [eclipse-feature]
[INFO] org.eclipse.emf.workspace.doc                          [eclipse-feature]
[INFO] org.eclipse.emf.transaction.doc                        [eclipse-feature]
[INFO] org.eclipse.emf.workspace.examples.source              [eclipse-feature]
[INFO] org.eclipse.emf.transaction.tests                      [eclipse-feature]
[INFO] org.eclipse.emf.transaction.sdk                        [eclipse-feature]
[INFO] org.eclipse.emf.transaction.master                     [eclipse-feature]
[INFO] org.eclipse.emf.transaction.repository              [eclipse-repository]
[INFO] 
[INFO] ---< org.eclipse.emf.transaction:org.eclipse.emf.transaction.releng >---
[INFO] Building org.eclipse.emf.transaction.releng 1.13.0-SNAPSHOT       [1/27]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.releng ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] ---< org.eclipse.emf.transaction:org.eclipse.emf.transaction.target >---
[INFO] Building org.eclipse.emf.transaction.target 1.13.0-SNAPSHOT       [2/27]
[INFO]   from ../org.eclipse.emf.transaction.target/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.target ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (attach-artifacts) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction >---
[INFO] Building org.eclipse.emf.transaction 1.9.2-SNAPSHOT               [3/27]
[INFO]   from ../../bundles/org.eclipse.emf.transaction/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction ---
[INFO] The project's OSGi version is 1.9.2.202307141155
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.transaction ---
[INFO] Resolving class path of org.eclipse.emf.transaction...
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (242.32kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (57.74kB)
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.transaction ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2021-06/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.transaction ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng 1.13.0-SNAPSHOT . SUCCESS [  2.692 s]
[INFO] org.eclipse.emf.transaction.target 1.13.0-SNAPSHOT . SUCCESS [  0.822 s]
[INFO] org.eclipse.emf.transaction 1.9.2-SNAPSHOT ......... FAILURE [01:04 min]
[INFO] org.eclipse.emf.transaction.ui 1.4.1-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.emf.workspace 1.5.2-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.emf.workspace.ui 1.3.1-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.emf.transaction.doc 1.4.1-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.emf.workspace.doc 1.3.1-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.emf.transaction.examples 1.3.0-SNAPSHOT  SKIPPED
[INFO] org.eclipse.emf.workspace.examples 1.2.1-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.emf.workspace.examples.library.editor 1.2.1-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.transaction.tests 1.10.2-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.emf.workspace.tests 1.10.1-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.emf.transaction 1.13.0-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.emf.transaction.source 1.13.0-SNAPSHOT . SKIPPED
[INFO] org.eclipse.emf.workspace 1.13.0-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.emf.workspace.source 1.13.0-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.emf.workspace.examples 1.13.0-SNAPSHOT . SKIPPED
[INFO] org.eclipse.emf.transaction.examples 1.13.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.transaction.examples.source 1.13.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.workspace.doc 1.13.0-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.emf.transaction.doc 1.13.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.emf.workspace.examples.source 1.13.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.transaction.tests 1.13.0-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.emf.transaction.sdk 1.13.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.emf.transaction.master 1.13.0-SNAPSHOT . SKIPPED
[INFO] org.eclipse.emf.transaction.repository 1.13.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:28 min
[INFO] Finished at: 2023-07-14T11:57:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) on project org.eclipse.emf.transaction: Execution default-declarative-services of goal org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services failed: Plugin org.eclipse.tycho:tycho-ds-plugin:2.7.5 or one of its dependencies could not be resolved: Failed to collect dependencies at org.eclipse.tycho:tycho-ds-plugin:jar:2.7.5 -> biz.aQute.bnd:biz.aQute.bndlib:jar:6.2.0: Failed to read artifact descriptor for biz.aQute.bnd:biz.aQute.bndlib:jar:6.2.0: The following artifacts could not be resolved: biz.aQute.bnd:biz.aQute.bndlib:pom:6.2.0 (absent): Could not transfer artifact biz.aQute.bnd:biz.aQute.bndlib:pom:6.2.0 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/PluginResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 49 killed;
[ssh-agent] Stopped.
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Sending e-mails to: pierre-charles.david@obeo.fr
Finished: FAILURE