Skip to content
Success

Console Output

Started by user Quentin Le Menez
Running as Quentin Le Menez
Agent basic-pfz9f is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-pfz9f"
  namespace: "papyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-pfz9f"
    - 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-pfz9f"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    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-papyrus"
      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-pfz9f (basic) in workspace /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
 > git init /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cadc094eba2f9a546fd31f888bdda40291529d08 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cadc094eba2f9a546fd31f888bdda40291529d08 # timeout=10
Commit message: "Bug 579414 - [Releng] 2022-06 M3"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Papyrus-Master-RCP-Releases] $ /bin/sh -xe /tmp/jenkins6630751028573548647.sh
+ set MAVEN_OPTS=-Xmx2048m
[Papyrus-Master-RCP-Releases] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/rcp/pom.xml -DSIGN=true -Dpapyrus.repo.main=https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/ -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/.repository clean verify
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
[WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml
[INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/ (172B)
[INFO] Adding repository https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository
[INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/ (85.71kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
[INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.46MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (703.81kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (126.4kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (81.45kB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (144.55kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (133.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (109.25kB)
[INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (201.76kB)
[INFO] Fetching org.eclipse.swt_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.11kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.69kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.07MB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.15MB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.feature:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.feature:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.feature:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.product:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.product:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.product:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.papyrus.rcp.releng                                     [pom]
[INFO] org.eclipse.papyrus.rcp                                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.rcp.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.rcp.product                     [eclipse-repository]
[INFO] org.eclipse.papyrus.rcp.targetplatform       [eclipse-target-definition]
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.rcp.releng >---------
[INFO] Building org.eclipse.papyrus.rcp.releng 6.2.0-SNAPSHOT             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.rcp.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.rcp.releng ---
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.rcp >-------------
[INFO] Building org.eclipse.papyrus.rcp 6.2.0-SNAPSHOT                    [2/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.rcp ---
[INFO] The project's OSGi version is 6.2.0.202205251141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.papyrus.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp/target/org.eclipse.papyrus.rcp-6.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.rcp.feature >---------
[INFO] Building org.eclipse.papyrus.rcp.feature 6.2.0-SNAPSHOT            [3/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.rcp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.rcp.feature ---
[INFO] The project's OSGi version is 6.2.0.202205251141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.rcp.feature ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.feature/target/org.eclipse.papyrus.rcp.feature-6.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.rcp.feature ---
[WARNING] The following referenced plugins has missing sources
	org.eclipse.papyrus.rcp_6.2.0.202205251141

[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.feature/target/org.eclipse.papyrus.rcp.feature-6.2.0-SNAPSHOT-sources-feature.jar
[WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You can add the following snippet to your pom: 
            <plugin>
                <groupId>org.eclipse.tycho</groupId>
                <artifactId>tycho-p2-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-p2-metadata</id>
                        <phase>package</phase>
                        <goals>
                            <goal>p2-metadata</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.rcp.product >---------
[INFO] Building org.eclipse.papyrus.rcp.product 6.2.0-SNAPSHOT            [4/5]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.rcp.product ---
[INFO] The project's OSGi version is 6.2.0.202205251141
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.rcp.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.rcp.product ---
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ org.eclipse.papyrus.rcp.product ---
[INFO] Fetching org.eclipse.equinox.executable_3.8.1700.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (421.74kB)
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.rcp.product ---
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (898.68kB)
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (253.01kB)
[INFO] Fetching &protocol=http&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mylyn/drops/3.25.2/v20200831-1956/ (63B)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (2.55MB)
[INFO] Fetching 11.0.15&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/11/updates/release/ (63B)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (124.31MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (23.69MB of 124.31MB at 23.69MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (47.6MB of 124.31MB at 23.8MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (75.36MB of 124.31MB at 25.12MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (102.5MB of 124.31MB at 25.62MB/s)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.89MB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (32.41kB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (802.8kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (12.94MB)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (297.81kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (62.49kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (96.33kB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.41MB)
[INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (923.47kB)
[INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.41kB)
[INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (26.78kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (249kB)
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (21.59kB)
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (590.15kB)
[INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (182.62kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (46.27kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB)
[INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20210923-1401.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (86.47kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (169.92kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.96MB)
[INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (518.07kB)
[INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (250.71kB)
[INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (201.99kB)
[INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (445.67kB)
[INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (92.39kB)
[INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (728.18kB)
[INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (208.05kB)
[INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (39.03kB)
[INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (45.81kB)
[INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.13MB)
[INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (125.46kB)
[INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (143.2kB)
[INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (22.78kB)
[INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (246.14kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (64.23kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (367.61kB)
[INFO] Fetching org.apache.commons.compress_1.21.0.v20211103-2100.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.04MB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (112.66kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (300.96kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (69.34kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (842.59kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (908.89kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (253.08kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.82kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1,021.45kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.15.v20220209-2345.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (354.72kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (358.42kB)
[INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (1.49MB)
[INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (2.47MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.45MB)
[INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (433.33kB)
[INFO] Fetching org.apache.sshd.osgi_2.8.0.v20211227-1750.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.83MB)
[INFO] Fetching org.apache.sshd.sftp_2.8.0.v20211227-1750.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (386.26kB)
[INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (46.78kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (45.51kB)
[INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (75.3kB)
[INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.18kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (360.94kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (161.08kB)
[INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (397.87kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (563.82kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (42.65kB)
[INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (293.55kB)
[INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220515-1556.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (6.69MB)
[INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (891.43kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220511-1455.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.18MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (401.02kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (341.31kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (528.22kB)
[INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (804.82kB)
[INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (688.72kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220505-1945.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.200.v20220308-0315.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (86.01kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.41kB)
[INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ (63B)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.51kB)
[INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.59kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (524.47kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.38kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (52.47kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (55.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (40.48kB)
[INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.8.100.v20220331-1558.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (72.15kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.300.v20220420-0901.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.e4.tools.compat_4.8.100.v20210102-0921.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (31.85kB)
[INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.e4.tools_4.9.100.v20211020-1255.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (120.01kB)
[INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.9.0.v20210427-1802.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.core.tools.feature_4.24.0.v20220420-0901.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (19.05kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (147.64kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (250.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (85.99kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (31.09kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.9kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (60.57kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.500.v20220506-1520.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (95.03kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (376.74kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.500.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (138.83kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (168.37kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (206.2kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.500.v20220511-1639.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (161.79kB)
[INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (319.47kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (126.66kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (39.15kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (57.91kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.79kB)
[INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.21kB)
[INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (14.73kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (677.41kB)
[INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (374.46kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.63kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.54kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (146.02kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (150.7kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (82.01kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (180.24kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (75.49kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (208.51kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (109.6kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (77.56kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (76.54kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (105.72kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (176.1kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (143.33kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.jface.source_3.26.0.v20220513-0449.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (230.2kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (17.75kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (77.66kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (38.75kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (180.32kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (52.4kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.urischeme.source_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.5.0.v20220401-0716.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.5kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.15kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (6.47kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.24.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.79kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (231.36kB)
[INFO] Fetching org.eclipse.pde.core_3.15.200.v20220516-1834.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.pde.ui_3.13.500.v20220517-1305.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (4.55MB)
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (369.38kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (296.42kB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (92.41kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (89.35kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.04kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (86.1kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (82.96kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (27.9kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (44.01kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (374.24kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (614.16kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (825.01kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (188.85kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.600.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (29.35kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (23.74kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (25.15kB)
[INFO] Fetching org.eclipse.egit.core_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (624.67kB)
[INFO] Fetching org.eclipse.jgit_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (2.81MB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (64.29kB)
[INFO] Fetching org.eclipse.jgit.http.apache_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (25.32kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (211.07kB)
[INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.egit.ui_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (3.86MB)
[INFO] Fetching org.eclipse.egit_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (11.37kB)
[INFO] Fetching org.eclipse.egit.doc_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.egit_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/features/ (19.1kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (423.11kB)
[INFO] Fetching S202205161126&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/milestone/ (63B)
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (32.93kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (128.92kB)
[INFO] Fetching org.eclipse.emf.cdo_4.18.0.v20220524-0949.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (309.52kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.18.0.v20220524-0949.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (194.88kB)
[INFO] Fetching org.eclipse.emf.cdo.admin_4.3.2.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (19.09kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.5.2.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (68.68kB)
[INFO] Fetching org.eclipse.net4j_4.15.0.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (69.23kB)
[INFO] Fetching org.eclipse.net4j.util_3.19.0.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (242.77kB)
[INFO] Fetching org.eclipse.emf.cdo.compare_4.6.1.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.emf.compare_3.5.3.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (181.6kB)
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.compare_4.7.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (26.09kB)
[INFO] Fetching org.eclipse.emf.cdo.compare_4.9.1.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.24kB)
[INFO] Fetching org.eclipse.emf.cdo.doc_4.2.6.v20220505-0518.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (12.84MB)
[INFO] Fetching org.eclipse.emf.cdo.doc_4.3.6.v20220505-0518.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.21kB)
[INFO] Fetching org.eclipse.emf.cdo.ecore.dependencies_1.0.1.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (52.07kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (110.69kB)
[INFO] Fetching org.eclipse.net4j.util.ui_3.15.0.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (96.51kB)
[INFO] Fetching org.eclipse.emf.cdo.ecore.dependencies_1.0.1.v20220505-0518.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.17kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.5.6.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (24.05kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (63.24kB)
[INFO] Fetching org.eclipse.emf.cdo.epp_4.19.0.v20220524-0949.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.26kB)
[INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.2.9.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (61.75kB)
[INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.3.9.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.2kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.11.2.v20220509-1040.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.4.4.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (31.16kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.18.0.v20220524-0710.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (168.14kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.11.3.v20220524-0706.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (126.68kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.2.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (15.72kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.7.6.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (166.47kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.net4j.ui.shared_4.7.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (44.34kB)
[INFO] Fetching org.eclipse.emf.cdo.ui_4.13.0.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (170.64kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.7.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (80.06kB)
[INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (35.58kB)
[INFO] Fetching org.eclipse.emf.cdo.expressions.edit_4.4.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (23.56kB)
[INFO] Fetching org.eclipse.emf.cdo.expressions.editor_4.5.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (30.75kB)
[INFO] Fetching org.eclipse.emf.cdo.security_4.6.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (54.25kB)
[INFO] Fetching org.eclipse.emf.cdo.security.edit_4.5.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (30.94kB)
[INFO] Fetching org.eclipse.emf.cdo.security.editor_4.4.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (30.27kB)
[INFO] Fetching org.eclipse.emf.cdo.security.ui_4.5.3.v20220524-0732.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (46.91kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.3.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (29.95kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.team_4.4.2.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.jdt_1.0.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (11.2kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.4.4.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (26.72kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.3.2.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.4.3.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (29.13kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace_4.4.1.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (15.44kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (11.5kB)
[INFO] Fetching org.eclipse.emf.cdo_4.19.0.v20220524-0949.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.62kB)
[INFO] Fetching org.eclipse.emf.cdo.migrator_3.2.9.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (88.03kB)
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (42.48kB)
[INFO] Fetching org.eclipse.emf.cdo.migrator_4.4.9.v20220505-0518.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.18kB)
[INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.7.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (34.25kB)
[INFO] Fetching org.eclipse.emf.cdo.server.security_4.9.1.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (32.47kB)
[INFO] Fetching org.eclipse.net4j.db_4.11.1.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (72.09kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.11.3.v20220524-0706.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.15kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.5.3.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (53.6kB)
[INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.4.2.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (24.61kB)
[INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.4.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (14.04kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.19.0.v20220524-0949.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.37kB)
[INFO] Fetching 6.17.1&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ (63B)
[INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (383.83kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.3.3.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (33.39kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.3.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.net4j.ui_4.4.3.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (24.68kB)
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (67.25kB)
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (118.12kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (246.97kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (379kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (71.69kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (44.1kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (60.5kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (422.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.30.0.v20220426-0617.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (543.4kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (34.23kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.30.0.v20220426-0617.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.11kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.30.0.v20220313-0955.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (74.61kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.30.0.v20220313-0955.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.12kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.93kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (236.55kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.23.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.07kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (104.21kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (82.06kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.24.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.09kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.common.source_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (221.01kB)
[INFO] Fetching org.eclipse.emf.common.source_2.26.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.07kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.19.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.85kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.20.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (79.22kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.19.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.05kB)
[INFO] Fetching org.eclipse.emf.compare.doc_3.3.18.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (9.51MB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.compare_3.3.18.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/features/ (22.12kB)
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (35.29kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui_3.3.18.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/features/ (22.21kB)
[INFO] Fetching org.eclipse.emf.compare.edit.source_4.3.1.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (154.33kB)
[INFO] Fetching org.eclipse.emf.compare.ide.source_3.4.3.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (71.83kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui.source_4.4.3.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (544.77kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui.source_3.3.18.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/features/ (16.26kB)
[INFO] Fetching org.eclipse.emf.compare.source_3.5.3.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (442.66kB)
[INFO] Fetching org.eclipse.emf.compare.source_3.3.18.202202240907.jar from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/features/ (16.21kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (39.48kB)
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (32.08kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (24.5kB)
[INFO] Fetching org.eclipse.emf.converter_2.17.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (21.01kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (40.68kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (31.92kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (22.6kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (48.61kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (71.56kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.17.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.15kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.91kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (42.86kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.15kB)
[INFO] Fetching org.eclipse.emf.databinding_1.9.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (58.97kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.9.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.08kB)
[INFO] Fetching org.eclipse.emf.doc_2.26.0.v20220317-1532.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.doc_2.28.0.v20220317-1532.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.84kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.15.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (80.64kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (25.63kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.15.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.11kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (46.68kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (42.53kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.18.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.1kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.94kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (822.44kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (92.6kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (153.34kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.28.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.09kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.86kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (211.78kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.02kB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (131.85kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.21.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (159.98kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.23.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.04kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (190.62kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (12.38kB)
[INFO] Fetching org.eclipse.emf_2.30.0.v20220516-1117.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (21.04kB)
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (69.39kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (16.17kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (52.66kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (20.24kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (12.6kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (39.89kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.15.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (21.01kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (23.55kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (41.77kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.15.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.23kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.13.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (42.04kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (52.27kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.13.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.16kB)
[INFO] Fetching org.eclipse.emf.mapping_2.14.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (115.49kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.14.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.14.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (46.99kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.14.0.v20210924-1718.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.08kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (18.83kB)
[INFO] Fetching org.eclipse.xsd_2.18.0.v20220312-1031.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (540.43kB)
[INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (67.5kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (17.73kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (40.19kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (230.3kB)
[INFO] Fetching org.eclipse.xtext_2.27.0.v20220523-0424.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220523-0431.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220523-0424.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (307.82kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220523-0421.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (162.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (23.93kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/plugins/ (141.72kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/plugins/ (14.11kB)
[INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/plugins/ (168.18kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.12.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/features/ (21.31kB)
[INFO] Fetching org.eclipse.emf.query_1.12.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/features/ (21.57kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/plugins/ (29.56kB)
[INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.emf.query.ocl_1.12.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/features/ (21.51kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/plugins/ (21.29kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/features/ (21.22kB)
[INFO] Fetching org.eclipse.emf.query.sdk_1.12.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/features/ (21.1kB)
[INFO] Fetching org.eclipse.emf.query.source_1.7.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/plugins/ (96.02kB)
[INFO] Fetching org.eclipse.emf.query.source_1.12.0.201805030653.jar from https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.sdk_2.30.0.v20220516-1117.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.source_2.30.0.v20220516-1117.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.18kB)
[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] Fetching org.eclipse.emf.transaction.doc_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (14.21kB)
[INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.7kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.transaction.sdk_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.27kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (153.08kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (24.7kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.22kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (179.84kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (324.23kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.26kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.65kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (69.87kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/features/ (21.24kB)
[INFO] Fetching org.eclipse.epp.mpc.core_1.10.0.v20220502-0731.jar from https://download.eclipse.org/mpc/drops/1.10.0/v20220502-0731/plugins/ (247.34kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (174.42kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from https://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (27.69kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (76.94kB)
[INFO] Fetching org.eclipse.epp.mpc.ui_1.10.0.v20220502-0731.jar from https://download.eclipse.org/mpc/drops/1.10.0/v20220502-0731/plugins/ (604.89kB)
[INFO] Fetching org.eclipse.epp.mpc.ui.css_1.10.0.v20220502-0731.jar from https://download.eclipse.org/mpc/drops/1.10.0/v20220502-0731/plugins/ (22.4kB)
[INFO] Fetching org.eclipse.epp.mpc.help.ui_1.10.0.v20220502-0731.jar from https://download.eclipse.org/mpc/drops/1.10.0/v20220502-0731/plugins/ (749.85kB)
[INFO] Fetching org.eclipse.epp.mpc_1.10.0.v20220502-0731.jar from https://download.eclipse.org/mpc/drops/1.10.0/v20220502-0731/features/ (20.27kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (156.48kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.500.v20220423-1604.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (658.09kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (360.26kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (74.06kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (110.58kB)
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (25.73kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1700.v20220509-0833 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (35.65kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (233.64kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (756.23kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (162.1kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (548.14kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (169.5kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (131.95kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (86.25kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1400.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.51kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (114.3kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (61.45kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (67.38kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (142.32kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (247.98kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (134.52kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.200.v20220503-2330.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (96.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (47.62kB)
[INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (102.46kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.91kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (64.22kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.13kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (151.4kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.97kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1400.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.33kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.1100.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.95kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (34.04kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (76.76kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (178.54kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (149.7kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.01kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.300.v20211214-1242.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (103.44kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (170.59kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.4.v20220213-1624.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (68.52kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.88kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.500.v20220423-1604.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (307.2kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.300.v20211214-1242.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (55.97kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.200.v20220115-0654.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (85.53kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.4.v20220213-1624.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (36.43kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.96kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (207.24kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.74kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (50.45kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.95kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (1.52MB)
[INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (14kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (828.05kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.32kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (37.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (257.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (92.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (215.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (114.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (100.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (123.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (23.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (118.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (99.84kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (201.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (39.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (28.96kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (74.09kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (66.09kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (92.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (190.29kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (70.72kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (13.33kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (21.82kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (338.95kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (21.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (117.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (120.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (24.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (76.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (133.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (218.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (137.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (318.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (49.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (198.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (110.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (18.27kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (93.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (29.01kB)
[INFO] Fetching org.eclipse.gmf_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (14.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (752.74kB)
[INFO] Fetching org.eclipse.gmf_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (320.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (134.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (13.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (21.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.05kB)
[INFO] Fetching org.apache.batik.anim.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (409.92kB)
[INFO] Fetching org.apache.batik.awt.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (427.04kB)
[INFO] Fetching org.apache.batik.bridge.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (526.04kB)
[INFO] Fetching org.apache.batik.codec.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (112.87kB)
[INFO] Fetching org.apache.batik.dom.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (178.28kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (242.7kB)
[INFO] Fetching org.apache.batik.ext.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (22.77kB)
[INFO] Fetching org.apache.batik.gvt.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (222.7kB)
[INFO] Fetching org.apache.batik.parser.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (97.96kB)
[INFO] Fetching org.apache.batik.script.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (42.06kB)
[INFO] Fetching org.apache.batik.svggen.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (269.14kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (125.69kB)
[INFO] Fetching org.apache.batik.xml.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (31.88kB)
[INFO] Fetching org.apache.xerces.source_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.08MB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (100.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (177.24kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (71.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (34.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (77.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (80.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (61.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (110.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (842.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (131.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (16.12kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (70.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (82.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (82.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (85.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (48.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (231.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (44.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (166.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (96.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (27.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.6kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (183.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (74.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (49.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (21.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (12.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (58.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (60.67kB)
[INFO] Fetching org.eclipse.gmf.source_1.14.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/features/ (22.15kB)
[INFO] Fetching org.eclipse.help.base_4.3.700.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (434.44kB)
[INFO] Fetching org.eclipse.help.ui_4.4.0.v20220411-0938.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (535.15kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220510-1941.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (738.64kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (205.75kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M3-20220519083635/repository/plugins/ (118.63kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (62.66kB)
[INFO] Fetching org.eclipse.help_2.3.1000.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.36kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (57.06kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (177.52kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (129.79kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (73.27kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (321.04kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (32.57kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (140.73kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.700.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (309.03kB)
[INFO] Fetching org.eclipse.help.ui.source_4.4.0.v20220411-0938.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (220.94kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.700.v20220510-1941.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (204.01kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (130.56kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (112.83kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (430.62kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (84.42kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (339.86kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (36.21kB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (67.32kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (39.64kB)
[INFO] Fetching org.eclipse.help.source_2.3.1000.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.65kB)
[INFO] Fetching org.eclipse.jdt_3.18.1200.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (44.73kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (344.71kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (391.95kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (39.9kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (102.22kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (220.82kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.94MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (910.81kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1600.v20220518-1611.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.03MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1300.v20220302-1215.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (8.65MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (176.46kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (57.17kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (26.27kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.16kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (421.77kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (65.43kB)
[INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (219.09kB)
[INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (251.3kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (44.28kB)
[INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (608.75kB)
[INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (117.58kB)
[INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (208.15kB)
[INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (180.42kB)
[INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (31.88kB)
[INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (38.14kB)
[INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (30.68kB)
[INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (38.41kB)
[INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (83.87kB)
[INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (21.6kB)
[INFO] Fetching org.eclipse.jdt_3.18.1200.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.58kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (610.05kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (356kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (33.87kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.4.100.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (135.96kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.3.150.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (51.55kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.30.0.v20220515-1556.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (5.05MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.16.100.v20220513-2002.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.700.v20220513-0809.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (845.7kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (770.37kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.14.100.v20220411-0722.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (194.19kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.300.v20220317-1517.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (114.01kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.8kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.38kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1500.v20220308-2347.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.75kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (350.75kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.26.100.v20220516-1138.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (5.41MB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (211.17kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (146.42kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (39.79kB)
[INFO] Fetching org.junit.jupiter.params.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (86.74kB)
[INFO] Fetching org.junit.platform.commons.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (91.89kB)
[INFO] Fetching org.junit.platform.engine.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (153.7kB)
[INFO] Fetching org.junit.platform.launcher.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (115.99kB)
[INFO] Fetching org.junit.platform.runner.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (26.45kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (43.69kB)
[INFO] Fetching org.junit.platform.suite.commons.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (24.88kB)
[INFO] Fetching org.junit.platform.suite.engine.source_1.8.1.v20211028-1957.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (30.17kB)
[INFO] Fetching org.junit.vintage.engine.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (55.01kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.91kB)
[INFO] Fetching org.apiguardian.source_1.1.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (18.6kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.300.v20220408-0629.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (128.18kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.1200.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.92kB)
[INFO] Fetching org.eclipse.jgit.archive_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (25.84kB)
[INFO] Fetching org.eclipse.jgit_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/features/ (14.36kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/features/ (14.38kB)
[INFO] Fetching org.eclipse.jgit.http.apache_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/features/ (14.39kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/plugins/ (37.86kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_6.2.0.202205041315-m2.jar from https://download.eclipse.org/egit/staging/v6.2.0.202205041315-m2/features/ (14.4kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (40.73kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (19.58kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/features/ (21.46kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.7.v20220523-1108.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.7/S202205231108/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220523-1108.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.7/S202205231108/plugins/ (68.35kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220523-1108.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.7/S202205231108/plugins/ (870.18kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220523-1108.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.7/S202205231108/plugins/ (143.94kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220523-1108.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.7/S202205231108/plugins/ (77.16kB)
[INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (209.64kB)
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (326.34kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (60.16kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (88.99kB)
[INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (14.81kB)
[INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (192.74kB)
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (1.33MB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (222.89kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.25.2.v20200814-0512.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.28kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (73.36kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.17kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (27.35kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.12kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (10.45kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (20.04kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (37.63kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.27kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (62.39kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.19kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (84.8kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (26.64kB)
[INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (69.55kB)
[INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (110.91kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (31.68kB)
[INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (47.2kB)
[INFO] Fetching org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.21kB)
[INFO] Fetching org.eclipse.mylyn.debug.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (25.08kB)
[INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (61.21kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (61.7kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.15kB)
[INFO] Fetching org.eclipse.mylyn.ide.ant_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (19.41kB)
[INFO] Fetching org.eclipse.mylyn.ide_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.23kB)
[INFO] Fetching org.eclipse.mylyn.java.tasks_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (16.08kB)
[INFO] Fetching org.eclipse.mylyn.java.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (119.12kB)
[INFO] Fetching org.eclipse.mylyn.java_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.3kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.14kB)
[INFO] Fetching org.eclipse.mylyn.pde.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (45.19kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (514.21kB)
[INFO] Fetching org.eclipse.mylyn.pde_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.23kB)
[INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (60.47kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.200.v20220310-1555.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (172.2kB)
[INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (1.2MB)
[INFO] Fetching org.eclipse.mylyn.tasks.ide_3.25.2.v20200814-0512.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.18kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (27.16kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (46.77kB)
[INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/plugins/ (80.12kB)
[INFO] Fetching org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.18kB)
[INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956/features/ (19.82kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.net4j.db_4.18.0.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.37kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (1.27MB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.2.v20220505-0518.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.22kB)
[INFO] Fetching org.eclipse.net4j.debug_3.2.0.v20220505-0518.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (15.9kB)
[INFO] Fetching org.eclipse.net4j.examples.installer_4.2.7.v20220515-1607.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/plugins/ (281.12kB)
[INFO] Fetching org.eclipse.net4j.examples.installer_4.3.7.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.21kB)
[INFO] Fetching org.eclipse.net4j_4.19.0.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.36kB)
[INFO] Fetching org.eclipse.net4j.util_4.18.0.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.21kB)
[INFO] Fetching org.eclipse.net4j.util.ui_4.18.0.v20220515-1607.jar from https://download.eclipse.org/modeling/emf/cdo/drops/S20220524-0552/features/ (30.24kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB)
[INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (36.28kB)
[INFO] Fetching org.eclipse.ocl.all_5.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.53kB)
[INFO] Fetching org.eclipse.ocl.all.sdk_5.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.53kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (27.97kB)
[INFO] Fetching org.eclipse.ocl.core.sdk_5.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.56kB)
[INFO] Fetching org.eclipse.ocl.doc_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (4.25MB)
[INFO] Fetching org.eclipse.ocl.doc_3.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.42kB)
[INFO] Fetching org.eclipse.ocl.ecore.edit_4.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (157.59kB)
[INFO] Fetching org.eclipse.ocl.edit_4.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (160.18kB)
[INFO] Fetching org.eclipse.ocl.uml.edit_5.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (183.39kB)
[INFO] Fetching org.eclipse.ocl.edit_5.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.51kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (86.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (386.19kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (411.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (413.46kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (217.1kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (574.36kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (79.15kB)
[INFO] Fetching org.eclipse.xtext.ui_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (150.29kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (3.34MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (163.18kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (11.54kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (99.38kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (204.53kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (226.18kB)
[INFO] Fetching org.eclipse.ocl_3.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.56kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (21.65kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (62.35kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (280.41kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (311.21kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (247.88kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.ocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (20.07kB)
[INFO] Fetching org.eclipse.ocl.uml.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (12.74kB)
[INFO] Fetching org.eclipse.ocl.ui_2.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.42kB)
[INFO] Fetching org.eclipse.ocl.uml_5.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (352.2kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (171.86kB)
[INFO] Fetching org.eclipse.ocl.uml_5.17.1.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/features/ (19.54kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (216.7kB)
[INFO] Fetching org.eclipse.xtext.builder_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (393.85kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (688.69kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (401.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (134.95kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (181.34kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.76kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.49kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.81MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (286.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (187.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.24MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (446.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (185.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.2MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (380.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (636.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (876.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (173.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (465.6kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (892.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (4.59MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.79MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.1kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (90.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (157.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (514.61kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (472.1kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (335.02kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (129.71kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (578.43kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.66kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.29kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.21kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (756.42kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (611.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (397.41kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.49MB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.4kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.76kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (67.64kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.79MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (282.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (182.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.23MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (438.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (180.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (5.17MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (376.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (631.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (870.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (169.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.05MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.09MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (3.47MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (888.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc.source_0.7.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.3MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.78MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (574.04kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.05kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.55kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (753.12kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (607.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.papyrus.doc.feature.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.36kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (73.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (959.28kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (317.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (234.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (116.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (261.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (328.45kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.69kB)
[INFO] Fetching org.eclipse.papyrus.editor.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.82kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.89kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.61kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.95kB)
[INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.58kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (110.62kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.62kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (466.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (126.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.89kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (224.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.76kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.43kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (159.65kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.39kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (156.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (120.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (374.27kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.9kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.98kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (193.55kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (162.76kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (114.98kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (163.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (96.36kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (83.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.34kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (291.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.93kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (45.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.9kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.87kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (110.56kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.48kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.04kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.38kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (94.9kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.36kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.67kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (86.3kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (141.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.75kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (215.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (102.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (175.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (164.69kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.44kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.26kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.46kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.38kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.56kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.26kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.19kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.71kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.55kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (105.67kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (59.47kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.1kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (136.76kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.emf.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.07kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature.source_1.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.96kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (302.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.41kB)
[INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220523-0421.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (109.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.source_3.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (142.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (47.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature.source_1.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (95.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.59kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (15.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (143.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (66.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.source_4.3.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (225.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (84.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (195.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools.source_4.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (143.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (214.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (267.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (101.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (110.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (126.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (88.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (55.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (45.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (142.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (272.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (56.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.source_4.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (152.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (192.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.2MB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (467.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (109.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (100.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (119.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (124.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (110.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (210.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (47.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (271.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.guava.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (100.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core.source_5.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (48.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (177.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (79.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (67.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.24kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (35.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (135.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1,008.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (110.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (64.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (75.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (74.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (59.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (99.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (302.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (122.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (283.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (134.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (345.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (167.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (227.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (77.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (112.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (67.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (208.59kB)
[INFO] Fetching org.eclipse.xtext.generator_2.27.0.v20220523-0431.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (856.56kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.27.0.v20220523-0431.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (258.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (119.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (74.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (116.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (45kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (105.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (56.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (93.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties.source_5.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (74.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.source_4.3.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (685.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (82.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer.source_2.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.89kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (54.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (88.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (178.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (47.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (80kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.63kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (252.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (119.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (74.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (127.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (247.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (605.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (48.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (181kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (423.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (173.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (185.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.source_7.1.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (866.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common.source_6.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (86.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (78.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core.source_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.44MB)
[INFO] Fetching ca.odell.glazedlists.source_1.9.0.v201303080712.jar.pack.gz from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (614.78kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists.source_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (96.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.92kB)
[INFO] Fetching org.eclipse.nebula.cwt.source_1.0.0.201703081533.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (198.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (40kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (83.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (103.79kB)
[INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (178.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (43.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (67.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (89.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (169.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (52.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (321.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.source_3.4.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (220.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui.source_2.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (58.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf.source_3.1.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (93.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (198.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (86.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (30.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (81.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (338.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.35kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201703081533.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.37MB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.02kB)
[INFO] Fetching org.eclipse.papyrus.sdk_6.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.64kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_6.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.03kB)
[INFO] Fetching org.eclipse.papyrus.sdk.source_6.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature.source_6.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.44MB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (66.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (129.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (407.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (64.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (394.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (279.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (264.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (65.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (488.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (584.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (488.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (160.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (599.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (609.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (979.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (546.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (2.98MB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.97kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (302.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (145.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (56.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (132.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (71.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (84.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (41.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (70.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (823.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (217.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (223.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (517.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (112.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (73.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (334.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (240.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (178.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (47.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (726.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1,009.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (85.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (382.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (304.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu.source_3.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (147.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (380.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (388.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (337.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (103.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (221.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.source_7.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (958.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (878.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (960.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (599.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (105.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (27.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (35.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (98.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (78.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (80.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (56.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit.source_3.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (166.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (47.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (223.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (34.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (22.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (307.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.export.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (48.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (10.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.import.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.source_4.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (127.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (126.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.source_5.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (344.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (62.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (207.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (169.94kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.source_2.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (108.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (249.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (210.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (15.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.01kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (60.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (201.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (20.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (25.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.source_6.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (202.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (240.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (16.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (12.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification.source_6.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (33.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (19.81kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula.source_1.1.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (24.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (118.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (64.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.82kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (60.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.source_4.1.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (326.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (32.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (170.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (98.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.95kB)
[INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (50.24kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (37.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (78.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (56.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (51.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (76.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (53.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (160.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (190.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (87.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (113.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (65.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (117.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (66.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (190.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (88.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (117.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (310.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (386.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (69.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (36.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (57.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (38.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (59.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (39.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (61.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (128.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (60.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (80.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (83.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (47.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (128.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (60.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (86.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (46.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (23.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (214.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (262.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.17kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (12.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils.source_4.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (104.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.source_5.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (212.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.95kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (95.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature.source_1.2.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (14.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (73.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (11.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.07kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.28kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (29.82kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature.source_1.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.06kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.views.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.01kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (26.8kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.69kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.source_5.0.100.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (165.19kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.27kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (17.22kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (21.87kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature.source_4.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.15kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (72.75kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.source_5.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (63.56kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (59.96kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.04kB)
[INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.views.references.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (28.67kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.6kB)
[INFO] Fetching org.eclipse.papyrus.views.search.source_3.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (42.17kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (21.94kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.source_3.1.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/plugins/ (37.4kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature.source_2.0.0.202205251022.jar from https://ci.eclipse.org/papyrus/view/MasterRelease/job/Papyrus-Master-Release/lastSuccessfulBuild/artifact/repository/features/ (22.02kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.900.v20220423-1025.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (945.62kB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (132.86kB)
[INFO] Fetching org.objectweb.asm.tree_9.3.0.v20220409-0157.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (65.17kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (491.23kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1600.v20220518-1611.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (7.05MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.400.v20220330-1406.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (145.39kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (205.14kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.62kB)
[INFO] Fetching org.eclipse.pde_3.13.1900.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (69.55kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.100.v20211112-1151.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.16kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.400.v20220317-2150.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (214.9kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.600.v20220504-2153.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (579.35kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.0.v20220515-1944.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (140.54kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (112.59kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (450.72kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (59.39kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.200.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (87.78kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.95kB)
[INFO] Fetching org.eclipse.pde.spy.model_0.12.300.v20220512-0735.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.14kB)
[INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (56.03kB)
[INFO] Fetching org.eclipse.pde.spy.context_1.0.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (88.2kB)
[INFO] Fetching org.eclipse.pde.spy.bundle_0.12.200.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (38.61kB)
[INFO] Fetching org.eclipse.pde.spy.event_1.0.0.v20220513-0804.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (70.45kB)
[INFO] Fetching org.eclipse.pde_3.14.1200.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.4kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.200.v20220503-0921.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (317.72kB)
[INFO] Fetching org.eclipse.pde.core.source_3.15.200.v20220516-1834.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1,013.38kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.100.v20211112-1151.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.72kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.400.v20220317-2150.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (83.25kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.500.v20220517-1305.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.600.v20220504-2153.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (110.89kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.900.v20220423-1025.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (657.85kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.700.v20220329-0844.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (250.48kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (94.72kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.10.0.v20220515-1944.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (96.69kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (272.26kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.400.v20220330-1406.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (77.44kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.200.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (63.3kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.pde.spy.core.source_1.0.200.v20220331-1637.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (17.32kB)
[INFO] Fetching org.eclipse.pde.spy.model.source_0.12.300.v20220512-0735.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.96kB)
[INFO] Fetching org.eclipse.pde.spy.css.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (24.11kB)
[INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (35.44kB)
[INFO] Fetching org.eclipse.pde.spy.context.source_1.0.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (24.89kB)
[INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.200.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.pde.spy.event.source_1.0.0.v20220513-0804.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (39.69kB)
[INFO] Fetching org.eclipse.pde.source_3.14.1200.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.79kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (152.75kB)
[INFO] Fetching org.eclipse.platform_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (689.52kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220518-1611.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (38.81MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220518-1611.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (17.13MB of 38.81MB at 17.12MB/s)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220518-1611.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (34.36MB of 38.81MB at 17.18MB/s)
[INFO] Fetching org.eclipse.platform.doc.user_4.24.0.v20220304-1347.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (5.14MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (95.68kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.09MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.200.v20220429-1040.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (59.91kB)
[INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (113.08kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1800.v20220316-1102.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (37.76kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (23.47kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.platform_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.45kB)
[INFO] Fetching org.eclipse.platform_root_4.24.0.v20220519-0130 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (196B)
[INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.400.v20220317-1003.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (97.29kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.7.0.v20220513-0551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (62.19kB)
[INFO] Fetching org.eclipse.compare.source_3.8.400.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (422.94kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (93.12kB)
[INFO] Fetching org.eclipse.core.net.linux.source_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.core.resources.source_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (809.7kB)
[INFO] Fetching org.eclipse.debug.core.source_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (404.53kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.16.100.v20220511-1455.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.77kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.12.200.v20220502-1514.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (295.07kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.100.v20220329-1353.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (251.15kB)
[INFO] Fetching org.eclipse.platform.source_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.48kB)
[INFO] Fetching org.eclipse.search.source_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (264.83kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.300.v20211203-1705.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (59.44kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.400.v20220511-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (367.78kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.300.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (765.95kB)
[INFO] Fetching org.eclipse.text.source_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (279.42kB)
[INFO] Fetching org.eclipse.jface.text.source_3.20.100.v20220516-0819.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (817.51kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.100.v20210917-1201.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (47.91kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.200.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (136.58kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.500.v20220317-1346.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (253.74kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (57.06kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (251.12kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.7.100.v20211105-1434.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (96.94kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.200.v20211217-1247.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (94.38kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.200.v20220429-1040.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (45.18kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (308.86kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (102.84kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.500.v20220331-0848.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (443.48kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (330.11kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (77.56kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.19.0.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.400.v20220502-1523.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (217.67kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (35.58kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1800.v20220316-1102.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (7.39kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.3.200.v20220310-1555.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (59.97kB)
[INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.200.v20220308-0315.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.platform.source_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (22.05kB)
[INFO] Fetching org.eclipse.rcp.configuration_1.1.1700.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.63kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.1700.v20220519-0130 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (34.83kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.rcp_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.rcp_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (20.97kB)
[INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220519-0130 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (20.23kB)
[INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.ui.source_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (145.79kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.125.100.v20220505-1945.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (76.41kB)
[INFO] Fetching org.eclipse.rcp.source_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (21.02kB)
[INFO] Fetching org.eclipse.sdk_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (416.42kB)
[INFO] Fetching org.eclipse.sdk_4.24.0.v20220519-0130.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/features/ (24.65kB)
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (24.68kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.96kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.95kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.93kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.79kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (10.14kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (183.08kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.86kB)
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (10.15kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (15.27kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (27.02kB)
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (32.08kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.92kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (31.92kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/features/ (32.01kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from https://download.eclipse.org/usssdk/drops/release/1.2.2/features/ (19kB)
[INFO] Fetching R201605260315&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/m2t/xpand/updates/releases/ (63B)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (11kB)
[INFO] Fetching org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (26.14kB)
[INFO] Fetching org.eclipse.xsd.doc_2.23.0.v20220317-1532.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.xsd.doc_2.25.0.v20220317-1532.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.84kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (12.4kB)
[INFO] Fetching org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.13.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.95kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.9.0.v20200324-0723.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (27.47kB)
[INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.7.0.v20180706-1143.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.13.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.18kB)
[INFO] Fetching org.eclipse.xsd.edit_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.88kB)
[INFO] Fetching org.eclipse.xsd.edit.source_2.11.0.v20200723-0820.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (110.63kB)
[INFO] Fetching org.eclipse.xsd.edit.source_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.06kB)
[INFO] Fetching org.eclipse.xsd.editor_2.11.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.xsd.editor_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.92kB)
[INFO] Fetching org.eclipse.xsd.editor.source_2.11.0.v20180706-1143.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (33.2kB)
[INFO] Fetching org.eclipse.xsd.editor.source_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.06kB)
[INFO] Fetching org.eclipse.xsd.example.installer_1.4.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (45.13kB)
[INFO] Fetching org.eclipse.xsd_2.20.0.v20220312-1031.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.87kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (12.41kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.94kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.9.0.v20180706-1143.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.9.0.v20181105-0510.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (14.34kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.18kB)
[INFO] Fetching org.eclipse.xsd.mapping_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (12.39kB)
[INFO] Fetching org.eclipse.xsd.mapping_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.94kB)
[INFO] Fetching org.eclipse.xsd.mapping.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (9.19kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.9.0.v20200723-0820.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.xsd.mapping.source_2.14.0.v20210924-1719.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22.11kB)
[INFO] Fetching org.eclipse.xsd.sdk_2.30.0.v20220317-1532.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (20.96kB)
[INFO] Fetching org.eclipse.xsd.source_2.18.0.v20220312-1031.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/plugins/ (742.12kB)
[INFO] Fetching org.eclipse.xsd.source_2.20.0.v20220312-1031.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202205161126/features/ (22kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220523-0421.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.smap_2.27.0.v20220523-0431.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (20.99kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (250kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.27.0.v20220523-0431.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (17.81kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.27.0.v20220523-0424.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (969.14kB)
[INFO] Fetching org.eclipse.xtext.ide_2.27.0.v20220523-0424.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (489.48kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (195.4kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.27.0.v20220523-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205230555/plugins/ (134.65kB)
[INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (10.13kB)
[INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (17.29kB)
[INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (9.91kB)
[INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (13.08kB)
[INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/features/ (19.15kB)
[INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (17.46kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (120.38MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (16.95MB of 120.38MB at 16.93MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (34.1MB of 120.38MB at 17.04MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (51.12MB of 120.38MB at 17.03MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (68.27MB of 120.38MB at 17.06MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (85.19MB of 120.38MB at 17.03MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (102.51MB of 120.38MB at 17.11MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (119.52MB of 120.38MB at 17.08MB/s)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (43.77kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.67kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (7.78kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (132.49kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.99MB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.85kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (27.36kB)
[INFO] Fetching org.eclipse.epp.mpc.core.win32_1.10.0.v20220502-0731.jar from https://download.eclipse.org/mpc/drops/1.10.0/v20220502-0731/plugins/ (12.59kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1700.v20220509-0833 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (266.5kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.core.net.win32.source_1.0.0.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (18.89kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.600.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (7.41kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.1700.v20220519-0130 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (266.5kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (121.03MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (18.88MB of 121.03MB at 18.86MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (38.03MB of 121.03MB at 19MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (56.62MB of 121.03MB at 18.87MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (75.19MB of 121.03MB at 18.79MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (92.97MB of 121.03MB at 18.59MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.15.v20220515-1236.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.15/plugins/ (109.77MB of 121.03MB at 18.18MB/s)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (40.81kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.120.0.v20220518-1440.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1700.v20220509-0833 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (17.01kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (17.61kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.1700.v20220519-0130 from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/binary/ (16.21kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220519-0130/plugins/ (8.88kB)
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ org.eclipse.papyrus.rcp.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/org.eclipse.papyrus.rcp.product-6.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.4.0:materialize-products (materialize-products) @ org.eclipse.papyrus.rcp.product ---
[INFO] Installing product org.eclipse.papyrus.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product/linux/gtk/x86_64/Papyrus
Installing org.eclipse.papyrus.rcp.product 6.2.0.202205251141.
Installing org.eclipse.papyrus.sdk.feature.source.feature.group 6.2.0.202205251022.
Operation completed in 52964 ms.
[INFO] Installing product org.eclipse.papyrus.rcp.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product/win32/win32/x86_64/Papyrus
Installing org.eclipse.papyrus.rcp.product 6.2.0.202205251141.
Installing org.eclipse.papyrus.sdk.feature.source.feature.group 6.2.0.202205251022.
Operation completed in 49583 ms.
[INFO] Installing product org.eclipse.papyrus.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product/macosx/cocoa/x86_64/Papyrus.app
Installing org.eclipse.papyrus.rcp.product 6.2.0.202205251141.
Installing org.eclipse.papyrus.sdk.feature.source.feature.group 6.2.0.202205251022.
Operation completed in 51154 ms.
[INFO] 
[INFO] --- eclipse-macsigner-plugin:1.3.2:sign (default) @ org.eclipse.papyrus.rcp.product ---
[INFO] [Wed May 25 11:51:02 UTC 2022] Signing OS X application '/home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product/macosx/cocoa/x86_64/Papyrus.app'...
[INFO] 
[INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.4.0:archive-products (archive-products) @ org.eclipse.papyrus.rcp.product ---
[INFO] Building tar: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products/org.eclipse.papyrus.rcp.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.rcp.targetplatform >-----
[INFO] Building org.eclipse.papyrus.rcp.targetplatform 0.0.1-SNAPSHOT     [5/5]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.rcp.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.rcp.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.rcp.targetplatform ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.papyrus.rcp.releng 6.2.0-SNAPSHOT ...... SUCCESS [  1.028 s]
[INFO] org.eclipse.papyrus.rcp 6.2.0-SNAPSHOT ............. SUCCESS [  6.022 s]
[INFO] org.eclipse.papyrus.rcp.feature 6.2.0-SNAPSHOT ..... SUCCESS [  0.465 s]
[INFO] org.eclipse.papyrus.rcp.product 6.2.0-SNAPSHOT ..... SUCCESS [12:09 min]
[INFO] org.eclipse.papyrus.rcp.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.009 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13:16 min
[INFO] Finished at: 2022-05-25T11:55:11Z
[INFO] ------------------------------------------------------------------------
[Papyrus-Master-RCP-Releases] $ /bin/sh -xe /tmp/jenkins3609152143721930801.sh
+ mv /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/products /home/jenkins/agent/workspace/Papyrus-Master-RCP-Releases
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS