Started by timer Running as SYSTEM Agent basic-gh14t is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-gh14t" 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-gh14t" - 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-gh14t" - 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-gh14t (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-MyEvpHvE6Ino/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/efxclipse_runtime-github_3x@tmp/private_key_4928474828725435552.key (/home/jenkins/agent/workspace/efxclipse_runtime-github_3x@tmp/private_key_4928474828725435552.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.12kB) [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.202210140600 [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.fx.osgi_3.9.0.202210140500.jar from https://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (49.9kB) [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] [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] Reactor Summary: [INFO] [INFO] e(fx)clipse build 3.9.0-SNAPSHOT ................... SUCCESS [ 8.425 s] [INFO] e(fx)clipse - Runtime - Javax XML JRE bundle 1.3.4-SNAPSHOT SUCCESS [ 20.421 s] [INFO] e(fx)clipse - Runtime - Core 3.9.0-SNAPSHOT ........ FAILURE [ 4.662 s] [INFO] e(fx)clipse - Runtime - Eclipse Core Databinding Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - OSGi Utilities 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Log4j 3.9.0-SNAPSHOT ....... SKIPPED [INFO] e(fx)clipse - Runtime - slf4j 3.9.0-SNAPSHOT ....... SKIPPED [INFO] e(fx)clipse - Runtime - Core FXML 3.9.0-SNAPSHOT ... SKIPPED [INFO] e(fx)clipse - Runtime - Guice Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - P2 3.9.0-SNAPSHOT .......... SKIPPED [INFO] e(fx)clipse - Runtime - Core DI 3.9.0-SNAPSHOT ..... SKIPPED [INFO] e(fx)clipse - Runtime - Core DI Context 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - EMF Databinding Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Javax XML JRE bundle 1.0.1-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - JUnit Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Panes 3.9.0-SNAPSHOT ....... SKIPPED [INFO] e(fx)clipse - Runtime - FX Controls 3.9.0-SNAPSHOT . SKIPPED [INFO] e(fx)clipse - Runtime - Eclipse Ui Databinding Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Eclipse UI DI Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Services 3.9.0-SNAPSHOT .... SKIPPED [INFO] e(fx)clipse - Runtime - Eclipse DI Interopt Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Animation Util 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Controls NL 3.9.0-SNAPSHOT . SKIPPED [INFO] e(fx)clipse - Runtime - UI - Dialogs 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Dialogs NL 3.9.0-SNAPSHOT .. SKIPPED [INFO] e(fx)clipse - Runtime - UI - Mobile 3.9.0-SNAPSHOT . SKIPPED [INFO] e(fx)clipse - Runtime - EMF UI Edit Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - UI - Preferences 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - UI - Preferences Context 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 - Keybinding system API 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 - Generic Keybinding implementation 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 - e4 keybinding system 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 workbench services 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 workbench 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 workbench base renderers 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Theme Support 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 workbench fx 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - e4 workbench fx renders 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Renders FX NL 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Eclipse Text Compat 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Eclipse Text Splitout 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Eclipse JavaFX Text 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Base Editor 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - JSON Based Configuration Model 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Base Editor e4 integration 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - JSON UI Toolkit Independent Config e4 integration 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Editor JavaFX 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - JSON UI JavaFX Toolkit Config 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Editor JavaFX e4 integration 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - JavaFX Editor themes 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Ldefs for various common languages 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Contribution of JSON based configurations 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Themes for languages 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Ascii Doc API 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Ascii Doc FX integration 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Code - Ascii Doc e4 FX integration 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - Core 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - Runtime 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - e4fx Runtime 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - e4fx p2 Runtime 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - NL 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - Target 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - RCP Target 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - e4 RCP Target 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - Code Default Languages 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - Code Base 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Features - Code Target 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Updatesite 3.9.0-SNAPSHOT .. SKIPPED [INFO] e(fx)clipse - Runtime - Core DI Context Tests 3.9.0-SNAPSHOT SKIPPED [INFO] e(fx)clipse - Runtime - Core Tests 3.9.0-SNAPSHOT .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:12 min [INFO] Finished at: 2022-10-14T06:01:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project org.eclipse.fx.core: Could not resolve dependencies for project org.eclipse.fx.runtime:org.eclipse.fx.core:eclipse-plugin:3.9.0-SNAPSHOT: The following artifacts could not be resolved: org.osgi:osgi.annotation:jar:8.0.1, org.osgi:org.osgi.namespace.extender:jar:1.0.1, org.osgi:org.osgi.util.function:jar:1.0.0, org.osgi:org.osgi.util.promise:jar:1.0.0, org.osgi:org.osgi.service.event:jar:1.4.1, org.osgi:org.osgi.namespace.implementation:jar:1.0.0: Could not transfer artifact org.osgi:osgi.annotation:jar:8.0.1 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): transfer failed for https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar, status: 502 Bad Gateway -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.fx.core Build step 'Invoke top-level Maven targets' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 58 killed; [ssh-agent] Stopped. Sending e-mails to: tom.schindl@bestsolution.at Finished: FAILURE