Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-sjm5w is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-sjm5w"
  namespace: "efxclipse"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.efxclipse.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-sjm5w"
    - 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-sjm5w"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.efxclipse.svc.cluster.local/efxclipse/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.gradle/daemon"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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/.gradle/gradle.properties"
      name: "gradle-secret-dir"
      readOnly: true
      subPath: "gradle.properties"
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-8"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-7"
      readOnly: false
    - 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/.gradle/wrapper"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-8"
  - emptyDir:
      medium: ""
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - emptyDir:
      medium: ""
    name: "volume-5"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-efxclipse"
      readOnly: true
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "gradle-secret-dir"
    secret:
      secretName: "gradle-secret-dir"

Building remotely on basic-sjm5w (basic) in workspace /home/jenkins/agent/workspace/efxclipse_ide
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-6xH5BFryNlQM/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_ide@tmp/private_key_1445600459584351598.key (/home/jenkins/agent/workspace/efxclipse_ide@tmp/private_key_1445600459584351598.key)
[ssh-agent] Using credentials genie.efxclipse (ssh://genie.efxclipse@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/efxclipse-eclipse
 > git init /home/jenkins/agent/workspace/efxclipse_ide # timeout=10
Fetching upstream changes from https://github.com/eclipse/efxclipse-eclipse
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/efxclipse-eclipse +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/efxclipse-eclipse # 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 8d6dac22898c80493233b274ffbb889638bee2d4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d6dac22898c80493233b274ffbb889638bee2d4 # timeout=10
Commit message: "upgrade version"
 > git rev-list --no-walk 8d6dac22898c80493233b274ffbb889638bee2d4 # timeout=10
[efxclipse_ide] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f releng/org.eclipse.fx.ide.releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/efxclipse_ide/.repository clean install -Pbuild-server
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Maven home: /opt/tools/apache-maven/3.5.4
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml
[INFO] Adding repository http://download.eclipse.org/efxclipse/runtime-shared-nightly/site
[INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/ (5.1kB)
[INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/ (5.1kB)
[INFO] Adding repository http://download.eclipse.org/efxclipse/runtime-nightly/site
[INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/ (199kB)
[INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/ (199kB)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/ (128B)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/ (128B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.26
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.26/ (446B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.26/ (446B)
[INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.26/categories/ (1.25kB)
[INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.26/categories/ (1.25kB)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (142B)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (142B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (132.52kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (132.52kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ (128B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ (128B)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (35.2kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (35.2kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (16.49kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (16.49kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (15.82kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (15.82kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (15.99kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (15.99kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (17.02kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (17.02kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (19.15kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (19.15kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (19.32kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (19.32kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (19.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (19.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (19.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (19.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (19.19kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (19.19kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (20.2kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (20.2kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (20.11kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (20.11kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (19.99kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (19.99kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (20kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (20kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (19.99kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (19.99kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (20.07kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (20.07kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (21.12kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (21.12kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (21.48kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (21.48kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (21.37kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (21.37kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.1/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.1/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.1/ (21.41kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.1/ (21.41kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (22.39kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (22.39kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (22.47kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (22.47kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (37.42kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (37.42kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (34.86kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (34.86kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (40.42kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (40.42kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (37.17kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (37.17kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (32.27kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (32.27kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (34.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (34.87kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (37.48kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (37.48kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (43.15kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (43.15kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (32.64kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (32.64kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (33.78kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (33.78kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (36.43kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (36.43kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303201134/ (34.21kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303201134/ (34.21kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (33.71kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (33.71kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (30.89kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (30.89kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (38.75kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (37.9kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (37.9kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (32.91kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (32.91kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (36.08kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (36.08kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (32.73kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (32.73kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (30.09kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (30.09kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (34.29kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (34.29kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (34.26kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (34.26kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (39.75kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (39.75kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201503090534/ (31.3kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201503090534/ (31.3kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/helios/R201102150722/ (21.42kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/helios/R201102150722/ (21.42kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (38.23kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (38.23kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (29.73kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (29.73kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (29.7kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (29.7kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (33.43kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (33.43kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (32.84kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (32.84kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (35.72kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (35.72kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (33.16kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (33.16kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (42.35kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (42.35kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (115B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (115B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (33.67kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (33.67kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/ (22.65kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/ (22.65kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/ (23.73kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/ (23.73kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/ (22.25kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/ (22.25kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/ (22.39kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/ (22.39kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/ (126B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/ (126B)
[INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/builds/release
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/ (511B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/ (511B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/ (30.72kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/ (30.72kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.36.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.36.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.36.0/ (30.57kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.36.0/ (30.57kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.35.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.35.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.35.0/ (29.89kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.35.0/ (29.89kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.34.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.34.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.34.0/ (29.86kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.34.0/ (29.86kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (29.09kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (29.09kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (30.16kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (30.16kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (30.3kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (30.29kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (30.29kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (30.34kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (30.34kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (29.92kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (29.92kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (30.3kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (30.3kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (30.32kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (30.32kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (29.66kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (29.66kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (29.52kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (29.52kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (29.61kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (29.61kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (29.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (29.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (28.1kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (28.1kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (27.83kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (27.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (27.71kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (27.71kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (27.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (27.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (27.02kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (27.02kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (26.85kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (26.85kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (26.18kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (26.18kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (26kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (26kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (24.18kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (24.18kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (24.54kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (24.54kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (24.32kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (24.32kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (24.31kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (24.31kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (24.12kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (24.12kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (23.62kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (23.62kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (20.94kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (20.94kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (21.19kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (21.19kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/latest/ (122B)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/latest/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/latest/ (472B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/latest/ (472B)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2024-03/ (122B)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2024-03/ (122B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2024-03/ (479B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2024-03/ (479B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2024-03/ (442B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2024-03/ (442B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2024-03/202403071200/ (114.34kB)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2024-03/202403071200/ (114.34kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2024-03/202403131000/ (140B)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2024-03/202403131000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2024-03/202403131000/ (809.85kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2024-03/202403131000/ (809.85kB)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/m2e/releases/latest/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/m2e/releases/latest/ (172B)
[INFO] Adding repository http://download.eclipse.org/technology/m2e/releases/latest
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/m2e/releases/latest/ (22.45kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/m2e/releases/latest/ (22.45kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml
[INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/ (63B)
[INFO] Fetching bcprov_1.77.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (7.98MB)
[INFO] Fetching bcprov_1.77.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (7.98MB)
[INFO] Fetching bcpg_1.77.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (440.38kB)
[INFO] Fetching bcpg_1.77.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (440.38kB)
[INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.47MB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (83.65kB)
[INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (83.65kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (249kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (249kB)
[INFO] Fetching 2.33.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/tmf/xtext/updates/releases/ (63B)
[INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (4.63kB)
[INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (4.63kB)
[INFO] Fetching 2.34.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/tmf/xtext/updates/releases/ (63B)
[INFO] Fetching com.google.guava_33.0.0.jre.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (2.91MB)
[INFO] Fetching com.google.guava_33.0.0.jre.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (2.91MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (133.35kB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (133.35kB)
[INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (85.08kB)
[INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (85.08kB)
[INFO] Fetching R-4.26-202211231800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.26/
[INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.09kB)
[INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.09kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (32.41kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (32.41kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (300.96kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (300.96kB)
[INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (394.12kB)
[INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (394.12kB)
[INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (64.89kB)
[INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (64.89kB)
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (116.38kB)
[INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (116.38kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (891.79kB)
[INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (891.79kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (54.29kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (46.59kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (362.07kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (113.29kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (176.44kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (19.69kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.25kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.25kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (112.39kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (432.64kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (246.23kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (246.23kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (256.62kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (256.62kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.fx.core_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (445.06kB)
[INFO] Fetching org.eclipse.fx.core_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (445.06kB)
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (4.74MB of 6.72MB at 4.74MB/s)
[INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (570.86kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (570.86kB)
[INFO] Fetching org.eclipse.fx.osgi.util_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (30.22kB)
[INFO] Fetching org.eclipse.fx.osgi.util_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (30.22kB)
[INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (916.98kB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (916.98kB)
[INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (495.56kB)
[INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (495.56kB)
[INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (402.87kB)
[INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (402.87kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (13.65MB)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (13.65MB)
[INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.81MB)
[INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.81MB)
[INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.31MB)
[INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.31MB)
[INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (16.48kB)
[INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (16.48kB)
[INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (141kB)
[INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (141kB)
[INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (19.7kB)
[INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (19.7kB)
[INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (712.18kB)
[INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (712.18kB)
[INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (140.72kB)
[INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (140.72kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (35.59kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (35.59kB)
[INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (356.1kB)
[INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (356.1kB)
[INFO] Fetching org.apache.commons.commons-io_2.15.1.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (489.47kB)
[INFO] Fetching org.apache.commons.commons-io_2.15.1.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (489.47kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.45kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.45kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.3MB of 2.41MB at 1.3MB/s)
[INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (314.82kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (314.82kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (164.89kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (164.89kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (289.68kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (289.68kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.9.0.v20221024-2137.jar from https://ftp.halifax.rwth-aachen.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (81.84kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.9.0.v20221024-2137.jar from https://ftp.halifax.rwth-aachen.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (81.84kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3MB)
[INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (42.3kB)
[INFO] Fetching 2.37.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B)
[INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (52.85kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (52.85kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (397.12kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (397.12kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (91.5kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (91.5kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (238.56kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (238.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (266.96kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (266.96kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (252.15kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (252.15kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.emf.common_2.30.0.v20231210-0956.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (381.32kB)
[INFO] Fetching org.eclipse.emf.common_2.30.0.v20231210-0956.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (381.32kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (11.03MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (11.03MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (8.38MB of 11.03MB at 8.37MB/s)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://ftp.halifax.rwth-aachen.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://ftp.halifax.rwth-aachen.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (491.27kB)
[INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (491.27kB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.26MB of 1.42MB at 1.26MB/s)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174.1kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174.1kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (110.7kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://ftp.acc.umu.se/mirror/eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (110.7kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.15MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.15MB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml
[INFO] Fetching javax.xml.jre_1.3.4.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (9.18kB)
[INFO] Fetching javax.xml.jre_1.3.4.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (9.18kB)
[INFO] Fetching com.sun.el.javax.el_3.0.4.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (232.26kB)
[INFO] Fetching com.sun.el.javax.el_3.0.4.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (232.26kB)
[INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (266.68kB)
[INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (266.68kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.93kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.93kB)
[INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (3.26MB)
[INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (3.26MB)
[INFO] Fetching org.apache.commons.lang3_3.14.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (642.53kB)
[INFO] Fetching org.apache.commons.lang3_3.14.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (642.53kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (2.36MB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20221112-0806.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.68MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20221112-0806.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.68MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20221112-0806.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.37MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20221112-0806.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.37MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20221112-0806.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.45MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20221112-0806.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (166.9kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (166.9kB)
[INFO] Fetching org.eclipse.emf.databinding_1.8.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (93.37kB)
[INFO] Fetching org.eclipse.emf.databinding_1.8.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (93.37kB)
[INFO] Fetching org.eclipse.emf.edit_2.21.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (301.63kB)
[INFO] Fetching org.eclipse.emf.edit_2.21.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (301.63kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (54.77kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20231208-1346.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (54.77kB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202312260654.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (111.9kB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202312260654.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (111.9kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (353.34kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (353.34kB)
[INFO] Fetching org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (13.09kB)
[INFO] Fetching org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (13.09kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.34.0.v20240227-0940.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (163.15kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.34.0.v20240227-0940.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (163.15kB)
[INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (536.94kB)
[INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (536.94kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.900.v20221103-0933.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (738.76kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.900.v20221103-0933.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (738.76kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (31.08kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (31.08kB)
[INFO] Fetching org.eclipse.help.base_4.3.900.v20221123-1800.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.44kB)
[INFO] Fetching org.eclipse.help.base_4.3.900.v20221123-1800.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.44kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202312260654.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (159.1kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202312260654.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (159.1kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml
[INFO] Fetching org.eclipse.xtend.lib_2.34.0.v20240227-0940.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (131.92kB)
[INFO] Fetching org.eclipse.xtend.lib_2.34.0.v20240227-0940.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (131.92kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.34.0.v20240227-0940.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (80.21kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.34.0.v20240227-0940.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/plugins/ (80.21kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (2.92MB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (2.92MB)
[INFO] Fetching 2.32.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/tmf/xtext/updates/releases/ (63B)
[INFO] Fetching org.aopalliance_1.0.0.v20230720-0728.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (12.69kB)
[INFO] Fetching org.aopalliance_1.0.0.v20230720-0728.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (12.69kB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (816.86kB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (816.86kB)
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (586.39kB)
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (586.39kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20230929-1400.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (167.39kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20230929-1400.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (167.39kB)
[INFO] Fetching org.apache.commons.cli_1.6.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (58.13kB)
[INFO] Fetching org.apache.commons.cli_1.6.0.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (58.13kB)
[INFO] Fetching org.apache.log4j_1.2.25.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (325.51kB)
[INFO] Fetching org.apache.log4j_1.2.25.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (325.51kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (370.77kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (370.77kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.37.0.v20240203-1010.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.37.0.v20240203-1010.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.11.0.v20240224-1400.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (40.79kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.11.0.v20240224-1400.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (40.79kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (230.3kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (230.3kB)
[INFO] Fetching 2.31.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/tmf/xtext/updates/releases/ (63B)
[INFO] Fetching org.eclipse.xtext_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (2.64MB)
[INFO] Fetching org.eclipse.xtext_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (2.64MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (505.44kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (505.44kB)
[INFO] Fetching org.eclipse.xtext.util_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (312.35kB)
[INFO] Fetching org.eclipse.xtext.util_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (312.35kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.17.0.v20240224-1400.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (24.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.17.0.v20240224-1400.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (24.36kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (2.5MB)
[INFO] Fetching org.eclipse.xtext.xbase_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (2.5MB)
[INFO] Fetching org.eclipse.xtext.generator_2.32.0.v20230827-1315.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (877.87kB)
[INFO] Fetching org.eclipse.xtext.generator_2.32.0.v20230827-1315.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (877.87kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (554.65kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (554.65kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68kB)
[INFO] Fetching org.objectweb.asm_9.5.0.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (119.01kB)
[INFO] Fetching org.objectweb.asm_9.5.0.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (119.01kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (1.19MB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (188.09kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (188.09kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (130kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/ (130kB)
[INFO] Fetching org.eclipse.xtext.ui_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.xtext.ui_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (62.7kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (62.7kB)
[INFO] Fetching org.eclipse.xtext.builder_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (396.87kB)
[INFO] Fetching org.eclipse.xtext.builder_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (396.87kB)
[INFO] Fetching org.eclipse.xtext.smap_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (22.7kB)
[INFO] Fetching org.eclipse.xtext.smap_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (22.7kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (252.51kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.31.0.v20230529-0659.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/plugins/ (252.51kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (250.29kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (250.29kB)
[INFO] Fetching org.eclipse.xtext.ide_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (495.95kB)
[INFO] Fetching org.eclipse.xtext.ide_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (495.95kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml
[INFO] Fetching org.mortbay.jasper.apache-el_9.0.83.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (249.38kB)
[INFO] Fetching org.mortbay.jasper.apache-el_9.0.83.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (249.38kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.66kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.66kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (546.12kB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (546.12kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://mirror.dogado.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (33.47kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (33.47kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (659.54kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (659.54kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (4.55MB)
[INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (4.55MB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (581.21kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (581.21kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (59.13kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar from https://download.eclipse.org/releases/2024-03/202403131000/plugins/ (59.13kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (178.54kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (178.54kB)
[INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (414.97kB)
[INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (414.97kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.67kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.67kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (346.47kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://eclipse.mirror.garr.it/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (346.47kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (387.45kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (387.45kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://eclipse.mirror.liteserver.nl/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.300.v20220915-0924.jar from https://ftp.halifax.rwth-aachen.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (154.68kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.300.v20220915-0924.jar from https://ftp.halifax.rwth-aachen.de/eclipse/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (154.68kB)
[INFO] Fetching org.hamcrest_2.2.0.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (120.47kB)
[INFO] Fetching org.hamcrest_2.2.0.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (120.47kB)
[INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (9.19kB)
[INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/plugins/ (9.19kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB)
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml
[INFO] Fetching org.eclipse.fx.core.guice_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.fx.core.guice_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (135.26kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (135.26kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (196.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (196.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (135.25kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (135.25kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml
[INFO] Fetching org.eclipse.fx.ui.controls_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (863.28kB)
[INFO] Fetching org.eclipse.fx.ui.controls_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (863.28kB)
[INFO] Fetching org.eclipse.fx.ui.panes_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.85kB)
[INFO] Fetching org.eclipse.fx.ui.panes_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.85kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml
[INFO] Fetching org.objectweb.asm_9.6.0.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (120.7kB)
[INFO] Fetching org.objectweb.asm_9.6.0.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (566.72kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (566.72kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (20.36kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (20.36kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (609.06kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.33.0.v20231121-0955.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.33.0/plugins/ (609.06kB)
[INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.fx.ide.fxml 3.10.0.qualifier
[ERROR]   Missing requirement: org.eclipse.wst.common.uriresolver 1.4.0.v202308161955 requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=17))' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.fx.ide.fxml 3.10.0.qualifier depends on: osgi.bundle; org.eclipse.wst.sse.core 1.1.600
[ERROR]   Cannot satisfy dependency: org.eclipse.wst.sse.core 1.2.1300.v202402230237 depends on: osgi.bundle; org.eclipse.wst.common.uriresolver [1.2.300,2.0.0)
[ERROR] 
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml: See log for details -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Sending e-mails to: tom.schindl@bestsolution.at
Finished: FAILURE