Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-7m98q is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-7m98q"
  namespace: "rap"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rap.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-7m98q"
    - 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-7m98q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rap.svc.cluster.local/rap/"
    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/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - 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/.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/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-rap"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-7m98q (basic) in workspace /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench
[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-YfLeZuoR5lzY/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench@tmp/private_key_14098426198170111756.key (/home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench@tmp/private_key_14098426198170111756.key)
[ssh-agent] Using credentials genie.rap (ssh://genie.rap@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/org.eclipse.rap.incubator.e4.compatibility.workbench
 > git init /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench # timeout=10
Fetching upstream changes from https://github.com/eclipse/org.eclipse.rap.incubator.e4.compatibility.workbench
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/org.eclipse.rap.incubator.e4.compatibility.workbench +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/org.eclipse.rap.incubator.e4.compatibility.workbench # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/3.9^{commit} # timeout=10
Checking out Revision 5387d20d67dd8ae5e3f4ae0a803e83105214efa9 (origin/3.9)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5387d20d67dd8ae5e3f4ae0a803e83105214efa9 # timeout=10
Commit message: "Updated version to release 3.9.14"
 > git rev-list --no-walk 5387d20d67dd8ae5e3f4ae0a803e83105214efa9 # timeout=10
[rap-head-incubator-e4cl-workbench] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f releng/org.eclipse.rap.e4.compatibility.workbench.build/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/.repository clean verify -B
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
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...
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.ui.workbench:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/ (128B)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/ (128B)
[INFO] Adding repository http://download.eclipse.org/rt/rap/3.9
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.9/ (430B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.9/ (430B)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (20.55kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (20.55kB)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/e4/ (128B)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/e4/ (128B)
[INFO] Adding repository http://download.eclipse.org/rt/rap/3.9/e4
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.9/e4/ (431B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.9/e4/ (431B)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (23.94kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (23.94kB)
[WARNING] p2 repository with URL https://download.eclipse.org/rt/rap/3.9/R-20190612-1720 is associated with multiple IDs; was 'platform-repo', now is 'rap-repo'
[INFO] Fetching p2.index from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (172B)
[INFO] Adding repository https://download.eclipse.org/rt/rap/3.9/R-20190612-1720
[INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (20.55kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/ (20.55kB)
[INFO] Fetching p2.index from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (172B)
[INFO] Adding repository https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720
[INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (23.94kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/ (23.94kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.ui.workbench:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (21.32kB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (21.32kB)
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (454.46kB)
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (454.46kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (60.2kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (60.2kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (154.23kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (154.23kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (52.18kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (52.18kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (53.95kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (53.95kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (55.78kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (55.78kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (82.59kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (82.59kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (44.79kB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (8.39MB of 9.5MB at 8.38MB/s)
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (41.7kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (41.7kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.0.rap-20170515-2145.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (14.96kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.0.rap-20170515-2145.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (14.96kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (14.07kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (25.95kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (25.95kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.rap.rwt_3.9.0.20190422-0928.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.rap.rwt_3.9.0.20190422-0928.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (7.69kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (7.69kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (21.16kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (21.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (485.5kB)
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (485.5kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.0.rap-20180717-1029.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (24.68kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.0.rap-20180717-1029.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (24.68kB)
[INFO] Fetching org.eclipse.rap.jface_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (320.2kB)
[INFO] Fetching org.eclipse.rap.jface_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (320.2kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (112.57kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (112.57kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.3.0.rap-20171019-1311.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (97.79kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.3.0.rap-20171019-1311.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (97.79kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (84.18kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (84.18kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (50.98kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (50.98kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.0.rap-20170515-2145.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (33.22kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.0.rap-20170515-2145.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (33.22kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.rap-20180803-1205.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (94.74kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.rap-20180803-1205.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (94.74kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.13.0.rap-20180116-1250.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (63.06kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.13.0.rap-20180116-1250.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (63.06kB)
[INFO] Fetching org.eclipse.rap.jface.databinding_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (68.67kB)
[INFO] Fetching org.eclipse.rap.jface.databinding_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (68.67kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (115.24kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (115.24kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (125.98kB)
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (125.98kB)
[INFO] Fetching org.eclipse.rap.e4_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (22.57kB)
[INFO] Fetching org.eclipse.rap.e4_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/e4/R-20190612-1720/plugins/ (22.57kB)
[INFO] Fetching org.eclipse.rap.rwt.osgi_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (18.06kB)
[INFO] Fetching org.eclipse.rap.rwt.osgi_3.9.0.20190320-1512.jar.pack.gz from https://download.eclipse.org/rt/rap/3.9/R-20190612-1720/plugins/ (18.06kB)
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.ui.workbench:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.e4clw.feature:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/features/org.eclipse.rap.e4clw.feature/pom.xml
[WARNING] p2 repository with URL https://download.eclipse.org/rt/rap/3.9/R-20190612-1720 is associated with multiple IDs; was 'rap-repo', now is 'platform-repo'
[WARNING] p2 repository with URL https://download.eclipse.org/rt/rap/3.9/R-20190612-1720 is associated with multiple IDs; was 'platform-repo', now is 'rap-repo'
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.e4clw.feature:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/features/org.eclipse.rap.e4clw.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.e4clw.feature:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/features/org.eclipse.rap.e4clw.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.e4clw-repository:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/releng/org.eclipse.rap.e4.compatibility.workbench.build/repository/pom.xml
[WARNING] p2 repository with URL https://download.eclipse.org/rt/rap/3.9/R-20190612-1720 is associated with multiple IDs; was 'rap-repo', now is 'platform-repo'
[WARNING] p2 repository with URL https://download.eclipse.org/rt/rap/3.9/R-20190612-1720 is associated with multiple IDs; was 'platform-repo', now is 'rap-repo'
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.e4clw-repository:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/releng/org.eclipse.rap.e4.compatibility.workbench.build/repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.e4clw-repository:3.9.14-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/releng/org.eclipse.rap.e4.compatibility.workbench.build/repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.rap.ui.compatibility.workbench.build                   [pom]
[INFO] E4_TP_RAP                                    [eclipse-target-definition]
[INFO] org.eclipse.rap.ui.workbench                            [eclipse-plugin]
[INFO] org.eclipse.rap.e4clw.feature                          [eclipse-feature]
[INFO] org.eclipse.rap.e4clw-repository                    [eclipse-repository]
[INFO] 
[INFO] --< org.eclipse.rap.incubator:org.eclipse.rap.ui.compatibility.workbench.build >--
[INFO] Building org.eclipse.rap.ui.compatibility.workbench.build 3.9.14-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.ui.compatibility.workbench.build ---
[INFO] 
[INFO] ----------------< org.eclipse.rap.incubator:E4_TP_RAP >-----------------
[INFO] Building E4_TP_RAP 3.9.14-SNAPSHOT                                 [2/5]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ E4_TP_RAP ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-target-definition (default-package-target-definition) @ E4_TP_RAP ---
[INFO] 
[INFO] -------< org.eclipse.rap.incubator:org.eclipse.rap.ui.workbench >-------
[INFO] Building org.eclipse.rap.ui.workbench 3.9.14-SNAPSHOT              [3/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.ui.workbench ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.rap.ui.workbench ---
[INFO] The project's OSGi version is 3.9.14.E4CLW-v20230627-1436
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rap.ui.workbench ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rap.ui.workbench ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.rap.ui.workbench ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.rap.ui.workbench ---
[INFO] Compiling 1267 source files to /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.rap.ui.workbench ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rap.ui.workbench ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.rap.ui.workbench ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/bundles/org.eclipse.rap.ui.workbench/target/org.eclipse.rap.ui.workbench-3.9.14-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.ui.workbench ---
[INFO] 
[INFO] ------< org.eclipse.rap.incubator:org.eclipse.rap.e4clw.feature >-------
[INFO] Building org.eclipse.rap.e4clw.feature 3.9.14-SNAPSHOT             [4/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.e4clw.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rap.e4clw.feature ---
[INFO] The project's OSGi version is 3.9.14.E4CLW-v20230627-1436
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.rap.e4clw.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.rap.e4clw.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rap.e4clw.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.rap.e4clw.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/features/org.eclipse.rap.e4clw.feature/target/org.eclipse.rap.e4clw.feature-3.9.14-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.e4clw.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rap.e4clw.feature ---
[INFO] 
[INFO] -----< org.eclipse.rap.incubator:org.eclipse.rap.e4clw-repository >-----
[INFO] Building org.eclipse.rap.e4clw-repository 3.9.14-SNAPSHOT          [5/5]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rap.e4clw-repository ---
[INFO] The project's OSGi version is 3.9.14.E4CLW-v20230627-1436
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rap.e4clw-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/releng/org.eclipse.rap.e4.compatibility.workbench.build/repository/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rap.e4clw-repository ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.rap.e4clw-repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.rap.e4clw-repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/releng/org.eclipse.rap.e4.compatibility.workbench.build/repository/target/org.eclipse.rap.e4clw-repository-3.9.14-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.rap.ui.compatibility.workbench.build 3.9.14-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.rap.ui.compatibility.workbench.build ... SUCCESS [  0.183 s]
[INFO] E4_TP_RAP .......................................... SUCCESS [  0.271 s]
[INFO] org.eclipse.rap.ui.workbench ....................... SUCCESS [ 14.155 s]
[INFO] org.eclipse.rap.e4clw.feature ...................... SUCCESS [  0.129 s]
[INFO] org.eclipse.rap.e4clw-repository ................... SUCCESS [  2.350 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  59.373 s
[INFO] Finished at: 2024-05-18T08:06:26Z
[INFO] ------------------------------------------------------------------------
[rap-head-incubator-e4cl-workbench] $ /usr/bin/env bash /tmp/jenkins10112315336089367396.sh
### DEPLOYMENT CONFIGURATION
User:                genie.rap@projects-storage.eclipse.org
Release:             nightly
Base Directory:      /home/data/httpd/download.eclipse.org/rt/rap
Incubator Component: e4.compatibility.workbench
Incubator Directory: /home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench

### START PUBLISHING.
### PUBLISHING FROM DIRECTORY /home/jenkins/agent/workspace/rap-head-incubator-e4cl-workbench/releng/org.eclipse.rap.e4.compatibility.workbench.build/repository/target
### CHMOD
mode of 'org.eclipse.rap.e4clw-repository-3.9.14-SNAPSHOT.zip' changed from 0644 (rw-r--r--) to 0664 (rw-rw-r--)
### FILES
-rw-rw-r--. 1 jenkins 1000670000 3267482 May 18 08:06 org.eclipse.rap.e4clw-repository-3.9.14-SNAPSHOT.zip
total 24
-rw-r--r--. 1 jenkins 1000670000  935 May 18 08:06 artifacts.jar
-rw-r--r--. 1 jenkins 1000670000  868 May 18 08:06 artifacts.xml.xz
-rw-r--r--. 1 jenkins 1000670000 4720 May 18 08:06 content.jar
-rw-r--r--. 1 jenkins 1000670000 3792 May 18 08:06 content.xml.xz
drwxr-sr-x. 2 jenkins 1000670000   75 May 18 08:06 features
-rw-r--r--. 1 jenkins 1000670000  172 May 18 08:06 p2.index
drwxr-sr-x. 2 jenkins 1000670000   74 May 18 08:06 plugins
### PREPARE REMOTE
Removing remote directory /home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/content.jar'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/artifacts.jar'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/artifacts.xml.xz'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/org.eclipse.rap.e4clw-repository-3.9.14-SNAPSHOT.zip'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/content.xml.xz'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/p2.index'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/plugins/org.eclipse.rap.ui.workbench_3.9.14.E4CLW-v20230627-1436.jar'
removed directory '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/plugins'
removed '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/features/org.eclipse.rap.e4clw.feature_3.9.14.E4CLW-v20230627-1436.jar'
removed directory '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly/features'
removed directory '/home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly'
Creating remote directory /home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly
### MIRROR BUILD OUTPUT
Mirroring org.eclipse.rap.e4clw-repository-3.9.14-SNAPSHOT.zip to remote directory /home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly
Mirroring repository/ to remote directory /home/data/httpd/download.eclipse.org/rt/rap/incubator/nightly/e4.compatibility.workbench/nightly
### PUBLISHING FINISHED.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS