Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-dgjfk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-dgjfk"
  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-dgjfk"
    - 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-dgjfk"
    - 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-dgjfk (basic) in workspace /home/jenkins/agent/workspace/efxclipse_runtime-github_3x
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-kRoYLtqIowyx/agent.58
SSH_AGENT_PID=60
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x@tmp/private_key_16808189143705964627.key (/home/jenkins/agent/workspace/efxclipse_runtime-github_3x@tmp/private_key_16808189143705964627.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-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 7f7be1c5c0edf2a42f5ff69289e25b803fec0911 (origin/3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f7be1c5c0edf2a42f5ff69289e25b803fec0911 # timeout=10
Commit message: "delay event-broker event"
 > git rev-list --no-walk 7f7be1c5c0edf2a42f5ff69289e25b803fec0911 # timeout=10
[efxclipse_runtime-github_3x] $ /opt/tools/apache-maven/3.8.4/bin/mvn -f releng/org.eclipse.fx.releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/efxclipse_runtime-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/efxclipse/targets-nightly/ (172B)
[INFO] Adding repository https://download.eclipse.org/efxclipse/targets-nightly
[INFO] Fetching content.xml.xz from https://download.eclipse.org/efxclipse/targets-nightly/ (59.7kB)
[INFO] Adding repository https://download.eclipse.org/efxclipse/runtime-shared-nightly/site
[INFO] Fetching content.jar from https://download.eclipse.org/efxclipse/runtime-shared-nightly/site/ (5.11kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.osgi.util:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.osgi.util/pom.xml
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (2.89MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (133.35kB)
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (82.72kB)
[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 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 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.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (300.96kB)
[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.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.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.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.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.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.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.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.osgi.service.component.annotations_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.09kB)
[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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.log4j:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.log4j/pom.xml
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (358.42kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.slf4j:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.slf4j/pom.xml
[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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core/pom.xml
[INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.15MB)
[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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.fxml:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.fxml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.guice:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.guice/pom.xml
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (802.8kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (14.17kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.databinding:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.databinding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.p2:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.p2/pom.xml
[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.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.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.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.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_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.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.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.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.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.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.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.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.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.07kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.core.di:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.core.di.context:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context/pom.xml
[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.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.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.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.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.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.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.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] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.emf.databinding:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.emf.databinding/pom.xml
[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.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.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.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 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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:javax.xml.jre:1.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.jre/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:javax.xml.stream.jre:1.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.junit:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.junit/pom.xml
[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.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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.databinding:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.databinding/pom.xml
[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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.di:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.di.interopt:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di.interopt/pom.xml
[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.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.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.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.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.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.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.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.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.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.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.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.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.swt_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.14MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.animation:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.animation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.panes:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.panes/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.controls:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.controls.nl:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.services:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.services/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.dialogs:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.dialogs.nl:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.mobile:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.mobile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.emf.edit.ui:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.emf.edit.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.preferences:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.preferences.context:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences.context/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.keybindings:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ui:org.eclipse.fx.ui.keybindings.generic:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.generic/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.keybindings.e4:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.workbench.base:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.base/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.workbench.renderers.base:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.base/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.theme:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.theme/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.workbench.fx:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.fx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.workbench.renderers.fx:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.ui.workbench.renderers.fx.nl:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.ui.workbench.services:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.services/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.text:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text/pom.xml
[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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.text.compat:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.compat/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.text.ui:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration/pom.xml
[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] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration.text:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration.text.e4:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration.text.fx:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.fx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.e4:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.fx:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.fx.e4:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.fx.themes:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.themes/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.langs:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.langs.contrib:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.contrib/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.langs.themes:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.themes/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.asciidoc:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.asciidoc.fx:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.asciidoc.fx.e4:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.core.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.runtime.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.runtime.e4fx.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.runtime.e4fx.p2.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.e4fx.p2.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.nl.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.nl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.target.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.target.rcp.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.rcp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.target.rcp4.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.rcp4.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.langs.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.langs.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.base.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.base.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.target.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.target.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.updatesite:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.core.di.context.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context.tests/pom.xml
[INFO] Fetching com.ibm.icu_67.1.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.5MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.41MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (319.47kB)
[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.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (434.35kB)
[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.jface.text_3.21.0.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.26kB)
[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.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.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.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (215.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (204.9kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.9kB)
[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.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.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (424.9kB)
[INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (402.85kB)
[INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (110.71kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.23kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx:org.eclipse.fx.core.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.tests/pom.xml
[WARNING] The project org.eclipse.fx: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 build                                                  [pom]
[INFO] e(fx)clipse - Runtime - Javax XML JRE bundle            [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Core                            [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Eclipse Core Databinding Support [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - OSGi Utilities                  [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Log4j                           [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - slf4j                           [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Core FXML                       [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Guice Support                   [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - P2                              [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Core DI                         [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Core DI Context                 [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - EMF Databinding Support         [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Javax XML JRE bundle            [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - JUnit Support                   [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Panes                           [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - FX Controls                     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Eclipse Ui Databinding Support  [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Eclipse UI DI Support           [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Services                        [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Eclipse DI Interopt Support     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Animation Util                  [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Controls NL                     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - UI - Dialogs                    [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Dialogs NL                      [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - UI - Mobile                     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - EMF UI Edit Support             [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - UI - Preferences                [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - UI - Preferences Context        [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 - Keybinding system API      [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 - Generic Keybinding implementation [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 - e4 keybinding system       [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 workbench services           [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 workbench                    [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 workbench base renderers     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Theme Support                   [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 workbench fx                 [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - e4 workbench fx renders         [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Renders FX NL                   [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Eclipse Text Compat      [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Eclipse Text Splitout    [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Eclipse JavaFX Text      [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Base Editor              [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - JSON Based Configuration Model [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Base Editor e4 integration [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config e4 integration [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Editor JavaFX            [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - JSON UI JavaFX Toolkit Config [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Editor JavaFX e4 integration [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - JavaFX Editor themes     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Ldefs for various common languages [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Contribution of JSON based configurations [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Themes for languages     [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Ascii Doc API            [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Ascii Doc FX integration [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Code - Ascii Doc e4 FX integration [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Features - Core                [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - Runtime             [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - e4fx Runtime        [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - e4fx p2 Runtime     [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - NL                  [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - Target              [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - RCP Target          [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - e4 RCP Target       [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - Code Default Languages [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - Code Base           [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - Code Target         [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Updatesite                 [eclipse-update-site]
[INFO] e(fx)clipse - Runtime - Core DI Context Tests      [eclipse-test-plugin]
[INFO] e(fx)clipse - Runtime - Core Tests                 [eclipse-test-plugin]
[INFO] 
[INFO] -----------------------< org.eclipse.fx:releng >------------------------
[INFO] Building e(fx)clipse build 3.9.0-SNAPSHOT                         [1/71]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.releng/src/main/java]' does not exist.
[INFO] 
[INFO] ----------------< org.eclipse.fx.runtime:javax.xml.jre >----------------
[INFO] Building e(fx)clipse - Runtime - Javax XML JRE bundle 1.3.4-SNAPSHOT [2/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.xml.jre ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ javax.xml.jre ---
[INFO] The project's OSGi version is 1.3.4.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ javax.xml.jre ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ javax.xml.jre ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ javax.xml.jre ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ javax.xml.jre ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Javax XML JRE bundle...
[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.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.16kB)
[INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.77kB)
[INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.92kB)
[INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210160500.jar from https://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (49.9kB)
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ javax.xml.jre ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ javax.xml.jre ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ javax.xml.jre ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.jre/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ javax.xml.jre ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.jre/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ javax.xml.jre ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ javax.xml.jre ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ javax.xml.jre ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ javax.xml.jre ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.jre/target/javax.xml.jre-1.3.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ javax.xml.jre ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.jre/target/javax.xml.jre-1.3.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ javax.xml.jre ---
[INFO] 
[INFO] -------------< org.eclipse.fx.runtime:org.eclipse.fx.core >-------------
[INFO] Building e(fx)clipse - Runtime - Core 3.9.0-SNAPSHOT              [3/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Core...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core ---
[INFO] Compiling 205 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core/target/org.eclipse.fx.core-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core/target/org.eclipse.fx.core-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core ---
[INFO] 
[INFO] -------< org.eclipse.fx.runtime:org.eclipse.fx.core.databinding >-------
[INFO] Building e(fx)clipse - Runtime - Eclipse Core Databinding Support 3.9.0-SNAPSHOT [4/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.databinding ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.databinding ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Eclipse Core Databinding Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.databinding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.databinding ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.databinding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.databinding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.databinding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.databinding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.databinding ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.databinding/target/org.eclipse.fx.core.databinding-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.databinding ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.databinding/target/org.eclipse.fx.core.databinding-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.databinding ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.osgi.util >-----------
[INFO] Building e(fx)clipse - Runtime - OSGi Utilities 3.9.0-SNAPSHOT    [5/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.osgi.util ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.osgi.util ---
[INFO] Resolving class path of e(fx)clipse - Runtime - OSGi Utilities...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.osgi.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.osgi.util ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.osgi.util/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.osgi.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.osgi.util/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.osgi.util ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.osgi.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.osgi.util/target/org.eclipse.fx.osgi.util-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.osgi.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.osgi.util/target/org.eclipse.fx.osgi.util-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.osgi.util ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.core.log4j >----------
[INFO] Building e(fx)clipse - Runtime - Log4j 3.9.0-SNAPSHOT             [6/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.log4j ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.log4j ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Log4j...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.log4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.log4j ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.log4j/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.log4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.log4j/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.log4j ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.log4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.log4j/target/org.eclipse.fx.core.log4j-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.log4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.log4j/target/org.eclipse.fx.core.log4j-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.log4j ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.core.slf4j >----------
[INFO] Building e(fx)clipse - Runtime - slf4j 3.9.0-SNAPSHOT             [7/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.slf4j ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.slf4j ---
[INFO] Resolving class path of e(fx)clipse - Runtime - slf4j...
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (19.34kB)
[INFO] Fetching org.slf4j.binding.log4j12_1.7.30.v20201108-2042.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (21.76kB)
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.slf4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.slf4j ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.slf4j/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.slf4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.slf4j/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.slf4j ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.slf4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.slf4j/target/org.eclipse.fx.core.slf4j-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.slf4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.slf4j/target/org.eclipse.fx.core.slf4j-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.slf4j ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.core.fxml >-----------
[INFO] Building e(fx)clipse - Runtime - Core FXML 3.9.0-SNAPSHOT         [8/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.fxml ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.fxml ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Core FXML...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.fxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.fxml ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.fxml/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.fxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.fxml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.fxml ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.fxml ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.fxml/target/org.eclipse.fx.core.fxml-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.fxml ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.fxml/target/org.eclipse.fx.core.fxml-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.fxml ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.core.guice >----------
[INFO] Building e(fx)clipse - Runtime - Guice Support 3.9.0-SNAPSHOT     [9/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.guice ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.guice ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Guice Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.guice ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.guice ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.guice/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.guice ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.guice/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.guice ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.guice ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.guice/target/org.eclipse.fx.core.guice-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.guice ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.guice/target/org.eclipse.fx.core.guice-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.guice ---
[INFO] 
[INFO] -----------< org.eclipse.fx.runtime:org.eclipse.fx.core.p2 >------------
[INFO] Building e(fx)clipse - Runtime - P2 3.9.0-SNAPSHOT               [10/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.p2 ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.p2 ---
[INFO] Resolving class path of e(fx)clipse - Runtime - P2...
[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.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.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] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.p2 ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.p2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.p2/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.p2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.p2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.p2/target/org.eclipse.fx.core.p2-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.p2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.p2/target/org.eclipse.fx.core.p2-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.p2 ---
[INFO] 
[INFO] ---------------< org.eclipse.fx:org.eclipse.fx.core.di >----------------
[INFO] Building e(fx)clipse - Runtime - Core DI 3.9.0-SNAPSHOT          [11/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.di ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.di ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Core DI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.di ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.di ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.di ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.di ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di/target/org.eclipse.fx.core.di-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di/target/org.eclipse.fx.core.di-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.di ---
[INFO] 
[INFO] -----------< org.eclipse.fx:org.eclipse.fx.core.di.context >------------
[INFO] Building e(fx)clipse - Runtime - Core DI Context 3.9.0-SNAPSHOT  [12/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.di.context ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.di.context ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.di.context ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Core DI Context...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.di.context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.di.context ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.di.context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.di.context ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.di.context ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context/target/org.eclipse.fx.core.di.context-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.di.context ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context/target/org.eclipse.fx.core.di.context-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.di.context ---
[INFO] 
[INFO] -----------< org.eclipse.fx:org.eclipse.fx.emf.databinding >------------
[INFO] Building e(fx)clipse - Runtime - EMF Databinding Support 3.9.0-SNAPSHOT [13/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.emf.databinding ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.emf.databinding ---
[INFO] Resolving class path of e(fx)clipse - Runtime - EMF Databinding Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.emf.databinding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.emf.databinding ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.emf.databinding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.emf.databinding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.emf.databinding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.emf.databinding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.emf.databinding ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.emf.databinding/target/org.eclipse.fx.emf.databinding-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.emf.databinding ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.emf.databinding/target/org.eclipse.fx.emf.databinding-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.emf.databinding ---
[INFO] 
[INFO] ------------< org.eclipse.fx.runtime:javax.xml.stream.jre >-------------
[INFO] Building e(fx)clipse - Runtime - Javax XML JRE bundle 1.0.1-SNAPSHOT [14/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.xml.stream.jre ---
[INFO] Deleting /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ javax.xml.stream.jre ---
[INFO] The project's OSGi version is 1.0.1.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ javax.xml.stream.jre ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ javax.xml.stream.jre ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ javax.xml.stream.jre ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ javax.xml.stream.jre ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Javax XML JRE bundle...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ javax.xml.stream.jre ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ javax.xml.stream.jre ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ javax.xml.stream.jre ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ javax.xml.stream.jre ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ javax.xml.stream.jre ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ javax.xml.stream.jre ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ javax.xml.stream.jre ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ javax.xml.stream.jre ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/target/javax.xml.stream.jre-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ javax.xml.stream.jre ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/javax.xml.stream.jre/target/javax.xml.stream.jre-1.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ javax.xml.stream.jre ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.core.junit >----------
[INFO] Building e(fx)clipse - Runtime - JUnit Support 3.9.0-SNAPSHOT    [15/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.junit ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.junit ---
[INFO] Resolving class path of e(fx)clipse - Runtime - JUnit Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.junit ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.junit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.junit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.core.junit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.junit ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.junit/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.junit/target/org.eclipse.fx.core.junit-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.junit/target/org.eclipse.fx.core.junit-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.junit ---
[INFO] 
[INFO] -----------< org.eclipse.fx.runtime:org.eclipse.fx.ui.panes >-----------
[INFO] Building e(fx)clipse - Runtime - Panes 3.9.0-SNAPSHOT            [16/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.panes ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.panes ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Panes...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.panes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.panes ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.panes/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.panes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.panes/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.panes ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.panes ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.panes/target/org.eclipse.fx.ui.panes-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.panes ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.panes/target/org.eclipse.fx.ui.panes-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.panes ---
[INFO] 
[INFO] ---------< org.eclipse.fx.runtime:org.eclipse.fx.ui.controls >----------
[INFO] Building e(fx)clipse - Runtime - FX Controls 3.9.0-SNAPSHOT      [17/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.controls ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.controls ---
[INFO] Resolving class path of e(fx)clipse - Runtime - FX Controls...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.controls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.controls ---
[INFO] Compiling 166 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.controls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.controls ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.controls ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls/target/org.eclipse.fx.ui.controls-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.controls ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls/target/org.eclipse.fx.ui.controls-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.controls ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.ui.databinding >--------
[INFO] Building e(fx)clipse - Runtime - Eclipse Ui Databinding Support 3.9.0-SNAPSHOT [18/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.databinding ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.databinding ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Eclipse Ui Databinding Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.databinding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.databinding ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.databinding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.databinding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.databinding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.databinding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.databinding ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.databinding/target/org.eclipse.fx.ui.databinding-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.databinding ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.databinding/target/org.eclipse.fx.ui.databinding-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.databinding ---
[INFO] 
[INFO] ------------< org.eclipse.fx.runtime:org.eclipse.fx.ui.di >-------------
[INFO] Building e(fx)clipse - Runtime - Eclipse UI DI Support 3.9.0-SNAPSHOT [19/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.di ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.di ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Eclipse UI DI Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.di ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.di ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.di ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.di ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di/target/org.eclipse.fx.ui.di-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.di ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di/target/org.eclipse.fx.ui.di-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.di ---
[INFO] 
[INFO] ---------< org.eclipse.fx.runtime:org.eclipse.fx.ui.services >----------
[INFO] Building e(fx)clipse - Runtime - Services 3.9.0-SNAPSHOT         [20/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.services ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.services ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Services...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.services ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.services/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.services/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.services ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.services/target/org.eclipse.fx.ui.services-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.services/target/org.eclipse.fx.ui.services-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.services ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.ui.di.interopt >--------
[INFO] Building e(fx)clipse - Runtime - Eclipse DI Interopt Support 3.9.0-SNAPSHOT [21/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.di.interopt ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Eclipse DI Interopt Support...
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.14MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.02MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.05MB)
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di.interopt/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di.interopt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.di.interopt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di.interopt/target/org.eclipse.fx.ui.di.interopt-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.di.interopt ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.di.interopt/target/org.eclipse.fx.ui.di.interopt-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.di.interopt ---
[INFO] 
[INFO] ---------< org.eclipse.fx.runtime:org.eclipse.fx.ui.animation >---------
[INFO] Building e(fx)clipse - Runtime - Animation Util 3.9.0-SNAPSHOT   [22/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.animation ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.animation ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Animation Util...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.animation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.animation ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.animation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.animation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.animation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.animation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.animation ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.animation/target/org.eclipse.fx.ui.animation-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.animation ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.animation/target/org.eclipse.fx.ui.animation-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.animation ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.ui.controls.nl >--------
[INFO] Building e(fx)clipse - Runtime - Controls NL 3.9.0-SNAPSHOT      [23/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.controls.nl ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.controls.nl ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Controls NL...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.controls.nl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.controls.nl ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.controls.nl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls.nl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.controls.nl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.controls.nl ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls.nl/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls.nl/target/org.eclipse.fx.ui.controls.nl-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.controls.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.controls.nl/target/org.eclipse.fx.ui.controls.nl-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.controls.nl ---
[INFO] 
[INFO] --------------< org.eclipse.fx:org.eclipse.fx.ui.dialogs >--------------
[INFO] Building e(fx)clipse - Runtime - UI - Dialogs 3.9.0-SNAPSHOT     [24/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.dialogs ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.dialogs ---
[INFO] Resolving class path of e(fx)clipse - Runtime - UI - Dialogs...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.dialogs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.dialogs ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.dialogs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.dialogs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.dialogs ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs/target/org.eclipse.fx.ui.dialogs-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.dialogs ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs/target/org.eclipse.fx.ui.dialogs-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.dialogs ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.ui.dialogs.nl >---------
[INFO] Building e(fx)clipse - Runtime - Dialogs NL 3.9.0-SNAPSHOT       [25/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Dialogs NL...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs.nl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.dialogs.nl ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs.nl/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs.nl/target/org.eclipse.fx.ui.dialogs.nl-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.dialogs.nl/target/org.eclipse.fx.ui.dialogs.nl-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.dialogs.nl ---
[INFO] 
[INFO] --------------< org.eclipse.fx:org.eclipse.fx.ui.mobile >---------------
[INFO] Building e(fx)clipse - Runtime - UI - Mobile 3.9.0-SNAPSHOT      [26/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.mobile ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.mobile ---
[INFO] Resolving class path of e(fx)clipse - Runtime - UI - Mobile...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.mobile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.mobile ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.mobile/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.mobile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.mobile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.mobile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.mobile ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.mobile/target/org.eclipse.fx.ui.mobile-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.mobile ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.mobile/target/org.eclipse.fx.ui.mobile-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.mobile ---
[INFO] 
[INFO] -------------< org.eclipse.fx:org.eclipse.fx.emf.edit.ui >--------------
[INFO] Building e(fx)clipse - Runtime - EMF UI Edit Support 3.9.0-SNAPSHOT [27/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.emf.edit.ui ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.emf.edit.ui ---
[INFO] Resolving class path of e(fx)clipse - Runtime - EMF UI Edit Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.emf.edit.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.emf.edit.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.emf.edit.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.emf.edit.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.emf.edit.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.emf.edit.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.emf.edit.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.emf.edit.ui/target/org.eclipse.fx.emf.edit.ui-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.emf.edit.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.emf.edit.ui/target/org.eclipse.fx.emf.edit.ui-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.emf.edit.ui ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.ui.preferences >--------
[INFO] Building e(fx)clipse - Runtime - UI - Preferences 3.9.0-SNAPSHOT [28/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.preferences ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.preferences ---
[INFO] Resolving class path of e(fx)clipse - Runtime - UI - Preferences...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.preferences ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.preferences ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.preferences ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.preferences ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.preferences ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences/target/org.eclipse.fx.ui.preferences-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences/target/org.eclipse.fx.ui.preferences-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.preferences ---
[INFO] 
[INFO] ----< org.eclipse.fx.runtime:org.eclipse.fx.ui.preferences.context >----
[INFO] Building e(fx)clipse - Runtime - UI - Preferences Context 3.9.0-SNAPSHOT [29/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.preferences.context ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.preferences.context ---
[INFO] Resolving class path of e(fx)clipse - Runtime - UI - Preferences Context...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.preferences.context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.preferences.context ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences.context/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.preferences.context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences.context/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.preferences.context ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.preferences.context ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences.context/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences.context/target/org.eclipse.fx.ui.preferences.context-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.preferences.context ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.preferences.context/target/org.eclipse.fx.ui.preferences.context-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.preferences.context ---
[INFO] 
[INFO] ------------< org.eclipse.fx:org.eclipse.fx.ui.keybindings >------------
[INFO] Building e(fx)clipse - Runtime - e4 - Keybinding system API 3.9.0-SNAPSHOT [30/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.keybindings ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.keybindings ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 - Keybinding system API...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.keybindings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.keybindings ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.keybindings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.keybindings ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.keybindings ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings/target/org.eclipse.fx.ui.keybindings-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.keybindings ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings/target/org.eclipse.fx.ui.keybindings-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.keybindings ---
[INFO] 
[INFO] ------< org.eclipse.fx.ui:org.eclipse.fx.ui.keybindings.generic >-------
[INFO] Building e(fx)clipse - Runtime - e4 - Generic Keybinding implementation 3.9.0-SNAPSHOT [31/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 - Generic Keybinding implementation...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.generic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.generic/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.generic/target/org.eclipse.fx.ui.keybindings.generic-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.generic/target/org.eclipse.fx.ui.keybindings.generic-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.keybindings.generic ---
[INFO] 
[INFO] ----------< org.eclipse.fx:org.eclipse.fx.ui.keybindings.e4 >-----------
[INFO] Building e(fx)clipse - Runtime - e4 - e4 keybinding system 3.9.0-SNAPSHOT [32/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 - e4 keybinding system...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.e4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.e4/target/org.eclipse.fx.ui.keybindings.e4-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.keybindings.e4/target/org.eclipse.fx.ui.keybindings.e4-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.keybindings.e4 ---
[INFO] 
[INFO] --------< org.eclipse.fx:org.eclipse.fx.ui.workbench.services >---------
[INFO] Building e(fx)clipse - Runtime - e4 workbench services 3.9.0-SNAPSHOT [33/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench.services ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 workbench services...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.services/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.services/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench.services ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.services/target/org.eclipse.fx.ui.workbench.services-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.services/target/org.eclipse.fx.ui.workbench.services-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench.services ---
[INFO] 
[INFO] ----------< org.eclipse.fx:org.eclipse.fx.ui.workbench.base >-----------
[INFO] Building e(fx)clipse - Runtime - e4 workbench 3.9.0-SNAPSHOT     [34/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench.base ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 workbench...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.base/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench.base ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.base/target/org.eclipse.fx.ui.workbench.base-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.base/target/org.eclipse.fx.ui.workbench.base-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench.base ---
[INFO] 
[INFO] -----< org.eclipse.fx:org.eclipse.fx.ui.workbench.renderers.base >------
[INFO] Building e(fx)clipse - Runtime - e4 workbench base renderers 3.9.0-SNAPSHOT [35/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 workbench base renderers...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Compiling 75 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.base/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.base/target/org.eclipse.fx.ui.workbench.renderers.base-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.base/target/org.eclipse.fx.ui.workbench.renderers.base-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench.renderers.base ---
[INFO] 
[INFO] ---------------< org.eclipse.fx:org.eclipse.fx.ui.theme >---------------
[INFO] Building e(fx)clipse - Runtime - Theme Support 3.9.0-SNAPSHOT    [36/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.theme ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.theme ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Theme Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.theme ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.theme ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.theme/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.theme ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.theme/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.theme ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.theme ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.theme/target/org.eclipse.fx.ui.theme-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.theme ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.theme/target/org.eclipse.fx.ui.theme-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.theme ---
[INFO] 
[INFO] -----------< org.eclipse.fx:org.eclipse.fx.ui.workbench.fx >------------
[INFO] Building e(fx)clipse - Runtime - e4 workbench fx 3.9.0-SNAPSHOT  [37/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 workbench fx...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.fx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.fx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.fx/target/org.eclipse.fx.ui.workbench.fx-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.fx/target/org.eclipse.fx.ui.workbench.fx-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench.fx ---
[INFO] 
[INFO] ------< org.eclipse.fx:org.eclipse.fx.ui.workbench.renderers.fx >-------
[INFO] Building e(fx)clipse - Runtime - e4 workbench fx renders 3.9.0-SNAPSHOT [38/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Resolving class path of e(fx)clipse - Runtime - e4 workbench fx renders...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx/target/org.eclipse.fx.ui.workbench.renderers.fx-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx/target/org.eclipse.fx.ui.workbench.renderers.fx-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench.renderers.fx ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.ui.workbench.renderers.fx.nl >--
[INFO] Building e(fx)clipse - Runtime - Renders FX NL 3.9.0-SNAPSHOT    [39/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Renders FX NL...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx.nl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx.nl/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx.nl/target/org.eclipse.fx.ui.workbench.renderers.fx.nl-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/ui/org.eclipse.fx.ui.workbench.renderers.fx.nl/target/org.eclipse.fx.ui.workbench.renderers.fx.nl-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench.renderers.fx.nl ---
[INFO] 
[INFO] ---------< org.eclipse.fx.runtime:org.eclipse.fx.text.compat >----------
[INFO] Building e(fx)clipse - Runtime - Code - Eclipse Text Compat 3.9.0-SNAPSHOT [40/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.text.compat ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.text.compat ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Eclipse Text Compat...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.text.compat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.text.compat ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.compat/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.text.compat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.compat/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.text.compat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.text.compat ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.compat/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.compat/target/org.eclipse.fx.text.compat-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.text.compat ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.compat/target/org.eclipse.fx.text.compat-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.text.compat ---
[INFO] 
[INFO] -------------< org.eclipse.fx.runtime:org.eclipse.fx.text >-------------
[INFO] Building e(fx)clipse - Runtime - Code - Eclipse Text Splitout 3.9.0-SNAPSHOT [41/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.text ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.text ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Eclipse Text Splitout...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.text ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.text ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.text ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.text ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.text ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text/target/org.eclipse.fx.text-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text/target/org.eclipse.fx.text-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.text ---
[INFO] 
[INFO] -----------< org.eclipse.fx.runtime:org.eclipse.fx.text.ui >------------
[INFO] Building e(fx)clipse - Runtime - Code - Eclipse JavaFX Text 3.9.0-SNAPSHOT [42/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.text.ui ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.text.ui ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Eclipse JavaFX Text...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.text.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.text.ui ---
[INFO] Compiling 76 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.text.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.text.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.text.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.ui/target/org.eclipse.fx.text.ui-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.text.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.text.ui/target/org.eclipse.fx.text.ui-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.text.ui ---
[INFO] 
[INFO] ---------< org.eclipse.fx.runtime:org.eclipse.fx.code.editor >----------
[INFO] Building e(fx)clipse - Runtime - Code - Base Editor 3.9.0-SNAPSHOT [43/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Base Editor...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor/target/org.eclipse.fx.code.editor-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor/target/org.eclipse.fx.code.editor-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration >---
[INFO] Building e(fx)clipse - Runtime - Code - JSON Based Configuration Model 3.9.0-SNAPSHOT [44/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.configuration ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.configuration ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - JSON Based Configuration Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.configuration ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.configuration ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.configuration ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration/target/org.eclipse.fx.code.editor.configuration-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration/target/org.eclipse.fx.code.editor.configuration-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.configuration ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration.text >--
[INFO] Building e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config 3.9.0-SNAPSHOT [45/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.configuration.text ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text/target/org.eclipse.fx.code.editor.configuration.text-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text/target/org.eclipse.fx.code.editor.configuration.text-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.configuration.text ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.e4 >--------
[INFO] Building e(fx)clipse - Runtime - Code - Base Editor e4 integration 3.9.0-SNAPSHOT [46/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.e4 ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Base Editor e4 integration...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.e4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.e4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.e4/target/org.eclipse.fx.code.editor.e4-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.e4/target/org.eclipse.fx.code.editor.e4-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.e4 ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration.text.e4 >--
[INFO] Building e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config e4 integration 3.9.0-SNAPSHOT [47/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config e4 integration...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.e4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.e4/target/org.eclipse.fx.code.editor.configuration.text.e4-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.e4/target/org.eclipse.fx.code.editor.configuration.text.e4-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.configuration.text.e4 ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.fx >--------
[INFO] Building e(fx)clipse - Runtime - Code - Editor JavaFX 3.9.0-SNAPSHOT [48/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.fx ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.fx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.fx ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Editor JavaFX...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.fx ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.fx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx/target/org.eclipse.fx.code.editor.fx-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx/target/org.eclipse.fx.code.editor.fx-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.fx ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.configuration.text.fx >--
[INFO] Building e(fx)clipse - Runtime - Code - JSON UI JavaFX Toolkit Config 3.9.0-SNAPSHOT [49/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - JSON UI JavaFX Toolkit Config...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.fx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.fx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.fx/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.fx/target/org.eclipse.fx.code.editor.configuration.text.fx-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.configuration.text.fx/target/org.eclipse.fx.code.editor.configuration.text.fx-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.configuration.text.fx ---
[INFO] 
[INFO] ------< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.fx.e4 >-------
[INFO] Building e(fx)clipse - Runtime - Code - Editor JavaFX e4 integration 3.9.0-SNAPSHOT [50/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Editor JavaFX e4 integration...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.e4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.e4/target/org.eclipse.fx.code.editor.fx.e4-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.e4/target/org.eclipse.fx.code.editor.fx.e4-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.fx.e4 ---
[INFO] 
[INFO] ----< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.fx.themes >-----
[INFO] Building e(fx)clipse - Runtime - Code - JavaFX Editor themes 3.9.0-SNAPSHOT [51/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - JavaFX Editor themes...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.themes/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.themes/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.themes/target/org.eclipse.fx.code.editor.fx.themes-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.fx.themes/target/org.eclipse.fx.code.editor.fx.themes-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.fx.themes ---
[INFO] 
[INFO] ------< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.langs >-------
[INFO] Building e(fx)clipse - Runtime - Code - Ldefs for various common languages 3.9.0-SNAPSHOT [52/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.langs ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.langs ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Ldefs for various common languages...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.langs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.langs ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.langs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.langs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.langs ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs/target/org.eclipse.fx.code.editor.langs-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.langs ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs/target/org.eclipse.fx.code.editor.langs-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.langs ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.langs.contrib >---
[INFO] Building e(fx)clipse - Runtime - Code - Contribution of JSON based configurations 3.9.0-SNAPSHOT [53/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Contribution of JSON based configurations...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.contrib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.contrib/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.langs.contrib ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.contrib/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.contrib/target/org.eclipse.fx.code.editor.langs.contrib-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.contrib/target/org.eclipse.fx.code.editor.langs.contrib-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.langs.contrib ---
[INFO] 
[INFO] ---< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.langs.themes >---
[INFO] Building e(fx)clipse - Runtime - Code - Themes for languages 3.9.0-SNAPSHOT [54/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Themes for languages...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.themes/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.themes/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.langs.themes ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.themes/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.themes/target/org.eclipse.fx.code.editor.langs.themes-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.langs.themes/target/org.eclipse.fx.code.editor.langs.themes-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.langs.themes ---
[INFO] 
[INFO] -----< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.asciidoc >-----
[INFO] Building e(fx)clipse - Runtime - Code - Ascii Doc API 3.9.0-SNAPSHOT [55/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Ascii Doc API...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.asciidoc ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc/target/org.eclipse.fx.code.editor.asciidoc-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc/target/org.eclipse.fx.code.editor.asciidoc-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.asciidoc ---
[INFO] 
[INFO] ---< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.asciidoc.fx >----
[INFO] Building e(fx)clipse - Runtime - Code - Ascii Doc FX integration 3.9.0-SNAPSHOT [56/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Ascii Doc FX integration...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx/target/org.eclipse.fx.code.editor.asciidoc.fx-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx/target/org.eclipse.fx.code.editor.asciidoc.fx-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.asciidoc.fx ---
[INFO] 
[INFO] --< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.asciidoc.fx.e4 >--
[INFO] Building e(fx)clipse - Runtime - Code - Ascii Doc e4 FX integration 3.9.0-SNAPSHOT [57/71]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Code - Ascii Doc e4 FX integration...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx.e4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:testCompile (default-testCompile) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx.e4/target/org.eclipse.fx.code.editor.asciidoc.fx.e4-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/code/org.eclipse.fx.code.editor.asciidoc.fx.e4/target/org.eclipse.fx.code.editor.asciidoc.fx.e4-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.asciidoc.fx.e4 ---
[INFO] 
[INFO] ---------< org.eclipse.fx.runtime:org.eclipse.fx.core.feature >---------
[INFO] Building e(fx)clipse - Runtime - Features - Core 3.9.0-SNAPSHOT  [58/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.core.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.core.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.core.feature/target/org.eclipse.fx.core.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.core.feature ---
[INFO] 
[INFO] -------< org.eclipse.fx.runtime:org.eclipse.fx.runtime.feature >--------
[INFO] Building e(fx)clipse - Runtime - Features - Runtime 3.9.0-SNAPSHOT [59/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.runtime.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.runtime.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.runtime.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.runtime.feature ---
[INFO] Fetching org.eclipse.fx.osgi.source_3.9.0.202210160500.jar from https://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (28kB)
[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] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.feature/target/org.eclipse.fx.runtime.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.runtime.feature ---
[INFO] 
[INFO] -----< org.eclipse.fx.runtime:org.eclipse.fx.runtime.e4fx.feature >-----
[INFO] Building e(fx)clipse - Runtime - Features - e4fx Runtime 3.9.0-SNAPSHOT [60/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.runtime.e4fx.feature ---
[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.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.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.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.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (52.58kB)
[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.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (69.34kB)
[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] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/target/org.eclipse.fx.runtime.e4fx.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.runtime.e4fx.feature ---
[INFO] 
[INFO] ---< org.eclipse.fx.runtime:org.eclipse.fx.runtime.e4fx.p2.feature >----
[INFO] Building e(fx)clipse - Runtime - Features - e4fx p2 Runtime 3.9.0-SNAPSHOT [61/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.e4fx.p2.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.runtime.e4fx.p2.feature/target/org.eclipse.fx.runtime.e4fx.p2.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.runtime.e4fx.p2.feature ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.nl.feature >----------
[INFO] Building e(fx)clipse - Runtime - Features - NL 3.9.0-SNAPSHOT    [62/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.nl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.nl.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.nl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.nl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.nl.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.nl.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.nl.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.nl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.nl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.nl.feature/target/org.eclipse.fx.nl.feature-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.nl.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.nl.feature ---
[INFO] 
[INFO] --------< org.eclipse.fx.runtime:org.eclipse.fx.target.feature >--------
[INFO] Building e(fx)clipse - Runtime - Features - Target 3.9.0-SNAPSHOT [63/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.target.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.target.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.target.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.target.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.target.feature ---
[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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.change.edit_2.8.0.v20180706-1146.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (35.54kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/efxclipse/targets-nightly/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 from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (185.76kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/efxclipse/targets-nightly/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.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.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.source_2.0.0.v20201118-1818.jar from https://download.eclipse.org/efxclipse/targets-nightly/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.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/efxclipse/targets-nightly/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/efxclipse/targets-nightly/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.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.source_30.1.0.v20210127-2300.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.7MB)
[INFO] Fetching com.google.inject.source_5.0.1.v20210324-2015.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (452.87kB)
[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.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.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.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.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.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.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.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (38.47kB)
[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.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (48.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.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.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/efxclipse/targets-nightly/plugins/ (64.23kB)
[INFO] Fetching org.apache.commons.cli.source_1.4.0.v20200417-1444.jar from https://download.eclipse.org/efxclipse/targets-nightly/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.source_2.6.0.v20220406-2305.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (386.27kB)
[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.source_1.2.19.v20220208-1728.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (400.37kB)
[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/efxclipse/targets-nightly/plugins/ (109.91kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (120.96kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.28.0.v20220829-0436.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (91.69kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.28.0.v20220829-0436.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (162.36kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (103.57kB)
[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/efxclipse/targets-nightly/plugins/ (48.17kB)
[INFO] Fetching org.slf4j.ext.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (48.89kB)
[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 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.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.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.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.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.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.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/efxclipse/targets-nightly/plugins/ (151.4kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (614.15kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (825kB)
[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 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.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.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.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.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-github_3x/releng/runtime/org.eclipse.fx.target.feature/target/org.eclipse.fx.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.target.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.target.feature ---
[INFO] 
[INFO] ------< org.eclipse.fx.runtime:org.eclipse.fx.target.rcp.feature >------
[INFO] Building e(fx)clipse - Runtime - Features - RCP Target 3.9.0-SNAPSHOT [64/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.target.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.target.rcp.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.target.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.target.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.target.rcp.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.target.rcp.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.rcp.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.target.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.target.rcp.feature ---
[INFO] Fetching org.eclipse.fx.ui.workbench3_3.9.0.202210160500.jar from https://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (11kB)
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.rcp.feature/target/org.eclipse.fx.target.rcp.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.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.target.rcp.feature ---
[INFO] 
[INFO] -----< org.eclipse.fx.runtime:org.eclipse.fx.target.rcp4.feature >------
[INFO] Building e(fx)clipse - Runtime - Features - e4 RCP Target 3.9.0-SNAPSHOT [65/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.rcp4.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/runtime/org.eclipse.fx.target.rcp4.feature/target/org.eclipse.fx.target.rcp4.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.rcp4.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.target.rcp4.feature ---
[INFO] 
[INFO] ------< org.eclipse.fx.runtime:org.eclipse.fx.code.langs.feature >------
[INFO] Building e(fx)clipse - Runtime - Features - Code Default Languages 3.9.0-SNAPSHOT [66/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.langs.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.code.langs.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.langs.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.langs.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.langs.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.langs.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.langs.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.langs.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.code.langs.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.langs.feature/target/org.eclipse.fx.code.langs.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.langs.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.code.langs.feature ---
[INFO] 
[INFO] ------< org.eclipse.fx.runtime:org.eclipse.fx.code.base.feature >-------
[INFO] Building e(fx)clipse - Runtime - Features - Code Base 3.9.0-SNAPSHOT [67/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.base.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.code.base.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.base.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.base.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.base.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.base.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.base.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.base.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.code.base.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.base.feature/target/org.eclipse.fx.code.base.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.base.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.code.base.feature ---
[INFO] 
[INFO] -----< org.eclipse.fx.runtime:org.eclipse.fx.code.target.feature >------
[INFO] Building e(fx)clipse - Runtime - Features - Code Target 3.9.0-SNAPSHOT [68/71]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.code.target.feature ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.code.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.code.target.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.code.target.feature ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.code.target.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.target.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.code.target.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.fx.code.target.feature ---
[INFO] Fetching org.eclipse.xtext_2.28.0.v20220829-0438.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.util_2.28.0.v20220829-0438.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (307.81kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (142.23kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.28.0.v20220829-0445.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.28.0.v20220829-0445.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.8MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.31.0.v20220730-0849.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.31.0.v20220730-0849.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (545.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (40.19kB)
[INFO] Fetching org.eclipse.emf.mwe.utils.source_1.7.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (26.48kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (23.93kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.13.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (15.61kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (209.56kB)
[INFO] Fetching org.antlr.runtime.source_3.2.0.v201101311130.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (243.49kB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (132.86kB)
[INFO] Fetching org.objectweb.asm.source_9.3.0.v20220409-0157.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (188.87kB)
[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.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.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.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.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.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 io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (590.15kB)
[INFO] Fetching io.github.classgraph.source_4.8.138.v20211212-1642.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (524.32kB)
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/code/org.eclipse.fx.code.target.feature/target/org.eclipse.fx.code.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.code.target.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.code.target.feature ---
[INFO] 
[INFO] ----------< org.eclipse.fx.runtime:org.eclipse.fx.updatesite >----------
[INFO] Building e(fx)clipse - Runtime - Updatesite 3.9.0-SNAPSHOT       [69/71]
[INFO] ------------------------[ eclipse-update-site ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.updatesite ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.updatesite ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.updatesite ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.updatesite ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/src/main/java]' does not exist.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.fx.updatesite ---
[INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (306.41kB)
[INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (502.2kB)
[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.client5.httpclient5_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (842.52kB)
[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_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (908.78kB)
[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.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (252.97kB)
[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.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (362.45kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (16.4kB)
[INFO] Fetching org.slf4j.apis.jcl_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (29.58kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (230.3kB)
[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.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.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (236.55kB)
[INFO] Fetching org.eclipse.emf.mwe.core.source_1.7.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (150.82kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.13.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (15.64kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.13.0.v20220519-1115.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (153.25kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.28.0.v20220829-0438.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (969.15kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (919.87kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (554.65kB)
[INFO] Fetching org.eclipse.xtend.source_2.2.0.v201605260315.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (301.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xpand.source_2.2.0.v201605260315.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (157.99kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (68kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf.source_2.2.0.v201605260315.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (36.52kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.28.0.v20220829-0445.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.m2e.archetype.common_1.18.1.20211011-2139.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.92MB)
[INFO] Fetching org.eclipse.m2e.jdt_1.18.3.20211112-0847.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (153.9kB)
[INFO] Fetching org.eclipse.m2e.jdt.source_1.18.3.20211112-0847.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (87.08kB)
[INFO] Fetching org.eclipse.m2e.maven.indexer_1.18.1.20211011-2139.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (5.05MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.18.3.20220227-1319.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (4.98MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.1.20211008-0657.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (25.38kB)
[INFO] Fetching org.eclipse.m2e.core_1.18.4.20220208-0831.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (634.24kB)
[INFO] Fetching org.eclipse.m2e.core.source_1.18.4.20220208-0831.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (406.01kB)
[INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (15.56kB)
[INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (10.45kB)
[INFO] Fetching org.eclipse.fx.code.target.ext.feature_3.9.0.202209211359.jar from https://download.eclipse.org/efxclipse/targets-nightly/features/ (2.08kB)
[INFO] Fetching org.slf4j.apis.log4j_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (38.61kB)
[INFO] Fetching org.eclipse.fx.runtime.min.feature_3.9.0.202210160500.jar from https://download.eclipse.org/efxclipse/runtime-shared-nightly/site/features/ (18.95kB)
[INFO] Fetching org.slf4j.binding.log4j12.source_1.7.30.v20201108-2042.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (21.92kB)
[INFO] Fetching org.slf4j.apis.log4j.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (45.77kB)
[INFO] Fetching org.slf4j.apis.jcl.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (36.37kB)
[INFO] Fetching org.slf4j.bridge.jul_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (13.48kB)
[INFO] Fetching org.slf4j.bridge.jul.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (13.79kB)
[INFO] Fetching ch.qos.logback.core.source_1.2.3.v20200428-2012.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (432.81kB)
[INFO] Fetching ch.qos.logback.slf4j.source_1.2.3.v20200428-2012.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (17.41kB)
[INFO] Fetching ch.qos.logback.classic.source_1.2.3.v20200428-2012.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (250.63kB)
[INFO] Fetching org.eclipse.fx.slf4j.target.feature_3.9.0.202209211359.jar from https://download.eclipse.org/efxclipse/targets-nightly/features/ (3.81kB)
[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.apache.httpcomponents.core5.httpcore5-h2.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (188.84kB)
[INFO] Fetching com.sun.jna.source_5.8.0.v20210503-0343.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (174.66kB)
[INFO] Fetching com.sun.jna.platform.source_5.8.0.v20210406-1004.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.fx.target.ext.feature_3.9.0.202209211359.jar from https://download.eclipse.org/efxclipse/targets-nightly/features/ (6.31kB)
[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.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (27.98kB)
[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.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.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.apache.httpcomponents.client5.httpclient5-win.source_5.1.2.v20220426-0826.jar from https://download.eclipse.org/efxclipse/targets-nightly/plugins/ (27.36kB)
[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-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.fx.updatesite ---
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -jar, /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/.repository/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime9341319126263008081.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site/, -metadataRepositoryName, e(fx)clipse - Runtime - Updatesite, -artifactRepository, file:/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site/, -artifactRepositoryName, e(fx)clipse - Runtime - Updatesite Artifacts, -noDefaultIUs, -compress]
Generating metadata for ..
Generation completed with success [2 seconds].
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.fx.updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site.zip
[INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site_assembly.zip
[INFO] 
[INFO] --- bindex-maven-plugin:3.0.0:bindex (build-p2-obr-index) @ org.eclipse.fx.updatesite ---
[INFO] Hello, world.
[INFO] repoDir/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site/plugins
[INFO] indexFile /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site/repository.xml.gz
[INFO] 
[INFO] --- bindex-maven-plugin:3.0.0:bindex (build-p2-obr-index-2) @ org.eclipse.fx.updatesite ---
[INFO] Hello, world.
[INFO] repoDir/home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site/plugins
[INFO] indexFile /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/site/plugins/repository.xml.gz
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (create-obr-archive) @ org.eclipse.fx.updatesite ---
[INFO] Executing tasks
      [zip] Building zip: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/releng/org.eclipse.fx.updatesite/target/bindex-repository.zip
[INFO] Executed tasks
[INFO] 
[INFO] --------< org.eclipse.fx:org.eclipse.fx.core.di.context.tests >---------
[INFO] Building e(fx)clipse - Runtime - Core DI Context Tests 3.9.0-SNAPSHOT [70/71]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.di.context.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.di.context.tests ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.di.context.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.di.context.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.di.context.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.di.context.tests ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Core DI Context Tests...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.tests.urischeme_1.1.200.v20220720-2118.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (88.19kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.600.v20220720-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.6kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.94kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.48kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (86.39kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.41kB)
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.di.context.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.di.context.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.di.context.tests ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.di.context.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.di.context.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.di.context.tests ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context.tests/target/org.eclipse.fx.core.di.context.tests-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.di.context.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.di.context.tests/target/org.eclipse.fx.core.di.context.tests-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.di.context.tests ---
[INFO] 
[INFO] --------------< org.eclipse.fx:org.eclipse.fx.core.tests >--------------
[INFO] Building e(fx)clipse - Runtime - Core Tests 3.9.0-SNAPSHOT       [71/71]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.fx.core.tests ---
[INFO] The project's OSGi version is 3.9.0.202210160600
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.fx.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.fx.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.fx.core.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.fx.core.tests ---
[INFO] Resolving class path of e(fx)clipse - Runtime - Core Tests...
[INFO] 
[INFO] --- xtend-maven-plugin:2.26.0:compile (default) @ org.eclipse.fx.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.fx.core.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.1:plugin-source (plugin-source) @ org.eclipse.fx.core.tests ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.tests/target/org.eclipse.fx.core.tests-3.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.fx.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x/modules/core/org.eclipse.fx.core.tests/target/org.eclipse.fx.core.tests-3.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] e(fx)clipse build 3.9.0-SNAPSHOT ................... SUCCESS [  7.976 s]
[INFO] e(fx)clipse - Runtime - Javax XML JRE bundle 1.3.4-SNAPSHOT SUCCESS [ 19.704 s]
[INFO] e(fx)clipse - Runtime - Core 3.9.0-SNAPSHOT ........ SUCCESS [  6.845 s]
[INFO] e(fx)clipse - Runtime - Eclipse Core Databinding Support 3.9.0-SNAPSHOT SUCCESS [  0.739 s]
[INFO] e(fx)clipse - Runtime - OSGi Utilities 3.9.0-SNAPSHOT SUCCESS [  0.821 s]
[INFO] e(fx)clipse - Runtime - Log4j 3.9.0-SNAPSHOT ....... SUCCESS [  0.382 s]
[INFO] e(fx)clipse - Runtime - slf4j 3.9.0-SNAPSHOT ....... SUCCESS [  0.363 s]
[INFO] e(fx)clipse - Runtime - Core FXML 3.9.0-SNAPSHOT ... SUCCESS [  0.295 s]
[INFO] e(fx)clipse - Runtime - Guice Support 3.9.0-SNAPSHOT SUCCESS [  0.404 s]
[INFO] e(fx)clipse - Runtime - P2 3.9.0-SNAPSHOT .......... SUCCESS [  1.904 s]
[INFO] e(fx)clipse - Runtime - Core DI 3.9.0-SNAPSHOT ..... SUCCESS [  0.304 s]
[INFO] e(fx)clipse - Runtime - Core DI Context 3.9.0-SNAPSHOT SUCCESS [  3.325 s]
[INFO] e(fx)clipse - Runtime - EMF Databinding Support 3.9.0-SNAPSHOT SUCCESS [  0.405 s]
[INFO] e(fx)clipse - Runtime - Javax XML JRE bundle 1.0.1-SNAPSHOT SUCCESS [  0.214 s]
[INFO] e(fx)clipse - Runtime - JUnit Support 3.9.0-SNAPSHOT SUCCESS [  0.396 s]
[INFO] e(fx)clipse - Runtime - Panes 3.9.0-SNAPSHOT ....... SUCCESS [  0.492 s]
[INFO] e(fx)clipse - Runtime - FX Controls 3.9.0-SNAPSHOT . SUCCESS [  3.482 s]
[INFO] e(fx)clipse - Runtime - Eclipse Ui Databinding Support 3.9.0-SNAPSHOT SUCCESS [  0.534 s]
[INFO] e(fx)clipse - Runtime - Eclipse UI DI Support 3.9.0-SNAPSHOT SUCCESS [  0.476 s]
[INFO] e(fx)clipse - Runtime - Services 3.9.0-SNAPSHOT .... SUCCESS [  0.322 s]
[INFO] e(fx)clipse - Runtime - Eclipse DI Interopt Support 3.9.0-SNAPSHOT SUCCESS [  0.970 s]
[INFO] e(fx)clipse - Runtime - Animation Util 3.9.0-SNAPSHOT SUCCESS [  0.270 s]
[INFO] e(fx)clipse - Runtime - Controls NL 3.9.0-SNAPSHOT . SUCCESS [  0.131 s]
[INFO] e(fx)clipse - Runtime - UI - Dialogs 3.9.0-SNAPSHOT  SUCCESS [  0.526 s]
[INFO] e(fx)clipse - Runtime - Dialogs NL 3.9.0-SNAPSHOT .. SUCCESS [  0.161 s]
[INFO] e(fx)clipse - Runtime - UI - Mobile 3.9.0-SNAPSHOT . SUCCESS [  0.332 s]
[INFO] e(fx)clipse - Runtime - EMF UI Edit Support 3.9.0-SNAPSHOT SUCCESS [  0.565 s]
[INFO] e(fx)clipse - Runtime - UI - Preferences 3.9.0-SNAPSHOT SUCCESS [  0.388 s]
[INFO] e(fx)clipse - Runtime - UI - Preferences Context 3.9.0-SNAPSHOT SUCCESS [  0.307 s]
[INFO] e(fx)clipse - Runtime - e4 - Keybinding system API 3.9.0-SNAPSHOT SUCCESS [  0.239 s]
[INFO] e(fx)clipse - Runtime - e4 - Generic Keybinding implementation 3.9.0-SNAPSHOT SUCCESS [  0.383 s]
[INFO] e(fx)clipse - Runtime - e4 - e4 keybinding system 3.9.0-SNAPSHOT SUCCESS [  0.401 s]
[INFO] e(fx)clipse - Runtime - e4 workbench services 3.9.0-SNAPSHOT SUCCESS [  0.391 s]
[INFO] e(fx)clipse - Runtime - e4 workbench 3.9.0-SNAPSHOT  SUCCESS [  0.784 s]
[INFO] e(fx)clipse - Runtime - e4 workbench base renderers 3.9.0-SNAPSHOT SUCCESS [  1.319 s]
[INFO] e(fx)clipse - Runtime - Theme Support 3.9.0-SNAPSHOT SUCCESS [  0.411 s]
[INFO] e(fx)clipse - Runtime - e4 workbench fx 3.9.0-SNAPSHOT SUCCESS [  0.801 s]
[INFO] e(fx)clipse - Runtime - e4 workbench fx renders 3.9.0-SNAPSHOT SUCCESS [  1.578 s]
[INFO] e(fx)clipse - Runtime - Renders FX NL 3.9.0-SNAPSHOT SUCCESS [  0.210 s]
[INFO] e(fx)clipse - Runtime - Code - Eclipse Text Compat 3.9.0-SNAPSHOT SUCCESS [  0.318 s]
[INFO] e(fx)clipse - Runtime - Code - Eclipse Text Splitout 3.9.0-SNAPSHOT SUCCESS [  0.352 s]
[INFO] e(fx)clipse - Runtime - Code - Eclipse JavaFX Text 3.9.0-SNAPSHOT SUCCESS [  0.997 s]
[INFO] e(fx)clipse - Runtime - Code - Base Editor 3.9.0-SNAPSHOT SUCCESS [  0.698 s]
[INFO] e(fx)clipse - Runtime - Code - JSON Based Configuration Model 3.9.0-SNAPSHOT SUCCESS [  1.336 s]
[INFO] e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config 3.9.0-SNAPSHOT SUCCESS [  0.360 s]
[INFO] e(fx)clipse - Runtime - Code - Base Editor e4 integration 3.9.0-SNAPSHOT SUCCESS [  0.316 s]
[INFO] e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config e4 integration 3.9.0-SNAPSHOT SUCCESS [  0.405 s]
[INFO] e(fx)clipse - Runtime - Code - Editor JavaFX 3.9.0-SNAPSHOT SUCCESS [  0.576 s]
[INFO] e(fx)clipse - Runtime - Code - JSON UI JavaFX Toolkit Config 3.9.0-SNAPSHOT SUCCESS [  0.340 s]
[INFO] e(fx)clipse - Runtime - Code - Editor JavaFX e4 integration 3.9.0-SNAPSHOT SUCCESS [  0.454 s]
[INFO] e(fx)clipse - Runtime - Code - JavaFX Editor themes 3.9.0-SNAPSHOT SUCCESS [  0.254 s]
[INFO] e(fx)clipse - Runtime - Code - Ldefs for various common languages 3.9.0-SNAPSHOT SUCCESS [  0.252 s]
[INFO] e(fx)clipse - Runtime - Code - Contribution of JSON based configurations 3.9.0-SNAPSHOT SUCCESS [  0.268 s]
[INFO] e(fx)clipse - Runtime - Code - Themes for languages 3.9.0-SNAPSHOT SUCCESS [  0.241 s]
[INFO] e(fx)clipse - Runtime - Code - Ascii Doc API 3.9.0-SNAPSHOT SUCCESS [  0.193 s]
[INFO] e(fx)clipse - Runtime - Code - Ascii Doc FX integration 3.9.0-SNAPSHOT SUCCESS [  0.292 s]
[INFO] e(fx)clipse - Runtime - Code - Ascii Doc e4 FX integration 3.9.0-SNAPSHOT SUCCESS [  0.425 s]
[INFO] e(fx)clipse - Runtime - Features - Core 3.9.0-SNAPSHOT SUCCESS [  0.197 s]
[INFO] e(fx)clipse - Runtime - Features - Runtime 3.9.0-SNAPSHOT SUCCESS [  0.454 s]
[INFO] e(fx)clipse - Runtime - Features - e4fx Runtime 3.9.0-SNAPSHOT SUCCESS [  0.489 s]
[INFO] e(fx)clipse - Runtime - Features - e4fx p2 Runtime 3.9.0-SNAPSHOT SUCCESS [  0.075 s]
[INFO] e(fx)clipse - Runtime - Features - NL 3.9.0-SNAPSHOT SUCCESS [  0.101 s]
[INFO] e(fx)clipse - Runtime - Features - Target 3.9.0-SNAPSHOT SUCCESS [  7.481 s]
[INFO] e(fx)clipse - Runtime - Features - RCP Target 3.9.0-SNAPSHOT SUCCESS [  0.080 s]
[INFO] e(fx)clipse - Runtime - Features - e4 RCP Target 3.9.0-SNAPSHOT SUCCESS [  0.131 s]
[INFO] e(fx)clipse - Runtime - Features - Code Default Languages 3.9.0-SNAPSHOT SUCCESS [  0.108 s]
[INFO] e(fx)clipse - Runtime - Features - Code Base 3.9.0-SNAPSHOT SUCCESS [  0.105 s]
[INFO] e(fx)clipse - Runtime - Features - Code Target 3.9.0-SNAPSHOT SUCCESS [  3.183 s]
[INFO] e(fx)clipse - Runtime - Updatesite 3.9.0-SNAPSHOT .. SUCCESS [ 20.252 s]
[INFO] e(fx)clipse - Runtime - Core DI Context Tests 3.9.0-SNAPSHOT SUCCESS [  2.545 s]
[INFO] e(fx)clipse - Runtime - Core Tests 3.9.0-SNAPSHOT .. SUCCESS [  0.777 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:21 min
[INFO] Finished at: 2022-10-16T06:02:45Z
[INFO] ------------------------------------------------------------------------
[efxclipse_runtime-github_3x] $ /bin/sh -xe /tmp/jenkins10261292678343723929.sh
+ ssh genie.efxclipse@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/efxclipse/runtime-nightly/*'
+ scp -r releng/org.eclipse.fx.updatesite/target/bindex-repository.zip releng/org.eclipse.fx.updatesite/target/site releng/org.eclipse.fx.updatesite/target/site_assembly.zip releng/org.eclipse.fx.updatesite/target/site.zip genie.efxclipse@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/efxclipse/runtime-nightly/
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 60 killed;
[ssh-agent] Stopped.
Finished: SUCCESS