Skip to content

Console Output

Started by user Thomas Schindl
Running as Thomas Schindl
Agent basic-kx5gw is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-kx5gw"
  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-kx5gw"
    - 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-kx5gw"
    - 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"
    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-kx5gw (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-eQd37npDUsXc/agent.72
SSH_AGENT_PID=74
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x@tmp/private_key_17963640025324880037.key (/home/jenkins/agent/workspace/efxclipse_runtime_target-github_3x@tmp/private_key_17963640025324880037.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 0daae389201f1ea0a5cfeb5af3ed50838da50cef (origin/3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0daae389201f1ea0a5cfeb5af3ed50838da50cef # timeout=10
Commit message: "removed unneeded deps"
 > git rev-list --no-walk 0daae389201f1ea0a5cfeb5af3ed50838da50cef # 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.24/R-4.24-202206070700/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/ (132.78kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/ (104.5kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (21.48kB)
[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.30/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.30
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (30.05kB)
[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.202206270927
[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.24-202206070700&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.24/ (63B)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.94kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (110.58kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (39.22kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (360.26kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (74.06kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (174.42kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (131.95kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (114.3kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (61.45kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (67.38kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (142.32kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (247.98kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (64.22kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (149.7kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.76kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (34.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (134.52kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (178.54kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.200.v20220503-2330.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (96.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.54kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (144.55kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (146.02kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.97kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.57kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (140.73kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (133.99kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (105.72kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (176.1kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (102.46kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.62kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (55.58kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.79kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.47kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.63kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.48kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (60.57kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (376.74kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (168.37kB)
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (369.38kB)
[INFO] Fetching org.eclipse.emf.common.source_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (221.01kB)
[INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.41kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (42.86kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.97kB)
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (89.35kB)
[INFO] Fetching 2.30&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (16.71kB)
[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.30/plugins/ (25.63kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.30/plugins/ (63.24kB)
[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.30/plugins/ (80.64kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (822.44kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (231.36kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (153.34kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (296.42kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (211.78kB)
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (82.72kB)
[INFO] Fetching javax.activation.source_2.0.0.v20201118-1818.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (75.75kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (56.84kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (97.96kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.41kB)
[INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.15kB)
[INFO] Fetching jakarta.servlet_5.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (334.37kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (108.48kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (220.17kB)
[INFO] Fetching jakarta.servlet.source_5.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (417.8kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (81.03kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (164.65kB)
[INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (891.43kB)
[INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (109.25kB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (150.7kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (109.6kB)
[INFO] Fetching org.eclipse.core.resources.source_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (809.7kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (77.56kB)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/repository/plugins/ (1.7MB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/repository/plugins/ (452.87kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (75.49kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (208.51kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (180.24kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (233.64kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (130.56kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (205.75kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (112.83kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (118.63kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (756.23kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (430.62kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (162.1kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (84.42kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (548.14kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (339.86kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (82.01kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.36MB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (461.72kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (93.12kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.34kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (293.55kB)
[INFO] Fetching org.eclipse.text.source_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (279.42kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (432.64kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.82kB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (67.32kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (22.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.64kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/repository/plugins/ (72.39kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (367.61kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (374.24kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/repository/plugins/ (386.27kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (71.45kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (85.46kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/repository/plugins/ (400.37kB)
[INFO] Fetching com.google.gson_2.8.9.v20220111-1409.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (279.89kB)
[INFO] Fetching com.google.gson.source_2.8.9.v20220111-1409.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (179.32kB)
[INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (109.91kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (120.96kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (91.68kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (162.36kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (103.58kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.86kB)
[INFO] Fetching org.slf4j.ext_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/repository/plugins/ (48.89kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (421.77kB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (65.43kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.3kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (52.4kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (356.27kB)
[INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.64kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.81kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (85.99kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.49kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/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.24/R-4.24-202206070700/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (143.33kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/repository/plugins/ (188.84kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (411.93kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (278.04kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (46.27kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (57.91kB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.source_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (174.66kB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/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/R20220531185310/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/R20220531185310/repository/plugins/ (1.15MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (133.35kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (81.45kB)
[INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.15kB)
[INFO] Fetching org.osgi.util.pushstream_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (130.23kB)
[INFO] Fetching org.osgi.util.pushstream.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (42.68kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.3kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (6.47kB)
[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.202206270927
[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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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/R20220531185310/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.202206270927
[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.24/R-4.24-202206070700/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (397.87kB)
[INFO] Fetching org.eclipse.debug.core.source_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (404.53kB)
[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.30/plugins/ (128.92kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (236.55kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (422.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.30.0.v20220426-0617.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (543.4kB)
[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.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (969.14kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (919.83kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.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.27.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.27.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.27.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.27.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.27.0/plugins/ (36.52kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (17.81kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.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.30.0.v20220524-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (6.69MB)
[INFO] Fetching org.eclipse.jdt.core.source_3.30.0.v20220524-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (5.05MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (910.81kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (770.37kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (563.82kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.61kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (350.75kB)
[INFO] Fetching org.eclipse.xtext_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.xtext.source_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (307.81kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (142.24kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (1.8MB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.86kB)
[INFO] Fetching org.objectweb.asm.source_9.3.0.v20220409-0157.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/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/R20220531185310/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/R20220531185310/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.202206270927
[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] The following requirements are not satisfied yet and must be provided through pom dependencies:
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.target.ext.feature.feature.group [3.9.0,3.9.1)
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.code.target.ext.feature.feature.group [3.9.0,3.9.1)
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.slf4j.target.feature.feature.group [3.9.0,3.9.1)
[INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.target.ext.feature.feature.group [3.9.0,3.9.1)
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.code.target.ext.feature.feature.group [3.9.0,3.9.1)
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.slf4j.target.feature.feature.group [3.9.0,3.9.1)
[INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.target.ext.feature.feature.group [3.9.0,3.9.1)
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.code.target.ext.feature.feature.group [3.9.0,3.9.1)
[INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.fx.slf4j.target.feature.feature.group [3.9.0,3.9.1)
[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.493 s]
[INFO] e(fx)clipse - Target - Features - External Bundle .. SUCCESS [ 11.129 s]
[INFO] e(fx)clipse - Runtime - Features - slf4j providers Target SUCCESS [  0.462 s]
[INFO] e(fx)clipse - Target - Features - External Code Bundle SUCCESS [  4.594 s]
[INFO] e(fx)clipse - Runtime - Target - Ext Bundle Updatesite SUCCESS [  4.795 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.382 s
[INFO] Finished at: 2022-06-27T09:28:00Z
[INFO] ------------------------------------------------------------------------
[efxclipse_runtime_target-github_3x] $ /bin/sh -xe /tmp/jenkins2914668821248030064.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/content.jar releng/org.eclipse.fx.target.ext.updatesite/target/repository/content.xml.xz releng/org.eclipse.fx.target.ext.updatesite/target/repository/p2.index 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 74 killed;
[ssh-agent] Stopped.
Finished: SUCCESS