Skip to content

Console Output

Started by timer
Obtained promote.Jenkinsfile from git https://github.com/eclipse/gef
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-nsmqc is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-nsmqc"
  namespace: "gef"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gef.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-nsmqc"
    - 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: "centos-8-nsmqc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gef.svc.cluster.local/gef/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3131.vf2b_b_798b_ce99"
    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-gef"
      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"

Running on centos-8-nsmqc in /home/jenkins/agent/workspace/Releng/Release-Promotion
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/gef
 > git init /home/jenkins/agent/workspace/Releng/Release-Promotion # timeout=10
Fetching upstream changes from https://github.com/eclipse/gef
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/gef +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/gef # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision dd9ab0ef2a7c9f81785f2adeb85270e76a96bebb (refs/remotes/origin/master)
Commit message: "Remove javax.inject bundle from GEF features"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd9ab0ef2a7c9f81785f2adeb85270e76a96bebb # timeout=10
 > git rev-list --no-walk 7e3952d37b2e8d7c1e0ee7ce0486789cda45249b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
[Pipeline] echo
Found build number 7100 for build lastStableBuild
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
[Pipeline] echo
Found build number 7100 for build lastStableBuild
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
[Pipeline] echo
Found build number 7100 for build lastStableBuild
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
[Pipeline] echo
Found build number 7100 for build lastStableBuild
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
[Pipeline] echo
Found build number 7100 for build lastStableBuild
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Promotion)
[Pipeline] sshagent
[ssh-agent] Using credentials genie.gef (ssh://genie.gef@projects-storage.eclipse.org)
[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-CHx7VB2hFVxU/agent.183
SSH_AGENT_PID=185
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Releng/Release-Promotion@tmp/private_key_5307034983957755678.key (/home/jenkins/agent/workspace/Releng/Release-Promotion@tmp/private_key_5307034983957755678.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] copyArtifacts
Copied 184 artifacts from "gef-master" build number 7100
[Pipeline] sh
+ set -eo pipefail
+ echo 'Artifacts to publish: 7100-artifacts/update-site'
Artifacts to publish: 7100-artifacts/update-site
+ echo 'Will publish as I-build'
Will publish as I-build
+ '[' y == y ']'
+ echo 'Will publish to /home/data/httpd/download.eclipse.org/tools/gef/updates/integration'
Will publish to /home/data/httpd/download.eclipse.org/tools/gef/updates/integration
+ '[' y == y ']'
+ echo 'Will merge with /home/data/httpd/download.eclipse.org/tools/gef/updates/integration'
Will merge with /home/data/httpd/download.eclipse.org/tools/gef/updates/integration
+ '[' y == y ']'
+ echo 'Will promote to drop location'
Will promote to drop location
+ echo 'Release Label: 5.4.1'
Release Label: 5.4.1
+ echo 'Release Label Suffix: '
Release Label Suffix: 
[Pipeline] sh
+ set -eo pipefail
+ echo 'Downloading eclipse'
Downloading eclipse
+ curl -L -o eclipse-SDK.tar.gz 'https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.9-201809060745/eclipse-SDK-4.9-linux-gtk-x86_64.tar.gz'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  6  231M    6 15.0M    0     0  46.6M      0  0:00:04 --:--:--  0:00:04 46.6M
 52  231M   52  122M    0     0  92.6M      0  0:00:02  0:00:01  0:00:01  107M
 98  231M   98  227M    0     0  98.1M      0  0:00:02  0:00:02 --:--:--  106M
100  231M  100  231M    0     0  98.2M      0  0:00:02  0:00:02 --:--:--  106M
+ tar -xzf eclipse-SDK.tar.gz
+ echo 'Installing WTP Releng tools'
Installing WTP Releng tools
+ ./eclipse/eclipse -nosplash --launcher.suppressErrors -clean -debug -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/webtools/releng/repository/ -installIUs org.eclipse.wtp.releng.tools.feature.feature.group
Install location:
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/
Configuration file:
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/configuration/config.ini loaded
Configuration location:
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/configuration/
Framework located:
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/plugins/org.eclipse.osgi_3.13.100.v20180827-1536.jar
Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.1.200.v20180827-1536.jar
	eclipse.properties not found
Framework classpath:
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/plugins/org.eclipse.osgi_3.13.100.v20180827-1536.jar
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/plugins/
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.200.v20180827-1536.jar
Debug options:
    file:/home/jenkins/agent/workspace/Releng/Release-Promotion/.options not found
Time to load bundles: 57
Starting application: 2531
Installing org.eclipse.wtp.releng.tools.feature.feature.group 1.2.0.v201902122017.
Operation completed in 8418 ms.
Start VM: /usr/bin/java
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
-jar /home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse//plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar
-os linux
-ws gtk
-arch x86_64
-launcher /home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse/eclipse
-name Eclipse
--launcher.library /home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.800.v20180827-1352/eclipse_1705.so
-startup /home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse//plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar
--launcher.appendVmargs
-exitdata 0
-clean
-debug
-application org.eclipse.equinox.p2.director
-repository http://download.eclipse.org/webtools/releng/repository/
-installIUs org.eclipse.wtp.releng.tools.feature.feature.group
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
-jar /home/jenkins/agent/workspace/Releng/Release-Promotion/eclipse//plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar 
[Pipeline] sh
+ set -eo pipefail
+ '[' y == y ']'
+ mkdir -p update-site
+ cp -R 7100-artifacts/update-site/artifacts.jar 7100-artifacts/update-site/artifacts.xml.xz 7100-artifacts/update-site/buildinfo.json 7100-artifacts/update-site/category.xml 7100-artifacts/update-site/content.jar 7100-artifacts/update-site/content.xml.xz 7100-artifacts/update-site/features 7100-artifacts/update-site/p2.index 7100-artifacts/update-site/plugins update-site/
++ find update-site/features/ -maxdepth 1
++ grep org.eclipse.gef.common.sdk
+ qualifiedVersion=update-site/features/org.eclipse.gef.common.sdk_5.0.1.202304060200.jar
+ qualifiedVersion=update-site/features/org.eclipse.gef.common.sdk_5.0.1.202304060200
+ qualifiedVersion=5.0.1.202304060200
+ qualifier=202304060200
+ dropDir=5.4.1/I202304060200
+ localDropDir=drops/5.4.1/I202304060200
+ remoteDropDir=/home/data/httpd/download.eclipse.org/tools/gef/downloads/drops/5.4.1/I202304060200
+ ssh genie.gef@projects-storage.eclipse.org 'test -e /home/data/httpd/download.eclipse.org/tools/gef/downloads/drops/5.4.1/I202304060200'
+ echo 'WARNING: Skipping promotion to drop location, because target already exists!'
WARNING: Skipping promotion to drop location, because target already exists!
+ echo 'WARNING: If you want to redeploy, (re)move or rename the target first.'
WARNING: If you want to redeploy, (re)move or rename the target first.
[Pipeline] sh
+ set -eo pipefail
+ '[' y == y ']'
+ ssh genie.gef@projects-storage.eclipse.org 'test -e /home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.1_gef-master_7100'
+ echo 'WARNING: Skipping promotion to update site, because target already exists!'
WARNING: Skipping promotion to update site, because target already exists!
+ echo 'WARNING: If you want to redeploy, (re)move or rename the target first.'
WARNING: If you want to redeploy, (re)move or rename the target first.
[Pipeline] sh
+ set -eo pipefail
+ ssh genie.gef@projects-storage.eclipse.org '
              cd /home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.1_gef-master_7100/features
              ls org.eclipse.gef.geometry.sdk*
              ls org.eclipse.gef.graph.sdk*
              ls org.eclipse.gef.common.sdk*
              ls org.eclipse.gef.layout.sdk*
              ls org.eclipse.gef.dot.sdk*
              ls org.eclipse.gef.dot.user*
              ls org.eclipse.gef.fx.sdk*
              ls org.eclipse.gef.mvc.sdk*
              ls org.eclipse.gef.zest.sdk*
              ls org.eclipse.gef.cloudio.sdk*
              ls org.eclipse.gef.cloudio.user*
            '
org.eclipse.gef.geometry.sdk_5.0.3.202304060200.jar
org.eclipse.gef.graph.sdk_5.1.0.202304060200.jar
org.eclipse.gef.common.sdk_5.0.1.202304060200.jar
org.eclipse.gef.layout.sdk_5.0.0.202304060200.jar
org.eclipse.gef.dot.sdk_5.1.3.202304060200.jar
org.eclipse.gef.dot.user_5.1.3.202304060200.jar
org.eclipse.gef.fx.sdk_5.0.5.202304060200.jar
org.eclipse.gef.mvc.sdk_5.2.3.202304060200.jar
org.eclipse.gef.zest.sdk_5.1.2.202304060200.jar
org.eclipse.gef.cloudio.sdk_5.0.2.202304060200.jar
org.eclipse.gef.cloudio.user_5.0.2.202304060200.jar
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 185 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS