Skip to content

Console Output

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

Building remotely on basic-s40fv (basic) in workspace /home/jenkins/agent/workspace/efxclipse_shared-github_3x
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-nOvAXvQTn7v6/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_shared-github_3x@tmp/private_key_4086062717232355757.key (/home/jenkins/agent/workspace/efxclipse_shared-github_3x@tmp/private_key_4086062717232355757.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_shared-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 cf6ec3461cecf9a572c65c8426c5f233def67c24 (origin/3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cf6ec3461cecf9a572c65c8426c5f233def67c24 # timeout=10
Commit message: "refs #455 fixed copy&paste error"
 > git rev-list --no-walk cf6ec3461cecf9a572c65c8426c5f233def67c24 # timeout=10
[efxclipse_shared-github_3x] $ /opt/tools/apache-maven/3.8.4/bin/mvn -f releng/org.eclipse.fx.shared.releng/pom.xml -Dtycho.disableP2Mirrors=true -Dmaven.repo.local=/home/jenkins/agent/workspace/efxclipse_shared-github_3x/.repository clean package -Pbuild-server
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] Could not transfer metadata org.eclipse.tycho.extras:tycho-source-feature-plugin/maven-metadata.xml from/to eclipse-cbi-releases (https://repo.eclipse.org/content/groups/cbi/): authorization failed for https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/extras/tycho-source-feature-plugin/maven-metadata.xml, status: 403 Forbidden
[WARNING] Could not transfer metadata org.eclipse.tycho.extras:tycho-source-feature-plugin/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): authorization failed for https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/maven-metadata.xml, status: 403 Forbidden
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] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.osgi:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/pom.xml
[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] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.ui.workbench3:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/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.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.65MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.28MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.27kB)
[INFO] Fetching javax.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.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.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.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.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.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.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.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.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (289.67kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (74.34kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.8kB)
[INFO] Fetching org.eclipse.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.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_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.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.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.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.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.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.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.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.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.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.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.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.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.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.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.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.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_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.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.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.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.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.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.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.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.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.09kB)
[INFO] Fetching org.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] 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.shared:org.eclipse.fx.core.shared.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.runtime.min.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.shared.updatesite:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/pom.xml
[WARNING] The project org.eclipse.fx.shared: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 - OSGi Integration fragment       [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Eclipse SDK integration         [eclipse-plugin]
[INFO] e(fx)clipse - Runtime - Shared - Features - Basic      [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Features - Runtime Minimum     [eclipse-feature]
[INFO] e(fx)clipse - Runtime - Updatesite                 [eclipse-update-site]
[INFO] 
[INFO] --------------------< org.eclipse.fx.shared:releng >--------------------
[INFO] Building e(fx)clipse build 3.9.0-SNAPSHOT                          [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for e(fx)clipse build 3.9.0-SNAPSHOT:
[INFO] 
[INFO] e(fx)clipse build .................................. FAILURE [  0.002 s]
[INFO] e(fx)clipse - Runtime - OSGi Integration fragment .. SKIPPED
[INFO] e(fx)clipse - Runtime - Eclipse SDK integration .... SKIPPED
[INFO] e(fx)clipse - Runtime - Shared - Features - Basic .. SKIPPED
[INFO] e(fx)clipse - Runtime - Features - Runtime Minimum . SKIPPED
[INFO] e(fx)clipse - Runtime - Updatesite ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.065 s
[INFO] Finished at: 2024-03-29T05:01:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:jar:1.3.2: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:pom:1.3.2 failed to transfer from https://repo.eclipse.org/content/groups/cbi/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse-cbi-releases has elapsed or updates are forced. Original error: Could not transfer artifact org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:pom:1.3.2 from/to eclipse-cbi-releases (https://repo.eclipse.org/content/groups/cbi/): authorization failed for https://repo.eclipse.org/content/groups/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom, status: 403 Forbidden -> [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/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Sending e-mails to: tom.schindl@bestsolution.at
Finished: FAILURE