Skip to content

Console Output

Started by upstream project "ocl-master" build number 891
originally caused by:
 Started by timer
 Started by user Ed Willink
 Started by upstream project "ocl-master" build number 890
 originally caused by:
  Started by timer
  Started by user Ed Willink
  Started by upstream project "ocl-master" build number 889
  originally caused by:
   Started by timer
   Started by user Ed Willink
   Started by upstream project "ocl-master" build number 888
   originally caused by:
    Started by timer
Running as Ed Willink
Agent basic-w0198 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-w0198"
  namespace: "ocl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ocl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-w0198"
    - 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-w0198"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ocl.svc.cluster.local/ocl/"
    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-ocl"
      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-w0198 (basic) in workspace /home/jenkins/agent/workspace/promoter
[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-4tVTfjldrFcS/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/promoter@tmp/private_key_13567042461409425024.key (/home/jenkins/agent/workspace/promoter@tmp/private_key_13567042461409425024.key)
[ssh-agent] Using credentials genie.ocl (ssh://genie.ocl@projects-storage.eclipse.org)
[promoter] $ /bin/sh -xe /tmp/jenkins1783468150512133870.sh
+ rm -f publish.sh
+ curl -s https://ci.eclipse.org/ocl/job/ocl-master/891/artifact/releng/org.eclipse.ocl.releng.build-site/target/publish.sh
+ chmod +x publish.sh
+ bash -ex publish.sh
+ rm -f downloads.sh javadoc.zip pdfdoc.zip publish.zip updates.sh
+ curl -s -k https://ci.eclipse.org/ocl/job/ocl-master/891/artifact/releng/org.eclipse.ocl.releng.build-site/target/downloads.sh
+ curl -s -k https://ci.eclipse.org/ocl/job/ocl-master/891/artifact/releng/org.eclipse.ocl.releng.build-site/target/OCL-javadoc.zip
+ curl -s -k https://ci.eclipse.org/ocl/job/ocl-master/891/artifact/releng/org.eclipse.ocl.releng.build-site/target/ocl.pdf
+ curl -s -k https://ci.eclipse.org/ocl/job/ocl-master/891/artifact/releng/org.eclipse.ocl.releng.build-site/target/updates.sh
+ curl -s -k https://ci.eclipse.org/ocl/job/ocl-master/891/artifact/releng/org.eclipse.ocl.releng.build-site/target/org.eclipse.ocl-6.20.0.N20240303-1226.zip
+ ssh genie.ocl@projects-storage.eclipse.org rm -f downloads.sh publish.zip updates.sh
+ scp downloads.sh genie.ocl@projects-storage.eclipse.org:downloads.sh
+ scp javadoc.zip genie.ocl@projects-storage.eclipse.org:javadoc.zip
+ scp pdfdoc.zip genie.ocl@projects-storage.eclipse.org:pdfdoc.zip
+ scp publish.zip genie.ocl@projects-storage.eclipse.org:publish.zip
+ scp updates.sh genie.ocl@projects-storage.eclipse.org:updates.sh
+ ssh genie.ocl@projects-storage.eclipse.org chmod +x downloads.sh updates.sh
+ ssh genie.ocl@projects-storage.eclipse.org bash -ex downloads.sh -v ''\''6.20.0'\''' -t ''\''N'\''' -q ''\''N20240303-1226'\''' -a ''\'''\'''
+ dropsFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/
+ javadocFolder=/home/data/httpd/download.eclipse.org/ocl/javadoc/
+ pdfdocFolder=/home/data/httpd/download.eclipse.org/ocl/doc/
+ group=modeling.mdt.ocl
+ zipPrefix=mdt-ocl-Update-
+ localZip=newJavadoc.zip
+ pdfName=ocl.pdf
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__VERSION=6.20.0
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__BUILD_T=N
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__QUALIFIER=N20240303-1226
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__ALIAS=
+ getopts v:t:q:a: option
+ '[' -n N ']'
+ tQualifier=N202403031226
+ versionFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/6.20.0/N202403031226
+ '[' '!' -d /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/6.20.0/N202403031226 ']'
+ mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/6.20.0/N202403031226
+ fileStem=N202403031226
+ '[' -n '' ']'
+ zipFile=mdt-ocl-Update-N202403031226.zip
+ pushd /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/6.20.0/N202403031226
/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/6.20.0/N202403031226 ~
+ cp /opt/public/hipp/homes/genie.ocl/publish.zip mdt-ocl-Update-N202403031226.zip
+ md5sum -b mdt-ocl-Update-N202403031226.zip
+ sha512sum -b mdt-ocl-Update-N202403031226.zip
+ chgrp -R modeling.mdt.ocl mdt-ocl-Update-N202403031226.zip mdt-ocl-Update-N202403031226.zip.md5 mdt-ocl-Update-N202403031226.zip.sha1
+ chmod -R g+w mdt-ocl-Update-N202403031226.zip mdt-ocl-Update-N202403031226.zip.md5 mdt-ocl-Update-N202403031226.zip.sha1
+ popd
~
+ '[' '!' -d /home/data/httpd/download.eclipse.org/ocl/javadoc/ ']'
+ pushd /home/data/httpd/download.eclipse.org/ocl/javadoc/
/home/data/httpd/download.eclipse.org/ocl/javadoc ~
+ cp /opt/public/hipp/homes/genie.ocl/javadoc.zip newJavadoc.zip
+ '[' 0 -eq 0 ']'
++ wc -c
+ javadocSize=8661
~
+ '[' 8661 -ge 100000 ']'
+ popd
+ '[' '!' -d /home/data/httpd/download.eclipse.org/ocl/doc//6.20.0 ']'
+ pushd /home/data/httpd/download.eclipse.org/ocl/doc//6.20.0
/home/data/httpd/download.eclipse.org/ocl/doc/6.20.0 ~
+ cp /opt/public/hipp/homes/genie.ocl/pdfdoc.zip newocl.pdf
+ '[' 0 -eq 0 ']'
++ wc -c
+ pdfSize=8653
+ '[' 8653 -ge 100000 ']'
+ popd
~
+ ssh genie.ocl@projects-storage.eclipse.org bash -ex updates.sh -v ''\''6.20.0'\''' -t ''\''N'\''' -q ''\''N20240303-1226'\'''
+ updatesFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/
+ group=modeling.mdt.ocl
+ localZip=ocl.zip
+ projectRepoName=OCL
+ manageComposite='/shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml'
+ externalUpdatesFolder=https://download.eclipse.org/modeling/mdt/ocl/updates/
+ export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
+ JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
+ java -version
openjdk version "11.0.22" 2024-01-16
OpenJDK Runtime Environment (build 11.0.22+7-post-Ubuntu-0ubuntu222.04.1)
OpenJDK 64-Bit Server VM (build 11.0.22+7-post-Ubuntu-0ubuntu222.04.1, mixed mode, sharing)
+ /shared/common/apache-ant-latest/bin/ant -version
Apache Ant(TM) version 1.10.5 compiled on July 10 2018
+ getopts v:t:q: option
+ case "${option}" in
+ PUBLISH__VERSION=6.20.0
+ getopts v:t:q: option
+ case "${option}" in
+ PUBLISH__BUILD_T=N
+ getopts v:t:q: option
+ case "${option}" in
+ PUBLISH__QUALIFIER=N20240303-1226
+ getopts v:t:q: option
+ '[' -n N ']'
+ tQualifier=N202403031226
+ '[' N = N ']'
+ buildFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly
+ buildRepoName=Nightly
+ latestRelativeReference=../6.20.0
+ '[' '!' -d /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly ']'
/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly ~
+ pushd /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly
+ '[' '!' -d 6.20.0 ']'
+ '[' N = N ']'
+ cp /opt/public/hipp/homes/genie.ocl/publish.zip ocl.zip
+ unzip -ou ocl.zip -d new6.20.0
Archive:  ocl.zip
   creating: new6.20.0/features/
   creating: new6.20.0/plugins/
  inflating: new6.20.0/content.jar   
  inflating: new6.20.0/features/org.eclipse.ocl.simrel.classic_5.19.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.classic_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.tests_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.unified.core_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.uml.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.doc.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.all.sdk.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.unified.core.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.simrel.classic.source_5.19.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.unified.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.all.sdk_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.doc_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.build.source_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.edit_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.edit.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.tests_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.source_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.master.source_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.build_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.tools_3.19.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.unified.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.tests.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.tests.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.classic.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.uml_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.tools.source_3.19.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.master_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.ui.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.unified_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.examples.unified.source_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/features/org.eclipse.ocl.ui_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.util_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.tests.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.base.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.codegen_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.common_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.ui_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.emf.validation.validity.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.tests.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.pivot.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.ui.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.codegen.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.testmodel.company_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.common.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/lpg.runtime.java_2.0.17.v201004271640.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.validity_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.idioms.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.eventmanager.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.testutils_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.doc.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.emf.validation.validity_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.base.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclinecore.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.essentialocl.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.master_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.common.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/lpg.runtime.java.source_2.0.17.v201004271640.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.base_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.project.completeocltutorial.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.pivot.uml_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.tests.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.pivot_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ecore_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.extlibrary.source_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.common.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.completeocl.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.edit.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ecore.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.master.source_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.util.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.tests_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.base.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.xtext.tests.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.validity.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.vm.ui.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.essentialocl.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.idioms.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.essentialocl_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.emf.validation.validity.ui.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.classic.source_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.testutils.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.vm_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.testutils.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.testutils_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclinecore.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.interpreter.source_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.pivot.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.tests_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ecore.edit_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.vm.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.ui_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.project.royalandloyal_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.validity.test_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.xtext.console.source_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.tests_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.ui_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.essentialocl.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclstdlib.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.validity.test.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.unified_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.doc_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.vm.ui_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.tests_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclstdlib.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.edit.source_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.eventmanager.tests_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.eventmanager.tests.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.eventmanager_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.xtext.console_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.completeocl_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.emf.validation.validity.ui_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.standalone_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ecore.edit.source_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.project.royalandloyal.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.markup.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclinecore_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ecore.tests.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.ui.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.xtext.tests_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.extlibrary_6.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.edit_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.interpreter_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.markup.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.markup_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.markup.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer.testmodel.company.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclstdlib.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.pivot.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.project.completeocltutorial_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.standalone.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.tests.source_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.uml.edit_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.ecore.tests_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.classic_5.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.idioms.ui_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.pivot.uml.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.completeocl.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclinecore.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.unified.source_4.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.impactanalyzer_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.oclstdlib_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.idioms_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples_3.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.xtext.completeocl.ui.source_1.20.0.v20240303-1226.jar  
  inflating: new6.20.0/plugins/org.eclipse.ocl.examples.debug.ui.source_2.20.0.v20240303-1226.jar  
  inflating: new6.20.0/artifacts.jar  
  inflating: new6.20.0/content.xml.xz  
  inflating: new6.20.0/artifacts.xml.xz  
  inflating: new6.20.0/p2.index      
+ chgrp -R modeling.mdt.ocl new6.20.0
+ chmod -R g+w new6.20.0
+ mv 6.20.0 old6.20.0
+ mv new6.20.0 6.20.0
+ rm -rf old6.20.0 ocl.zip
+ mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly/newlatest
+ pushd /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly/newlatest
/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly/newlatest /home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly ~
+ /shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=../6.20.0 '-Dcomposite.name=OCL Latest 6.20.0 Nightly Repository'
Buildfile: /shared/modeling/tools/promotion/manage-composite.xml

add:

-call.operation:

-locate.framework.launcher:

-call.operation.indirectly:
     [java] Buildfile: /shared/modeling/tools/promotion/manage-composite.xml
     [java] 
     [java] add:
     [java] 
     [java] -call.operation:
     [java] 
     [java] -add.named:
     [java] 
     [java] -add:
     [java] BUILD SUCCESSFUL
     [java] 
     [java] BUILD SUCCESSFUL
     [java] Total time: 1 second

BUILD SUCCESSFUL
Total time: 6 seconds
+ popd
/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/nightly ~
+ '[' -d latest ']'
+ mv latest oldlatest
+ mv newlatest latest
+ rm -rf oldlatest
~
+ popd
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS