Skip to content

Console Output

Started by user Thomas Schindl
Running as Thomas Schindl
Agent basic-gbvj4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-gbvj4"
  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-gbvj4"
    - 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-gbvj4"
    - 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-4.13.3"
    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-gbvj4 (basic) in workspace /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x
[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-3SiVLcTXrTu1/agent.62
SSH_AGENT_PID=64
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x@tmp/private_key_12823675293440536888.key (/home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x@tmp/private_key_12823675293440536888.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 http://github.com/eclipse/efxclipse-rt.git
 > git init /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x # timeout=10
Fetching upstream changes from http://github.com/eclipse/efxclipse-rt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- http://github.com/eclipse/efxclipse-rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://github.com/eclipse/efxclipse-rt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/3.x^{commit} # timeout=10
Checking out Revision b666dd1339a917b7431d1c8525f189869dfe0143 (origin/3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b666dd1339a917b7431d1c8525f189869dfe0143 # timeout=10
Commit message: "upgrade target platform 2022-09"
 > git rev-list --no-walk 54af612604d87e8fd6b127d4a47b1048f92b5562 # timeout=10
[efxclipse_runtime_target-github_3x] $ /opt/tools/apache-maven/3.8.4/bin/mvn -f releng/org.eclipse.fx.target.ext.releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/.repository clean package -Pbuild-server
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/3.8.4
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (133.37kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/ (104.61kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (21.37kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/ (9.7kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/m2t/xpand/updates/ (134B)
[INFO] Adding repository https://download.eclipse.org/modeling/m2t/xpand/updates
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/ (407B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/ (134B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/ (463B)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201302260541/ (31.49kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201206110941/ (31.64kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201108020519/ (42.79kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201306110406/ (31.41kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201406030414/ (30.29kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201505260349/ (31.07kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/ (30.51kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.31
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (30.15kB)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/releases/1.20.1/ (172B)
[INFO] Adding repository https://download.eclipse.org/technology/m2e/releases/1.20.1
[INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/releases/1.20.1/ (18.39kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.target.ext.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/runtime/org.eclipse.fx.target.ext.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.slf4j.target.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/runtime/org.eclipse.fx..slf4j.target.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.target.ext.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/code/org.eclipse.fx.code.target.ext.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.threex:org.eclipse.fx.target.ext.updatesite:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/org.eclipse.fx.target.ext.updatesite/pom.xml
[WARNING] The project org.eclipse.fx:ext.releng:pom:3.9.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] e(fx)clipse external bundle build                                  [pom]
[INFO] e(fx)clipse - Target - Features - External Bundle      [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - slf4j providers Target [eclipse-feature]
[INFO] e(fx)clipse - Target - Features - External Code Bundle [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Target - Ext Bundle Updatesite [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.fx:ext.releng >----------------------
[INFO] Building e(fx)clipse external bundle build 3.9.0-SNAPSHOT          [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ext.releng ---
[INFO] 
[INFO] ------< org.eclipse.fx.runtime:org.eclipse.fx.target.ext.feature >------
[INFO] Building e(fx)clipse - Target - Features - External Bundle 3.9.0-SNAPSHOT [2/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.target.ext.feature ---
[INFO] The project's OSGi version is 3.9.0.202209211359
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.target.ext.feature ---
[INFO] Fetching R-4.25-202208311800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.25/ (63B)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (112.39kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (61.67kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (32.82kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.22kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (362.07kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (176.33kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (86.25kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.3kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (63.84kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.200.v20220802-0626.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.19kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (144.7kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.85kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.91kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (249.79kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (66.06kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (149.7kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.200.v20220805-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (78.57kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (34.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.200.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (136.45kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (178.54kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (98.08kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (78.31kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (146.41kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.16.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (147.87kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (25.97kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (49.35kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (34.22kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.300.v20220726-1300.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (236.29kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.300.v20220726-1300.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (142.35kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.700.v20220801-1124.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (107.53kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (177.96kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (104.26kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.41kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.100.v20220620-1617.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.17kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.11.0.v20220618-0838.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (80.03kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.100.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.100.v20220615-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.200.v20220629-1225.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (25.12kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.11.0.v20220716-0839.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (47.77kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.300.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.32kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.26kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.400.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.57kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.300.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (62.38kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (397.11kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (378.54kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (266.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.200.v20220808-2019.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (172.58kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (369.7kB)
[INFO] Fetching org.eclipse.emf.common.source_2.26.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (221.04kB)
[INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220517-0824.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (92.83kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.78kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.86kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.6.0.v20220517-0824.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (59.02kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (89.66kB)
[INFO] Fetching 2.31&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.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (17.09kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (25.64kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (92.6kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (63.58kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (80.65kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.28.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (822.46kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (232.67kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.17.0.v20220817-1334.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (153.47kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (296.74kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (211.79kB)
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (82.72kB)
[INFO] Fetching javax.activation.source_2.0.0.v20201118-1818.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (75.75kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (56.84kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (97.96kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (32.41kB)
[INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.15kB)
[INFO] Fetching jakarta.servlet_5.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (334.37kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.93kB)
[INFO] Fetching javax.servlet.jsp-api.source_2.3.3.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (162.63kB)
[INFO] Fetching jakarta.servlet.source_5.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (417.8kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (81.03kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (164.65kB)
[INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (893.32kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (74.34kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.8kB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (150.7kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.100.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.62kB)
[INFO] Fetching org.eclipse.core.resources.source_3.18.0.v20220828-0546.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (811.41kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.26.0.v20220813-0916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (80.21kB)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (2.89MB)
[INFO] Fetching com.google.guava.source_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (1.7MB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (802.8kB)
[INFO] Fetching com.google.inject.source_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (452.87kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (289.67kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (75.49kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (208.51kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.11.100.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (182.15kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (243.32kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (136.35kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (205.78kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (113.6kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.17kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (82.97kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (775.74kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (441.15kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (161.93kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (84.74kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (548.83kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (342.09kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.200.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (83.82kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.36MB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (461.72kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (88.69kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (94.93kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (198.71kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.6.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.4kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (69.34kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.31kB)
[INFO] Fetching org.eclipse.text.source_3.12.200.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (281.2kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (432.64kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.82kB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (67.32kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (82.96kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (44.01kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.85kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (86.1kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.64kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (64.23kB)
[INFO] Fetching org.apache.commons.cli.source_1.4.0.v20200417-1444.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (72.39kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (367.61kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (374.24kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (300.96kB)
[INFO] Fetching org.apache.commons.lang.source_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (386.27kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.45kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (85.46kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (358.42kB)
[INFO] Fetching org.apache.log4j.source_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (400.37kB)
[INFO] Fetching com.google.gson_2.9.1.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (258.82kB)
[INFO] Fetching com.google.gson.source_2.9.1.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (162.9kB)
[INFO] Fetching org.eclipse.xtend.lib_2.28.0.v20220829-0436.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (109.91kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (120.96kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.28.0.v20220829-0436.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (91.69kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.28.0.v20220829-0436.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (162.36kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (103.57kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.7kB)
[INFO] Fetching org.slf4j.ext_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (48.17kB)
[INFO] Fetching org.slf4j.ext.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (48.89kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (421.77kB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (65.43kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.3kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.03kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.4kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (356.27kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.core.net.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (41.47kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.61kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (134.3kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (251kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.700.v20220722-0431.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (144.81kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (151.4kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (842.52kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (614.15kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (27.98kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (27.36kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (908.78kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (825kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (252.97kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (188.84kB)
[INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (393.3kB)
[INFO] Fetching org.apache.felix.scr.source_2.2.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (263.86kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.27kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (57.91kB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.source_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (174.66kB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (1.41MB)
[INFO] Fetching com.sun.jna.platform.source_5.8.0.v20210406-1004.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (1.04MB)
[INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (1.15MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (133.35kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (81.45kB)
[INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.15kB)
[INFO] Fetching org.osgi.util.pushstream_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (130.23kB)
[INFO] Fetching org.osgi.util.pushstream.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.68kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.3kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.47kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.28kB)
[INFO] Fetching org.osgi.service.cm.source_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.37kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.86kB)
[INFO] Fetching org.osgi.service.component.source_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.55kB)
[INFO] Fetching org.osgi.service.coordinator_1.0.2.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.79kB)
[INFO] Fetching org.osgi.service.coordinator.source_1.0.2.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.16kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.device.source_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.49kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.59kB)
[INFO] Fetching org.osgi.service.event.source_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.65kB)
[INFO] Fetching org.osgi.service.log.stream_1.0.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.64kB)
[INFO] Fetching org.osgi.service.log.stream.source_1.0.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.18kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.67kB)
[INFO] Fetching org.osgi.service.metatype.source_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.76kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.69kB)
[INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.01kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.provisioning.source_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.88kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.upnp.source_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (17.8kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.useradmin.source_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.29kB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.85kB)
[INFO] Fetching org.osgi.service.wireadmin.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (25.26kB)
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/runtime/org.eclipse.fx.target.ext.feature/target/org.eclipse.fx.target.ext.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.target.ext.feature ---
[INFO] 
[INFO] -----< org.eclipse.fx.runtime:org.eclipse.fx.slf4j.target.feature >-----
[INFO] Building e(fx)clipse - Runtime - Features - slf4j providers Target 3.9.0-SNAPSHOT [3/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] The project's OSGi version is 3.9.0.202209211359
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] Fetching org.slf4j.binding.log4j12_1.7.30.v20201108-2042.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (21.76kB)
[INFO] Fetching org.slf4j.binding.log4j12.source_1.7.30.v20201108-2042.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (21.92kB)
[INFO] Fetching org.slf4j.apis.log4j_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (38.61kB)
[INFO] Fetching org.slf4j.apis.log4j.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (45.77kB)
[INFO] Fetching org.slf4j.apis.jcl_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (29.58kB)
[INFO] Fetching org.slf4j.apis.jcl.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (36.37kB)
[INFO] Fetching org.slf4j.bridge.jul_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (13.48kB)
[INFO] Fetching org.slf4j.bridge.jul.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (13.79kB)
[INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (502.2kB)
[INFO] Fetching ch.qos.logback.core.source_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (432.81kB)
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (19.34kB)
[INFO] Fetching ch.qos.logback.slf4j.source_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (17.41kB)
[INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (306.41kB)
[INFO] Fetching ch.qos.logback.classic.source_1.2.3.v20200428-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (250.63kB)
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/runtime/org.eclipse.fx..slf4j.target.feature/target/org.eclipse.fx.slf4j.target.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.slf4j.target.feature ---
[INFO] 
[INFO] ---< org.eclipse.fx.runtime:org.eclipse.fx.code.target.ext.feature >----
[INFO] Building e(fx)clipse - Target - Features - External Code Bundle 3.9.0-SNAPSHOT [4/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] The project's OSGi version is 3.9.0.202209211359
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] Fetching R201302260541&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/m2t/xpand/updates/releases/ (63B)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201302260541/plugins/ (99.07kB)
[INFO] Fetching org.antlr.runtime.source_3.2.0.v201101311130.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201302260541/plugins/ (243.49kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.debug.core.source_3.20.0.v20220811-0741.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (406.8kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (129.47kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (236.55kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.31.0.v20220730-0849.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.31.0.v20220730-0849.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (545.36kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe.core.source_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (150.82kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (15.64kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (230.3kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (153.25kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.28.0.v20220829-0438.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (969.15kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (919.87kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (554.65kB)
[INFO] Fetching org.eclipse.xtend.source_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (301.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xpand.source_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (157.99kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (68kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf.source_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (36.52kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.28.0.v20220829-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (40.19kB)
[INFO] Fetching org.eclipse.emf.mwe.utils.source_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (26.48kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (23.93kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (15.61kB)
[INFO] Fetching org.eclipse.jdt.core_3.31.0.v20220831-1439.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.71MB)
[INFO] Fetching org.eclipse.jdt.core.source_3.31.0.v20220831-1439.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (5.06MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.300.v20220812-1529.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (915.36kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.19.300.v20220812-1529.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (772.41kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.700.v20220730-1850.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (570.26kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.0.v20220610-1811.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.23kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.0.v20220610-1811.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.700.v20220730-1850.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (353.37kB)
[INFO] Fetching org.eclipse.xtext_2.28.0.v20220829-0438.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.28.0.v20220829-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.xtext.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.util_2.28.0.v20220829-0438.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (307.81kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (142.23kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.28.0.v20220829-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/plugins/ (1.8MB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (132.86kB)
[INFO] Fetching org.objectweb.asm.source_9.3.0.v20220409-0157.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (188.87kB)
[INFO] Fetching org.eclipse.m2e.archetype.common_1.18.1.20211011-2139.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (1.92MB)
[INFO] Fetching org.eclipse.m2e.jdt_1.18.3.20211112-0847.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (153.9kB)
[INFO] Fetching org.eclipse.m2e.jdt.source_1.18.3.20211112-0847.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (87.08kB)
[INFO] Fetching org.eclipse.m2e.maven.indexer_1.18.1.20211011-2139.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (5.05MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.18.3.20220227-1319.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (4.98MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.1.20211008-0657.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (25.38kB)
[INFO] Fetching org.eclipse.m2e.core_1.18.4.20220208-0831.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (634.24kB)
[INFO] Fetching org.eclipse.m2e.core.source_1.18.4.20220208-0831.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (406.01kB)
[INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (15.56kB)
[INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536.jar from https://download.eclipse.org/technology/m2e/releases/1.20.1/plugins/ (10.45kB)
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (590.15kB)
[INFO] Fetching io.github.classgraph.source_4.8.138.v20211212-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (524.32kB)
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/code/org.eclipse.fx.code.target.ext.feature/target/org.eclipse.fx.code.target.ext.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.code.target.ext.feature ---
[INFO] 
[INFO] -----< org.eclipse.fx.threex:org.eclipse.fx.target.ext.updatesite >-----
[INFO] Building e(fx)clipse - Runtime - Target - Ext Bundle Updatesite 3.9.0-SNAPSHOT [5/5]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] The project's OSGi version is 3.9.0.202209211359
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/org.eclipse.fx.target.ext.updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-products (default-publish-products) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] Fetching javax.xml_1.4.1.v20220503-2331.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (339.43kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository/plugins/ (12.94MB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.96MB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (842.59kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (908.89kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (253.08kB)
[INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (379.48kB)
[INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.02MB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (27.9kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (23.74kB)
[INFO] Fetching org.eclipse.equinox.executable_3.8.1800.v20220720-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (423.55kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (35.65kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1500.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (21.51kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (266.5kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (17.01kB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.1:archive-repository (default-archive-repository) @ org.eclipse.fx.target.ext.updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x/releng/org.eclipse.fx.target.ext.updatesite/target/org.eclipse.fx.target.ext.updatesite-3.9.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for e(fx)clipse external bundle build 3.9.0-SNAPSHOT:
[INFO] 
[INFO] e(fx)clipse external bundle build .................. SUCCESS [  0.516 s]
[INFO] e(fx)clipse - Target - Features - External Bundle .. SUCCESS [ 13.273 s]
[INFO] e(fx)clipse - Runtime - Features - slf4j providers Target SUCCESS [  0.468 s]
[INFO] e(fx)clipse - Target - Features - External Code Bundle SUCCESS [  4.707 s]
[INFO] e(fx)clipse - Runtime - Target - Ext Bundle Updatesite SUCCESS [ 22.809 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:05 min
[INFO] Finished at: 2022-09-21T14:00:58Z
[INFO] ------------------------------------------------------------------------
[efxclipse_runtime_target-github_3x] $ /bin/sh -xe /tmp/jenkins8868416927924929118.sh
+ ssh genie.efxclipse@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/efxclipse/targets-nightly/*'
+ scp -r releng/org.eclipse.fx.target.ext.updatesite/target/repository/artifacts.jar releng/org.eclipse.fx.target.ext.updatesite/target/repository/artifacts.xml.xz releng/org.eclipse.fx.target.ext.updatesite/target/repository/binary releng/org.eclipse.fx.target.ext.updatesite/target/repository/content.jar releng/org.eclipse.fx.target.ext.updatesite/target/repository/content.xml.xz releng/org.eclipse.fx.target.ext.updatesite/target/repository/features releng/org.eclipse.fx.target.ext.updatesite/target/repository/p2.index releng/org.eclipse.fx.target.ext.updatesite/target/repository/plugins genie.efxclipse@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/efxclipse/targets-nightly/
+ scp releng/org.eclipse.fx.target.ext.updatesite/target/org.eclipse.fx.target.ext.updatesite-3.9.0-SNAPSHOT.zip genie.efxclipse@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/efxclipse/targets-nightly/
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.
Finished: SUCCESS