Skip to content
Success

Console Output

Started by user reckord@yatta.de
Running as SYSTEM
Agent jipp-migration-agent-06053 is provisioned from template jipp-migration-agent
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration"
  name: "jipp-migration-agent-06053"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jipp-migration-agent-06053"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "jipp-migration-agent-06053"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jipp-migration-agent:3.35"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - 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/.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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-mpc"
      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 jipp-migration-agent-06053 (jipp-migration migration) in workspace /home/jenkins/agent/workspace/epp-mpc-release
[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-wQwkYmy3O7np/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/epp-mpc-release@tmp/private_key_5565918832410922123.key (/home/jenkins/agent/workspace/epp-mpc-release@tmp/private_key_5565918832410922123.key)
[ssh-agent] Using credentials genie.mpc (ssh://genie.mpc@projects-storage.eclipse.org)
Promoting epp-mpc-release #142
[epp-mpc-release] $ /usr/bin/env bash /tmp/jenkins2416241797424698465.sh
+ ls -l
total 0
+ curl -o promote.zip https://ci.eclipse.org/mpc/job/epp-mpc-release/142//artifact/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2056  100  2056    0     0   8673      0 --:--:-- --:--:-- --:--:--  8711
+ ls -l
total 4
-rw-r--r--. 1 jenkins 1001950000 2056 May 26 23:35 promote.zip
+ unzip promote.zip promote.sh
Archive:  promote.zip
  inflating: promote.sh              
+ ls -l
total 12
-rw-r--r--. 1 jenkins 1001950000 5301 May 26 23:33 promote.sh
-rw-r--r--. 1 jenkins 1001950000 2056 May 26 23:35 promote.zip
+ . ./promote.sh
++ set -e
++ set -x
++ PUBLISH_BASE=/home/data/httpd/download.eclipse.org/mpc
++ PROMOTE_BASE=/home/data/httpd/download.eclipse.org/mpc/.promote
+ promote_integration
+ download_promoted_build
+ download_promote_package
+ download_build_archive org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip ./promote.zip
+ ARCHIVE_PATH=org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
+ TARGET_PATH=./promote.zip
+ case "$TARGET_PATH" in
+ test -s ./promote.zip
+ echo './promote.zip already exists'
./promote.zip already exists
+ return 0
+ unzip ./promote.zip promote.properties
Archive:  ./promote.zip
  inflating: promote.properties      
+ . ./promote.properties
++ version=1.8.3
++ qualifier=v20200526-2328
+ SITE_ARCHIVE=org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ download_build_archive org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ ARCHIVE_PATH=org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ TARGET_PATH=./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ case "$TARGET_PATH" in
+ test -s ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ curl -o ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip https://ci.eclipse.org/mpc/job/epp-mpc-release/142//artifact/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 60 6885k   60 4143k    0     0  9249k      0 --:--:-- --:--:-- --:--:-- 9248k
100 6885k  100 6885k    0     0  12.1M      0 --:--:-- --:--:-- --:--:-- 12.1M
+ . ./promote.properties
++ version=1.8.3
++ qualifier=v20200526-2328
+ SITE_ARCHIVE=org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ promote_remote integration org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ STAGE=integration
+ shift
+ SITE_ARCHIVE=org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ shift
+ case "$STAGE" in
+ echo 'Promoting to integration'
Promoting to integration
++ ssh genie.mpc@projects-storage.eclipse.org 'mkdir -p /home/data/httpd/download.eclipse.org/mpc/.promote && mktemp -p /home/data/httpd/download.eclipse.org/mpc/.promote -d 1.8.3-XXXXXXXX'
+ REMOTE_WORKDIR=/home/data/httpd/download.eclipse.org/mpc/.promote/1.8.3-INj46gEk
+ scp promote.zip org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip genie.mpc@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mpc/.promote/1.8.3-INj46gEk/
+ RESULT=0
+ ssh genie.mpc@projects-storage.eclipse.org 'cd /home/data/httpd/download.eclipse.org/mpc/.promote/1.8.3-INj46gEk && unzip promote.zip && . promote.sh && promote_integration_remote'
Archive:  promote.zip
  inflating: promote.properties      
  inflating: promote.sh              
++ PUBLISH_BASE=/home/data/httpd/download.eclipse.org/mpc
++ PROMOTE_BASE=/home/data/httpd/download.eclipse.org/mpc/.promote
+ promote_integration_remote
+ . ./promote.properties
++ version=1.8.3
++ qualifier=v20200526-2328
+ do_promote mpc 1.8.3 v20200526-2328 ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip /home/data/httpd/download.eclipse.org/mpc/drops /home/data/httpd/download.eclipse.org/mpc/nightly
+ DIST=mpc
+ VERSION=1.8.3
+ QUALIFIER=v20200526-2328
+ SRC=./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
+ ARCHIVE=/home/data/httpd/download.eclipse.org/mpc/drops
+ SITE=/home/data/httpd/download.eclipse.org/mpc/nightly
+ DST=/home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328
+ '[' -e /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328 ']'
Promoting 1.8.3.v20200526-2328 to /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328
+ echo Promoting 1.8.3.v20200526-2328 to /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328
+ umask 0002
+ mkdir -p /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/
+ unzip -d /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/ ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
Archive:  ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/artifacts.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/artifacts.xml.xz  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/content.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/content.xml.xz  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/p2.index  
   creating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/features/
   creating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/features/org.eclipse.epp.mpc.dependencies.source_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/features/org.eclipse.epp.mpc.dependencies_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/features/org.eclipse.epp.mpc.source_1.8.3.v20200526-1554.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/features/org.eclipse.epp.mpc_1.8.3.v20200526-1554.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/index.html  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/com.sun.jna.platform.source_4.5.1.v20190425-1842.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/com.sun.jna.platform_4.5.1.v20190425-1842.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/com.sun.jna.source_4.5.1.v20190425-1842.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/com.sun.jna_4.5.1.v20190425-1842.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200113-2105.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.core.source_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.core.win32.source_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.core.win32_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.core_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.help.ui_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.ui.css.source_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.ui.css_1.8.3.v20200522-1533.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.ui.source_1.8.3.v20200526-1554.jar  
  inflating: /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/plugins/org.eclipse.epp.mpc.ui_1.8.3.v20200526-1554.jar  
+ cp ./org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328/mpc-1.8.3.v20200526-2328.zip
+ chmod g+rwX -R /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3/v20200526-2328
+ chmod g+rwx /home/data/httpd/download.eclipse.org/mpc/drops /home/data/httpd/download.eclipse.org/mpc/drops/1.8.3
chmod: changing permissions of `/home/data/httpd/download.eclipse.org/mpc/drops': Operation not permitted
+ true
++ dirname hipp_shell
+ cd .
++ pwd
+ BASE=/home/data/httpd/download.eclipse.org/mpc/.promote/1.8.3-INj46gEk
+ '[' -n /home/data/httpd/download.eclipse.org/mpc/nightly ']'
Updating /home/data/httpd/download.eclipse.org/mpc/nightly
+ for i in '"$SITE"' '"$SITE"/*'
+ '[' -e /home/data/httpd/download.eclipse.org/mpc/nightly/composite.index ']'
+ echo 'Updating /home/data/httpd/download.eclipse.org/mpc/nightly'
+ cd /home/data/httpd/download.eclipse.org/mpc/nightly
+ update_composite
+ source composite.index
+++ sort -r
+++ head -n 10
+++ find ../drops/1.7.2/v20180718-2001/ ../drops/1.7.2/v20180829-1931/ ../drops/1.7.3/v20181107-1820/ ../drops/1.7.3/v20181205-1546/ ../drops/1.7.4/v20190206-1749/ ../drops/1.7.5/v20190206-1908/ ../drops/1.7.5/v20190225-1900/ ../drops/1.7.5/v20190301-1516/ ../drops/1.7.5/v20190313-2005/ ../drops/1.7.6/v20190415-1216/ ../drops/1.7.6/v20190416-1746/ ../drops/1.7.7/v20190521-1752/ ../drops/1.8.0/v20190725-1807/ ../drops/1.8.1/v20191106-1317/ ../drops/1.8.1/v20191107-0523/ ../drops/1.8.1/v20191119-1757/ ../drops/1.8.1/v20200114-1512/ ../drops/1.8.2/v20200210-1402/ ../drops/1.8.2/v20200309-0038/ ../drops/1.8.3/v20200526-2308/ ../drops/1.8.3/v20200526-2319/ ../drops/1.8.3/v20200526-2328/ -maxdepth 0
++ DIRS='../drops/1.8.3/v20200526-2328/
../drops/1.8.3/v20200526-2319/
../drops/1.8.3/v20200526-2308/
../drops/1.8.2/v20200309-0038/
../drops/1.8.2/v20200210-1402/
../drops/1.8.1/v20200114-1512/
../drops/1.8.1/v20191119-1757/
../drops/1.8.1/v20191107-0523/
../drops/1.8.1/v20191106-1317/
../drops/1.8.0/v20190725-1807/'
++ NAME='EPP Marketplace Client Snapshots'
+ '[' '../drops/1.8.3/v20200526-2328/
../drops/1.8.3/v20200526-2319/
../drops/1.8.3/v20200526-2308/
../drops/1.8.2/v20200309-0038/
../drops/1.8.2/v20200210-1402/
../drops/1.8.1/v20200114-1512/
../drops/1.8.1/v20191119-1757/
../drops/1.8.1/v20191107-0523/
../drops/1.8.1/v20191106-1317/
../drops/1.8.0/v20190725-1807/' == '' ']'
+ '[' 'EPP Marketplace Client Snapshots' == '' ']'
++ date +%s
+ TIMESTAMP=1590536120000
+ compose compositeArtifacts.xml compositeArtifactRepository org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository 'EPP Marketplace Client Snapshots' 1590536120000 ../drops/1.8.3/v20200526-2328/ ../drops/1.8.3/v20200526-2319/ ../drops/1.8.3/v20200526-2308/ ../drops/1.8.2/v20200309-0038/ ../drops/1.8.2/v20200210-1402/ ../drops/1.8.1/v20200114-1512/ ../drops/1.8.1/v20191119-1757/ ../drops/1.8.1/v20191107-0523/ ../drops/1.8.1/v20191106-1317/ ../drops/1.8.0/v20190725-1807/
+ FILE=compositeArtifacts.xml
+ shift
+ TAG=compositeArtifactRepository
+ shift
+ TYPE=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
+ shift
+ NAME='EPP Marketplace Client Snapshots'
+ shift
+ TIMESTAMP=1590536120000
+ shift
+ cat
+ COUNT=0
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.3/v20200526-2328/'\''/>'
+ COUNT=1
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.3/v20200526-2319/'\''/>'
+ COUNT=2
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.3/v20200526-2308/'\''/>'
+ COUNT=3
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.2/v20200309-0038/'\''/>'
+ COUNT=4
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.2/v20200210-1402/'\''/>'
+ COUNT=5
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20200114-1512/'\''/>'
+ COUNT=6
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20191119-1757/'\''/>'
+ COUNT=7
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20191107-0523/'\''/>'
+ COUNT=8
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20191106-1317/'\''/>'
+ COUNT=9
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.0/v20190725-1807/'\''/>'
+ COUNT=10
+ sed -i -e s/CHILD_COUNT/10/ compositeArtifacts.xml
Wrote 10 entries to compositeArtifacts.xml
+ cat
+ echo 'Wrote 10 entries to compositeArtifacts.xml'
+ compose compositeContent.xml compositeMetadataRepository org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository 'EPP Marketplace Client Snapshots' 1590536120000 ../drops/1.8.3/v20200526-2328/ ../drops/1.8.3/v20200526-2319/ ../drops/1.8.3/v20200526-2308/ ../drops/1.8.2/v20200309-0038/ ../drops/1.8.2/v20200210-1402/ ../drops/1.8.1/v20200114-1512/ ../drops/1.8.1/v20191119-1757/ ../drops/1.8.1/v20191107-0523/ ../drops/1.8.1/v20191106-1317/ ../drops/1.8.0/v20190725-1807/
+ FILE=compositeContent.xml
+ shift
+ TAG=compositeMetadataRepository
+ shift
+ TYPE=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
+ shift
+ NAME='EPP Marketplace Client Snapshots'
+ shift
+ TIMESTAMP=1590536120000
+ shift
+ cat
+ COUNT=0
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.3/v20200526-2328/'\''/>'
+ COUNT=1
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.3/v20200526-2319/'\''/>'
+ COUNT=2
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.3/v20200526-2308/'\''/>'
+ COUNT=3
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.2/v20200309-0038/'\''/>'
+ COUNT=4
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.2/v20200210-1402/'\''/>'
+ COUNT=5
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20200114-1512/'\''/>'
+ COUNT=6
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20191119-1757/'\''/>'
+ COUNT=7
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20191107-0523/'\''/>'
+ COUNT=8
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.1/v20191106-1317/'\''/>'
+ COUNT=9
+ for i in '"$@"'
+ echo '    <child location='\''../drops/1.8.0/v20190725-1807/'\''/>'
+ COUNT=10
+ sed -i -e s/CHILD_COUNT/10/ compositeContent.xml
+ cat
Wrote 10 entries to compositeContent.xml
+ echo 'Wrote 10 entries to compositeContent.xml'
+ for i in '"$SITE"' '"$SITE"/*'
+ '[' -e /home/data/httpd/download.eclipse.org/mpc/nightly/compositeArtifacts.xml/composite.index ']'
+ for i in '"$SITE"' '"$SITE"/*'
+ '[' -e /home/data/httpd/download.eclipse.org/mpc/nightly/compositeContent.xml/composite.index ']'
+ for i in '"$SITE"' '"$SITE"/*'
+ '[' -e /home/data/httpd/download.eclipse.org/mpc/nightly/composite.index/composite.index ']'
+ for i in '"$SITE"' '"$SITE"/*'
+ '[' -e /home/data/httpd/download.eclipse.org/mpc/nightly/latest/composite.index ']'
Updating /home/data/httpd/download.eclipse.org/mpc/nightly/latest
+ echo 'Updating /home/data/httpd/download.eclipse.org/mpc/nightly/latest'
+ cd /home/data/httpd/download.eclipse.org/mpc/nightly/latest
+ update_composite
+ source composite.index
+++ sort -r
+++ head -n 1
+++ find ../../drops/1.7.2/v20180718-2001/ ../../drops/1.7.2/v20180829-1931/ ../../drops/1.7.3/v20181107-1820/ ../../drops/1.7.3/v20181205-1546/ ../../drops/1.7.4/v20190206-1749/ ../../drops/1.7.5/v20190206-1908/ ../../drops/1.7.5/v20190225-1900/ ../../drops/1.7.5/v20190301-1516/ ../../drops/1.7.5/v20190313-2005/ ../../drops/1.7.6/v20190415-1216/ ../../drops/1.7.6/v20190416-1746/ ../../drops/1.7.7/v20190521-1752/ ../../drops/1.8.0/v20190725-1807/ ../../drops/1.8.1/v20191106-1317/ ../../drops/1.8.1/v20191107-0523/ ../../drops/1.8.1/v20191119-1757/ ../../drops/1.8.1/v20200114-1512/ ../../drops/1.8.2/v20200210-1402/ ../../drops/1.8.2/v20200309-0038/ ../../drops/1.8.3/v20200526-2308/ ../../drops/1.8.3/v20200526-2319/ ../../drops/1.8.3/v20200526-2328/ -maxdepth 0
++ DIRS=../../drops/1.8.3/v20200526-2328/
++ NAME='EPP Marketplace Client Snapshots'
+ '[' ../../drops/1.8.3/v20200526-2328/ == '' ']'
+ '[' 'EPP Marketplace Client Snapshots' == '' ']'
++ date +%s
+ TIMESTAMP=1590536121000
+ compose compositeArtifacts.xml compositeArtifactRepository org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository 'EPP Marketplace Client Snapshots' 1590536121000 ../../drops/1.8.3/v20200526-2328/
+ FILE=compositeArtifacts.xml
+ shift
+ TAG=compositeArtifactRepository
+ shift
+ TYPE=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
+ shift
+ NAME='EPP Marketplace Client Snapshots'
+ shift
+ TIMESTAMP=1590536121000
+ shift
+ cat
+ COUNT=0
+ for i in '"$@"'
+ echo '    <child location='\''../../drops/1.8.3/v20200526-2328/'\''/>'
+ COUNT=1
+ sed -i -e s/CHILD_COUNT/1/ compositeArtifacts.xml
+ cat
Wrote 1 entries to compositeArtifacts.xml
+ echo 'Wrote 1 entries to compositeArtifacts.xml'
+ compose compositeContent.xml compositeMetadataRepository org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository 'EPP Marketplace Client Snapshots' 1590536121000 ../../drops/1.8.3/v20200526-2328/
+ FILE=compositeContent.xml
+ shift
+ TAG=compositeMetadataRepository
+ shift
+ TYPE=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
+ shift
+ NAME='EPP Marketplace Client Snapshots'
+ shift
+ TIMESTAMP=1590536121000
+ shift
+ cat
+ COUNT=0
+ for i in '"$@"'
+ echo '    <child location='\''../../drops/1.8.3/v20200526-2328/'\''/>'
+ COUNT=1
+ sed -i -e s/CHILD_COUNT/1/ compositeContent.xml
+ cat
Wrote 1 entries to compositeContent.xml
+ echo 'Wrote 1 entries to compositeContent.xml'
+ cd /home/data/httpd/download.eclipse.org/mpc/nightly/latest
+ update_composite
+ source composite.index
+++ sort -r
+++ head -n 1
+++ find ../../drops/1.7.2/v20180718-2001/ ../../drops/1.7.2/v20180829-1931/ ../../drops/1.7.3/v20181107-1820/ ../../drops/1.7.3/v20181205-1546/ ../../drops/1.7.4/v20190206-1749/ ../../drops/1.7.5/v20190206-1908/ ../../drops/1.7.5/v20190225-1900/ ../../drops/1.7.5/v20190301-1516/ ../../drops/1.7.5/v20190313-2005/ ../../drops/1.7.6/v20190415-1216/ ../../drops/1.7.6/v20190416-1746/ ../../drops/1.7.7/v20190521-1752/ ../../drops/1.8.0/v20190725-1807/ ../../drops/1.8.1/v20191106-1317/ ../../drops/1.8.1/v20191107-0523/ ../../drops/1.8.1/v20191119-1757/ ../../drops/1.8.1/v20200114-1512/ ../../drops/1.8.2/v20200210-1402/ ../../drops/1.8.2/v20200309-0038/ ../../drops/1.8.3/v20200526-2308/ ../../drops/1.8.3/v20200526-2319/ ../../drops/1.8.3/v20200526-2328/ -maxdepth 0
++ DIRS=../../drops/1.8.3/v20200526-2328/
++ NAME='EPP Marketplace Client Snapshots'
+ '[' ../../drops/1.8.3/v20200526-2328/ == '' ']'
+ '[' 'EPP Marketplace Client Snapshots' == '' ']'
++ date +%s
+ TIMESTAMP=1590536121000
+ compose compositeArtifacts.xml compositeArtifactRepository org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository 'EPP Marketplace Client Snapshots' 1590536121000 ../../drops/1.8.3/v20200526-2328/
+ FILE=compositeArtifacts.xml
+ shift
+ TAG=compositeArtifactRepository
+ shift
+ TYPE=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
+ shift
+ NAME='EPP Marketplace Client Snapshots'
+ shift
+ TIMESTAMP=1590536121000
+ shift
+ cat
+ COUNT=0
+ for i in '"$@"'
+ echo '    <child location='\''../../drops/1.8.3/v20200526-2328/'\''/>'
+ COUNT=1
+ sed -i -e s/CHILD_COUNT/1/ compositeArtifacts.xml
+ cat
Wrote 1 entries to compositeArtifacts.xml
+ echo 'Wrote 1 entries to compositeArtifacts.xml'
+ compose compositeContent.xml compositeMetadataRepository org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository 'EPP Marketplace Client Snapshots' 1590536121000 ../../drops/1.8.3/v20200526-2328/
+ FILE=compositeContent.xml
+ shift
+ TAG=compositeMetadataRepository
+ shift
+ TYPE=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
+ shift
+ NAME='EPP Marketplace Client Snapshots'
+ shift
+ TIMESTAMP=1590536121000
+ shift
+ cat
+ COUNT=0
+ for i in '"$@"'
+ echo '    <child location='\''../../drops/1.8.3/v20200526-2328/'\''/>'
+ COUNT=1
+ sed -i -e s/CHILD_COUNT/1/ compositeContent.xml
+ cat
Wrote 1 entries to compositeContent.xml
+ echo 'Wrote 1 entries to compositeContent.xml'
+ ssh genie.mpc@projects-storage.eclipse.org 'rm -rf /home/data/httpd/download.eclipse.org/mpc/.promote'
+ return 0
build hudson.tasks.Shell@db9b6d2c SUCCESS
Marking build to keep forever.
build hudson.plugins.promoted_builds.KeepBuildForeverAction@1a1ee4a0 SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Finished: SUCCESS