Skip to content
Success

Console Output

Started by user Quentin Le Menez
Running as Quentin Le Menez
Agent basic-cvdbs is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-cvdbs"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-cvdbs"
    - 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-cvdbs"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    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-papyrus"
      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-cvdbs (basic) in workspace /home/jenkins/agent/workspace/Papyrus-Model2doc-deploy-eclipse
[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-jlNB1Pj32Ffb/agent.64
SSH_AGENT_PID=66
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Papyrus-Model2doc-deploy-eclipse@tmp/private_key_13188987254994895697.key (/home/jenkins/agent/workspace/Papyrus-Model2doc-deploy-eclipse@tmp/private_key_13188987254994895697.key)
[ssh-agent] Using credentials genie.papyrus (ssh://genie.papyrus@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git
 > git init /home/jenkins/agent/workspace/Papyrus-Model2doc-deploy-eclipse # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 4dc7592d2a011ee37dbb90d0fa1c9142eab840c8 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4dc7592d2a011ee37dbb90d0fa1c9142eab840c8 # timeout=10
Commit message: "[Releng] Increase feature version to 0.8.100 to follow the update of target platform and category.xml  - previous commit creates the version 0.8.1 but it was wrong, we creates 0.8.100  - update version of required features in feature.xml"
 > git rev-list --no-walk e53e79f2c484fe368edacf8c2dc6a4dfacb7e5a6 # timeout=10
[Papyrus-Model2doc-deploy-eclipse] $ /bin/bash /tmp/jenkins827868656143206521.sh
-------------------- check parameters --------------------
-------------------- initialized parameters --------------------
componentName: model2doc
buildId: 665
version: 0.8.100
buildJob: Papyrus-Model2Doc
eclipseTarget: 2022-03
rcpFiles: n
promoteUpdateSite: y
++ pwd
+ dirBefore=/home/jenkins/agent/workspace/Papyrus-Model2doc-deploy-eclipse
+ echo '[] creating working dir'
[] creating working dir
++ mktemp -d
+ workingDir=/tmp/tmp.AyBZI7ksoz
+ cd /tmp/tmp.AyBZI7ksoz
+ '[' n = y ']'
+ [[ y = \y ]]
+ repoDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ '[' -e /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2 ']'
+ ssh genie.papyrus@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ echo fetching update-site
fetching update-site
+ ciURL='https://ci.eclipse.org/papyrus/job/Papyrus-Model2Doc/665/artifact/repository/*zip*/'
+ zipName=updatesite.zip
+ getZip updatesite.zip 'https://ci.eclipse.org/papyrus/job/Papyrus-Model2Doc/665/artifact/repository/*zip*/'
+ _zipName=updatesite.zip
+ _jenkinsBaseURL='https://ci.eclipse.org/papyrus/job/Papyrus-Model2Doc/665/artifact/repository/*zip*/'
+ [[ updatesite.zip =~ ^.*?\.zip$ ]]
+ wget --no-check-certificate 'https://ci.eclipse.org/papyrus/job/Papyrus-Model2Doc/665/artifact/repository/*zip*//updatesite.zip'
Warning: wildcards not supported in HTTP.
--2022-04-06 15:57:08--  https://ci.eclipse.org/papyrus/job/Papyrus-Model2Doc/665/artifact/repository/*zip*//updatesite.zip
Resolving ci.eclipse.org (ci.eclipse.org)... 198.41.30.195
Connecting to ci.eclipse.org (ci.eclipse.org)|198.41.30.195|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘updatesite.zip’

     0K .......... .......... .......... .......... .......... 23.5M
    50K .......... .......... .......... .......... .......... 11.3M
   100K .......... .......... .......... .......... .......... 10.8M
   150K .......... .......... .......... .......... .......... 3.40M
   200K .......... .......... .......... .......... .......... 5.77M
   250K .......... .......... .......... .......... .......... 75.0M
   300K .......... .......... .......... .......... .......... 70.8M
   350K .......... .......... .......... .......... .......... 64.0M
   400K .......... .......... .......... .......... .......... 68.0M
   450K .......... .......... .......... .......... .......... 82.8M
   500K .......... .......... .......... .......... .......... 80.4M
   550K .......... .......... .......... .......... .......... 25.9M
   600K .......... .......... .......... .......... .......... 18.0M
   650K .......... .......... .......... .......... .......... 10.8M
   700K .......... .......... .......... .......... .......... 19.1M
   750K .......... .......... .......... .......... .......... 16.5M
   800K .......... .......... .......... .......... .......... 17.7M
   850K .......... .......... .......... .......... .......... 3.96M
   900K .......... .......... .......... .......... .......... 65.8M
   950K .......... .......... .......... .......... .......... 97.4M
  1000K .......... .......... .......... .......... .......... 86.7M
  1050K .......... .......... .......... .......... .......... 91.8M
  1100K .......... .......... .......... .......... .......... 24.6M
  1150K .......... .......... .......... .......... .......... 14.7M
  1200K .......... .......... .......... .......... .......... 24.0M
  1250K .......... .......... .......... .......... .......... 14.8M
  1300K .......... .......... .......... .......... .......... 4.22M
  1350K .......... .......... .......... .......... .......... 65.5M
  1400K .......... .......... .......... .......... .......... 68.3M
  1450K .......... .......... .......... .......... .......... 82.2M
  1500K .......... .......... .......... .......... .......... 74.0M
  1550K .......... .......... .......... .......... .......... 84.4M
  1600K .......... .......... .......... .......... .......... 24.4M
  1650K .......... .......... .......... .......... .......... 25.9M
  1700K .......... .......... .......... .......... .......... 5.47M
  1750K .......... .......... .......... .......... .......... 64.2M
  1800K .......... .......... .......... .......... .......... 7.23M
  1850K .......... .......... .......... .......... .......... 67.3M
  1900K .......... .......... .......... .......... .......... 67.0M
  1950K .......... .......... .......... .......... .......... 76.4M
  2000K .......... .......... .......... .......... .......... 6.30M
  2050K .......... .......... .......... .......... .......... 60.5M
  2100K .......... .......... .......... .......... .......... 73.9M
  2150K .......... .......... .......... .......... .......... 30.1M
  2200K .......... .......... .......... .......... .......... 18.1M
  2250K .......... .......... .......... .......... .......... 29.2M
  2300K .......... .......... .......... .......... .......... 15.0M
  2350K .......... .......... .......... .......... .......... 16.2M
  2400K .......... .......... .......... .......... .......... 29.6M
  2450K .......... .......... .......... .......... .......... 15.1M
  2500K .......... .......... .......... .......... .......... 28.8M
  2550K .......... .......... .......... .......... .......... 17.4M
  2600K .......... .......... .......... .......... .......... 27.9M
  2650K .......... .......... .......... .......... .......... 16.9M
  2700K .......... .......... .......... .......... .......... 4.04M
  2750K .......... .......... .......... .......... .......... 82.8M
  2800K .......... .......... .......... .......... .......... 77.7M
  2850K .......... .......... .......... .......... .......... 87.2M
  2900K .......... .......... .......... .......... .......... 78.0M
  2950K .......... .......... .......... .......... .......... 90.1M
  3000K .......... .......... .......... .......... .......... 23.6M
  3050K .......... .......... .......... .......... .......... 2.99M
  3100K .......... .......... .......... .......... .......... 55.9M
  3150K .......... .......... .......... .......... .......... 60.2M
  3200K .......... .......... .......... .......... .......... 71.6M
  3250K .......... .......... .......... .......... .......... 66.4M
  3300K .......... .......... .......... .......... .......... 80.6M
  3350K .......... .......... .......... .......... .......... 97.7M
  3400K .......... .......... .......... .......... .......... 70.4M
  3450K .......... .......... .......... .......... .......... 34.7M
  3500K .......... .......... .......... .......... .......... 16.6M
  3550K .......... .......... .......... .......... .......... 20.8M
  3600K .......... .......... .......... .......... .......... 17.3M
  3650K .......... .......... .......... .......... .......... 27.6M
  3700K .......... .......... .......... .......... .......... 12.8M
  3750K .......... .......... .......... .......... .......... 8.88M
  3800K .......... .......... .......... .......... .......... 10.4M
  3850K .......... .......... .......... .......... .......... 18.3M
  3900K .......... .......... .......... .......... .......... 29.4M
  3950K .......... .......... .......... .......... .......... 17.2M
  4000K .......... .......... .......... .......... .......... 25.9M
  4050K .......... .......... .......... .......... .......... 14.3M
  4100K .......... .......... .......... .......... .......... 26.0M
  4150K .......... .......... .......... .......... .......... 16.9M
  4200K .......... .......... .......... .......... .......... 25.0M
  4250K .......... .......... .......... .......... .......... 15.8M
  4300K .......... .......... .......... .......... .......... 5.91M
  4350K .......... .......... .......... .......... .......... 78.6M
  4400K .......... .......... .......... .......... .......... 63.0M
  4450K .......... .......... .......... .......... .......... 79.3M
  4500K .......... .......... .......... .......... .......... 27.2M
  4550K .......... .......... .......... .......... .......... 27.6M
  4600K .......... .......... .......... .......... .......... 14.2M
  4650K .......... .......... .......... .......... .......... 9.56M
  4700K .......... .......... .......... .......... .......... 68.8M
  4750K .......... .......... .......... .......... .......... 24.3M
  4800K .......... .......... .......... .......... .......... 11.0M
  4850K .......... .......... .......... .......... .......... 22.5M
  4900K .......... .......... .......... .......... .......... 9.12M
  4950K .......... .......... .......... .......... .......... 4.67M
  5000K .......... .......... .......... .......... .......... 67.9M
  5050K .......... .......... .......... .......... .......... 62.0M
  5100K .......... .......... .......... .......... .......... 68.0M
  5150K .......... .......... .......... .......... .......... 72.1M
  5200K .......... .......... .......... .......... .......... 80.1M
  5250K .......... .......... .......... .......... .......... 75.6M
  5300K .......... .......... .......... .......... .......... 7.37M
  5350K .......... .......... .......... .......... .......... 46.1M
  5400K .......... .......... .......... .......... .......... 62.9M
  5450K .......... .......... .......... .......... .......... 77.0M
  5500K .......... .......... .......... .......... .......... 31.5M
  5550K .......... .......... .......... .......... .......... 16.2M
  5600K .......... .......... .......... .......... .......... 30.6M
  5650K .......... .......... .......... .......... .......... 14.1M
  5700K .......... .......... .......... .......... .......... 6.49M
  5750K .......... .......... .......... .......... .......... 54.5M
  5800K .......... .......... .......... .......... .......... 72.8M
  5850K .......... .......... .......... .......... .......... 73.4M
  5900K .......... .......... .......... .......... .......... 15.3M
  5950K .......... .......... .......... .......... .......... 24.0M
  6000K .......... .......... .......... .......... .......... 2.92M
  6050K .......... .......... .......... .......... .......... 62.8M
  6100K .......... .......... .......... .......... .......... 77.4M
  6150K .......... .......... .......... .......... .......... 7.25M
  6200K .......... .......... .......... .......... .......... 65.2M
  6250K .......... .......... .......... .......... .......... 26.4M
  6300K .......... .......... .......... .......... .......... 29.2M
  6350K .......... .......... .......... .......... .......... 6.00M
  6400K .......... .......... .......... .......... .......... 38.5M
  6450K .......... .......... .......... .......... .......... 3.19M
  6500K .......... .......... .......... .......... .......... 70.0M
  6550K .......... .......... .......... .......... .......... 78.1M
  6600K .......... .......... .......... .......... .......... 76.8M
  6650K .......... .......... .......... .......... .......... 86.5M
  6700K .......... .......... .......... .......... .......... 10.8M
  6750K .......... .......... .......... .......... .......... 27.0M
  6800K .......... .......... .......... .......... .......... 22.1M
  6850K .......... .......... .......... .......... .......... 31.6M
  6900K .......... .......... .......... .......... .......... 18.6M
  6950K .......... .......... .......... .......... .......... 4.56M
  7000K .......... .......... .......... .......... .......... 56.0M
  7050K .......... .......... .......... .......... .......... 69.4M
  7100K .......... .......... .......... .......... .......... 52.8M
  7150K .......... .......... .......... .......... .......... 66.8M
  7200K .......... .......... .......... .......... .......... 63.3M
  7250K .......... .......... .......... .......... .......... 68.8M
  7300K .......... .......... .......... .......... .......... 20.9M
  7350K .......... .......... .......... .......... .......... 29.9M
  7400K .......... .......... .......... .......... .......... 31.2M
  7450K .......... .......... .......... .......... .......... 16.3M
  7500K .......... .......... .......... .......... .......... 26.8M
  7550K .......... .......... .......... .......... .......... 19.6M
  7600K .......... .......... .......... .......... .......... 26.5M
  7650K .......... .......... .......... .......... .......... 27.0M
  7700K .......... .......... .......... .......... .......... 16.8M
  7750K .......... .......... .......... .......... .......... 15.9M
  7800K .......... .......... .......... .......... .......... 30.1M
  7850K .......... .......... .......... .......... .......... 19.6M
  7900K .......... .......... .......... .......... .......... 40.2M
  7950K .......... .......... .......... .......... .......... 23.4M
  8000K .......... .......... .......... .......... .......... 25.5M
  8050K .......... .......... .......... .......... .......... 26.4M
  8100K .......... .......... .......... .......... .......... 25.3M
  8150K .......... .......... .......... .......... .......... 18.1M
  8200K .......... .......... .......... .......... .......... 16.4M
  8250K .......... .......... .......... .......... .......... 11.6M
  8300K .......... .......... .......... .......... .......... 56.9M
  8350K .......... .......... .......... .......... .......... 14.6M
  8400K .......... .......... .......... .......... .......... 46.2M
  8450K .......... .......... .......... .......... .......... 62.5M
  8500K .......... .......... .......... .......... .......... 11.6M
  8550K .......... .......... .......... .......... .......... 31.6M
  8600K .......... .......... .......... .......... .......... 34.0M
  8650K .......... .......... .......... .......... .......... 61.1M
  8700K .......... .......... .......... .......... .......... 22.4M
  8750K .......... .......... .......... .......... .......... 18.3M
  8800K .......... .......... .......... .......... .......... 33.9M
  8850K .......... .......... .......... .......... .......... 4.16M
  8900K .......... .......... .......... .......... .......... 20.2M
  8950K .......... .......... .......... .......... .......... 70.2M
  9000K .......... .......... .......... .......... .......... 82.7M
  9050K .......... .......... .......... .......... .......... 80.4M
  9100K .......... .......... .......... .......... .......... 86.2M
  9150K .......... .......... .......... .......... .......... 87.2M
  9200K .......... .......... .......... .......... .......... 52.0M
  9250K .......... .......... .......... .......... .......... 46.4M
  9300K .......... .......... .......... .......... .......... 3.76M
  9350K .......... .......... .......... .......... .......... 68.1M
  9400K .......... .......... .......... .......... .......... 74.9M
  9450K .......... .......... .......... .......... .......... 81.3M
  9500K .......... .......... .......... .......... .......... 79.9M
  9550K .......... .......... .......... .......... .......... 78.7M
  9600K .......... .......... .......... .......... .......... 91.1M
  9650K .......... .......... .......... .......... .......... 15.3M
  9700K .......... .......... .......... .......... .......... 39.9M
  9750K .......... .......... .......... .......... .......... 88.1M
  9800K .......... .......... .......... .......... .......... 20.3M
  9850K .......... .......... .......... .......... .......... 29.6M
  9900K .......... .......... .......... .......... .......... 4.77M
  9950K .......... .......... .......... .......... .......... 68.1M
 10000K .......... .......... .......... .......... .......... 53.8M
 10050K .......... .......... .......... .......... .......... 22.9M
 10100K .......... .......... .......... .......... .......... 36.1M
 10150K .......... .......... .......... .......... .......... 3.87M
 10200K .......... .......... .......... .......... .......... 66.3M
 10250K .......... .......... .......... .......... .......... 72.6M
 10300K .......... .......... .......... .......... .......... 80.9M
 10350K .......... .......... .......... .......... .......... 84.1M
 10400K .......... .......... .......... .......... .......... 92.3M
 10450K .......... .......... .......... .......... .......... 8.88M
 10500K .......... .......... .......... .......... .......... 62.5M
 10550K .......... .......... .......... .......... .......... 82.7M
 10600K .......... .......... .......... .......... .......... 74.0M
 10650K .......... .......... .......... .......... .......... 89.3M
 10700K .......... .......... .......... .......... .......... 78.7M
 10750K .......... .......... .......... .......... .......... 23.8M
 10800K .......... .......... .......... .......... .......... 22.8M
 10850K .......... .......... .......... .......... .......... 24.2M
 10900K .......... .......... .......... .......... .......... 39.3M
 10950K .......... .......... .......... .......... .......... 20.5M
 11000K .......... .......... .......... .......... .......... 23.1M
 11050K .......... .......... .......... .......... .......... 23.4M
 11100K .......... .......... .......... .......... .......... 37.2M
 11150K .......... .......... .......... .......... .......... 31.7M
 11200K .......... .......... .......... .......... .......... 20.5M
 11250K .......... .......... .......... .......... .......... 6.30M
 11300K .......... .......... .......... .......... ..........  109M
 11350K .......... .......... .......... .......... .......... 73.5M
 11400K .......... .......... .......... .......... .......... 80.0M
 11450K .......... .......... .......... .......... .......... 69.5M
 11500K .......... .......... .......... .......... .......... 21.8M
 11550K .......... .......... .......... .......... .......... 28.7M
 11600K .......... .......... .......... .......... .......... 4.18M
 11650K .......... .......... .......... .......... .......... 50.0M
 11700K .......... .......... .......... .......... .......... 66.1M
 11750K .......... .......... .......... .......... .......... 54.4M
 11800K .......... .......... .......... .......... .......... 76.2M
 11850K .......... .......... .......... .......... .......... 52.7M
 11900K .......... .......... .......... .......... .......... 57.5M
 11950K .......... .......... .......... .......... .......... 5.12M
 12000K .......... .......... .......... .......... .......... 57.0M
 12050K .......... .......... .......... .......... .......... 44.8M
 12100K .......... .......... .......... .......... .......... 61.0M
 12150K .......... .......... .......... .......... .......... 52.6M
 12200K .......... .......... .......... .......... .......... 69.7M
 12250K .......... .......... .......... .......... .......... 62.7M
 12300K .......... .......... .......... .......... .......... 64.3M
 12350K .......... .......... .......... .......... .......... 32.7M
 12400K .......... .......... .......... .......... .......... 17.3M
 12450K .......... .......... .......... .......... .......... 22.3M
 12500K .......... .......... .......... .......... .......... 38.4M
 12550K .......... .......... .......... .......... .......... 17.5M
 12600K .......... .......... .......... .......... .......... 29.4M
 12650K .......... .......... .......... .......... .......... 32.3M
 12700K .......... .......... .......... .......... .......... 34.3M
 12750K .......... .......... .......... .......... .......... 20.7M
 12800K .......... .......... .......... .......... .......... 19.4M
 12850K .......... .......... .......... .......... .......... 26.4M
 12900K .......... .......... .......... .......... .......... 24.3M
 12950K .......... .......... .......... .......... .......... 27.5M
 13000K .......... .......... .......... .......... .......... 22.6M
 13050K .......... .......... .......... .......... .......... 31.2M
 13100K .......... .......... .......... .......... .......... 1.53M
 13150K .......... .......... .......... .......... .......... 58.5M
 13200K .......... .......... .......... .......... .......... 60.0M
 13250K .......... .......... .......... .......... .......... 76.7M
 13300K .......... .......... .......... .......... .......... 66.2M
 13350K .......... .......... .......... .......... .......... 76.1M
 13400K .......... .......... .......... .......... .......... 72.2M
 13450K .......... .......... .......... .......... .......... 79.5M
 13500K .......... .......... .......... .......... .......... 75.9M
 13550K .......... .......... .......... .......... .......... 67.8M
 13600K .......... .......... .......... .......... .......... 60.0M
 13650K .......... .......... .......... .......... .......... 89.4M
 13700K .......... .......... .......... .......... .......... 79.9M
 13750K .......... .......... .......... .......... .......... 77.8M
 13800K .......... .......... .......... .......... .......... 78.8M
 13850K .......... .......... .......... .......... .......... 80.1M
 13900K .......... .......... .......... .......... .......... 83.4M
 13950K .......... .......... .......... .......... .......... 93.5M
 14000K .......... .......... .......... .......... .......... 67.8M
 14050K .......... .......... .......... .......... .......... 69.0M
 14100K .......... .......... .......... .......... .......... 50.2M
 14150K .......... .......... .......... .......... .......... 94.7M
 14200K .......... .......... .......... .......... .......... 79.5M
 14250K .......... .......... .......... .......... .......... 23.8M
 14300K .......... .......... .......... .......... .......... 26.7M
 14350K .......... .......... .......... .......... .......... 20.3M
 14400K .......... .......... .......... .......... .......... 19.8M
 14450K .......... .......... .......... .......... .......... 5.87M
 14500K .......... .......... .......... .......... .......... 59.5M
 14550K .......... .......... .......... .......... .......... 64.3M
 14600K .......... .......... .......... .......... .......... 78.3M
 14650K .......... .......... .......... .......... .......... 68.4M
 14700K .......... .......... .......... .......... .......... 68.5M
 14750K .......... .......... .......... .......... .......... 22.6M
 14800K .......... .......... .......... .......... .......... 24.8M
 14850K .......... .......... .......... .......... .......... 24.6M
 14900K .......... .......... .......... .......... .......... 24.3M
 14950K .......... .......... .......... .......... .......... 20.8M
 15000K .......... .......... .......... .......... .......... 40.7M
 15050K .......... .......... .......... .......... .......... 20.3M
 15100K .......... .......... .......... .......... .......... 30.9M
 15150K .......... .......... .......... .......... .......... 3.36M
 15200K .......... .......... .......... .......... .......... 54.5M
 15250K .......... .......... .......... .......... .......... 65.0M
 15300K .......... .......... .......... .......... .......... 50.8M
 15350K .......... .......... .......... .......... .......... 70.4M
 15400K .......... .......... .......... .......... .......... 82.0M
 15450K .......... .......... .......... .......... .......... 75.9M
 15500K .......... .......... .......... .......... .......... 81.5M
 15550K .......... .......... .......... .......... .......... 73.7M
 15600K .......... .......... .......... .......... .......... 62.8M
 15650K .......... .......... .......... .......... .......... 1.76M
 15700K .......... .......... .......... .......... .......... 49.7M
 15750K .......... .......... .......... .......... .......... 67.2M
 15800K .......... .......... .......... .......... .......... 71.6M
 15850K .......... .......... .......... .......... .......... 79.7M
 15900K .......... .......... .......... .......... .......... 67.6M
 15950K .......... .......... .......... .......... .......... 67.4M
 16000K .......... .......... .......... .......... .......... 69.3M
 16050K .......... .......... .......... .......... .......... 81.8M
 16100K .......... .......... .......... .......... .......... 83.0M
 16150K .......... .......... .......... .......... .......... 90.4M
 16200K .......... .......... .......... .......... .......... 68.9M
 16250K .......... .......... .......... .......... .......... 92.6M
 16300K .......... .......... .......... .......... .......... 70.9M
 16350K .......... .......... .......... .......... .......... 83.5M
 16400K .......... .......... .......... .......... .......... 71.6M
 16450K .......... .......... .......... .......... .......... 12.8M
 16500K .......... .......... .......... .......... .......... 63.3M
 16550K .......... .......... .......... .......... .......... 71.5M
 16600K .......... .......... .......... .......... .......... 83.3M
 16650K .......... .......... .......... .......... .......... 78.4M
 16700K .......... .......... .......... .......... .......... 35.6M
 16750K .......... .......... .......... .......... .......... 20.8M
 16800K .......... .......... .......... .......... .......... 30.2M
 16850K .......... .......... .......... .......... .......... 21.6M
 16900K .......... .......... .......... .......... .......... 25.2M
 16950K .......... .......... .......... .......... .......... 21.8M
 17000K .......... .......... .......... .......... .......... 31.1M
 17050K .......... .......... .......... .......... .......... 20.1M
 17100K .......... .......... .......... .......... .......... 17.1M
 17150K .......... .......... .......... .......... .......... 35.9M
 17200K .......... .......... .......... .......... .......... 18.1M
 17250K .......... .......... .......... .......... .......... 34.0M
 17300K .......... .......... .......... .......... .......... 20.8M
 17350K .......... .......... .......... .......... .......... 28.4M
 17400K .......... .......... .......... .......... .......... 20.4M
 17450K .......... .......... .......... .......... .......... 31.7M
 17500K .......... .......... .......... .......... .......... 19.6M
 17550K .......... .......... .......... .......... .......... 19.9M
 17600K .......... .......... .......... .......... .......... 29.1M
 17650K .......... .......... .......... .......... .......... 19.5M
 17700K .......... .......... .......... .......... .......... 37.1M
 17750K .......... .......... .......... .......... .......... 20.3M
 17800K .......... .......... .......... .......... .......... 29.0M
 17850K .......... .......... .......... .......... .......... 20.4M
 17900K .......... .......... .......... .......... .......... 1.41M
 17950K .......... .......... .......... .......... .......... 57.3M
 18000K .......... .......... .......... .......... .......... 52.5M
 18050K .......... .......... .......... .......... .......... 52.5M
 18100K .......... .......... .......... .......... .......... 69.3M
 18150K .......... .......... .......... .......... .......... 93.4M
 18200K .......... .......... .......... .......... .......... 81.9M
 18250K .......... .......... .......... .......... .......... 76.9M
 18300K .......... .......... .......... .......... .......... 76.5M
 18350K .......... .......... .......... .......... .......... 94.5M
 18400K .......... .......... .......... .......... .......... 84.2M
 18450K .......... .......... .......... .......... .......... 17.9M
 18500K .......... .......... .......... .......... .......... 70.0M
 18550K .......... .......... .......... .......... .......... 62.3M
 18600K .......... .......... .......... .......... .......... 65.3M
 18650K .......... .......... .......... .......... .......... 67.4M
 18700K .......... .......... .......... .......... .......... 62.7M
 18750K .......... .......... .......... .......... .......... 67.2M
 18800K .......... .......... .......... .......... .......... 59.2M
 18850K .......... .......... .......... .......... .......... 88.7M
 18900K .......... .......... .......... .......... .......... 77.0M
 18950K .......... .......... .......... .......... .......... 80.5M
 19000K .......... .......... .......... .......... .......... 85.4M
 19050K .......... .......... .......... .......... .......... 71.3M
 19100K .......... .......... .......... .......... .......... 80.6M
 19150K .......... .......... .......... .......... .......... 76.4M
 19200K .......... .......... .......... .......... .......... 41.0M
 19250K .......... .......... .......... .......... .......... 20.1M
 19300K .......... .......... .......... .......... .......... 30.0M
 19350K .......... .......... .......... .......... .......... 20.2M
 19400K .......... .......... .......... .......... .......... 36.7M
 19450K .......... .......... .......... .......... .......... 17.7M
 19500K .......... .......... .......... .......... .......... 3.43M
 19550K .......... .......... .......... .......... .......... 53.2M
 19600K .......... .......... .......... .......... .......... 72.6M
 19650K .......... .......... .......... .......... .......... 67.3M
 19700K .......... .......... .......... .......... .......... 90.3M
 19750K .......... .......... .......... .......... .......... 97.7M
 19800K .......... .......... .......... .......... .......... 76.4M
 19850K .......... .......... .......... .......... .......... 78.6M
 19900K .......... .......... .......... .......... .......... 79.5M
 19950K .......... .......... .......... .......... .......... 3.33M
 20000K .......... .......... .......... .......... .......... 53.1M
 20050K .......... .......... .......... .......... .......... 49.2M
 20100K .......... .......... .......... .......... .......... 52.9M
 20150K .......... .......... .......... .......... .......... 55.0M
 20200K .......... .......... .......... .......... .......... 75.6M
 20250K .......... .......... .......... .......... .......... 83.1M
 20300K .......... .......... .......... .......... .......... 76.0M
 20350K .......... .......... .......... .......... .......... 69.1M
 20400K .......... .......... .......... .......... .......... 60.7M
 20450K .......... .......... .......... .......... .......... 86.0M
 20500K .......... .......... .......... .......... .......... 52.6M
 20550K .......... .......... .......... .......... .......... 35.9M
 20600K .......... .......... .......... .......... .......... 1.92M
 20650K .......... .......... .......... .......... .......... 67.2M
 20700K .......... .......... .......... .......... .......... 83.5M
 20750K .......... .......... .......... .......... .......... 68.0M
 20800K .......... .......... .......... .......... .......... 57.3M
 20850K .......... .......... .......... .......... .......... 76.8M
 20900K .......... .......... .......... .......... .......... 73.2M
 20950K .......... .......... .......... .......... .......... 93.3M
 21000K .......... .......... .......... .......... .......... 68.1M
 21050K .......... .......... .......... .......... .......... 88.3M
 21100K .......... .......... .......... .......... .......... 72.2M
 21150K .......... .......... .......... .......... ..........  100M
 21200K .......... .......... .......... .......... .......... 83.2M
 21250K .......... .......... .......... .......... .......... 76.1M
 21300K .......... .......... .......... .......... .......... 82.7M
 21350K .......... .......... .......... .......... .......... 81.4M
 21400K .......... .......... .......... .......... .......... 73.3M
 21450K .......... .......... .......... .......... .......... 2.70M
 21500K .......... .......... .......... .......... .......... 52.7M
 21550K .......... .......... .......... .......... .......... 56.9M
 21600K .......... .......... .......... .......... .......... 75.8M
 21650K .......... .......... .......... .......... .......... 74.9M
 21700K .......... .......... .......... .......... .......... 68.7M
 21750K .......... .......... .......... .......... .......... 72.5M
 21800K .......... .......... .......... .......... .......... 73.7M
 21850K .......... .......... .......... .......... .......... 82.1M
 21900K .......... .......... .......... .......... .......... 90.4M
 21950K .......... .......... .......... .......... .......... 98.6M
 22000K .......... .......... .......... .......... .......... 84.4M
 22050K .......... .......... .......... .......... .......... 81.6M
 22100K .......... .......... .......... .......... .......... 30.7M
 22150K .......... .......... .......... .......... .......... 18.5M
 22200K .......... .......... .......... .......... .......... 38.4M
 22250K .......... .......... .......... .......... .......... 19.4M
 22300K .......... .......... .......... .......... .......... 34.2M
 22350K .......... .......... .......... .......... .......... 20.0M
 22400K .......... .......... .......... .......... .......... 30.1M
 22450K .......... .......... .......... .......... .......... 21.5M
 22500K .......... .......... .......... .......... .......... 30.0M
 22550K .......... .......... .......... .......... .......... 21.7M
 22600K .......... .......... .......... .......... .......... 18.8M
 22650K .......... .......... .......... .......... .......... 28.5M
 22700K .......... .......... .......... .......... .......... 4.80M
 22750K .......... .......... .......... .......... .......... 53.2M
 22800K .......... .......... .......... .......... .......... 55.8M
 22850K .......... .......... .......... .......... .......... 81.5M
 22900K .......... .......... .......... .......... .......... 75.6M
 22950K .......... .......... .......... .......... .......... 68.8M
 23000K .......... .......... .......... .......... .......... 55.0M
 23050K .......... .......... .......... .......... .......... 23.3M
 23100K .......... .......... .......... .......... .......... 23.7M
 23150K .......... .......... .......... .......... .......... 2.42M
 23200K .......... .......... .......... .......... .......... 47.0M
 23250K .......... .......... .......... .......... .......... 58.9M
 23300K .......... .......... .......... .......... .......... 81.0M
 23350K .......... .......... .......... .......... .......... 86.6M
 23400K .......... .......... .......... .......... .......... 84.5M
 23450K .......... .......... .......... .......... .......... 85.2M
 23500K .......... .......... .......... .......... .......... 88.0M
 23550K .......... .......... .......... .......... .......... 83.1M
 23600K .......... .......... .......... .......... .......... 78.8M
 23650K .......... .......... .......... .......... .......... 83.9M
 23700K .......... .......... .......... .......... .......... 8.77M
 23750K .......... .......... .......... .......... .......... 66.4M
 23800K .......... .......... .......... .......... .......... 90.9M
 23850K .......... .......... .......... .......... .......... 9.29M
 23900K .......... .......... .......... .......... .......... 58.8M
 23950K .......... .......... .......... .......... .......... 71.9M
 24000K .......... .......... .......... .......... .......... 74.6M
 24050K .......... .......... .......... .......... .......... 3.99M
 24100K .......... .......... .......... .......... .......... 52.8M
 24150K .......... .......... .......... .......... .......... 66.7M
 24200K .......... .......... .......... .......... .......... 48.5M
 24250K .......... .......... .......... .......... .......... 76.6M
 24300K .......... .......... .......... .......... .......... 70.6M
 24350K .......... .......... .......... .......... .......... 91.2M
 24400K .......... .......... .......... .......... .......... 88.5M
 24450K .......... .......... .......... .......... .......... 80.4M
 24500K .......... .......... .......... .......... .......... 65.9M
 24550K .......... .......... .......... .......... .......... 61.8M
 24600K .......... .......... .......... .......... .......... 35.0M
 24650K .......... .......... .......... .......... .......... 20.6M
 24700K .......... .......... .......... .......... .......... 28.7M
 24750K .......... .......... .......... .......... .......... 19.3M
 24800K .......... .......... .......... .......... .......... 33.0M
 24850K .......... .......... .......... .......... .......... 19.8M
 24900K .......... .......... .......... .......... .......... 19.4M
 24950K .......... .......... .......... .......... .......... 29.5M
 25000K .......... .......... .......... .......... .......... 23.6M
 25050K .......... .......... .......... .......... .......... 25.6M
 25100K .......... .......... .......... .......... .......... 21.3M
 25150K .......... .......... .......... .......... .......... 26.2M
 25200K .......... .......... .......... .......... .......... 20.4M
 25250K .......... .......... .......... .......... .......... 20.2M
 25300K .......... .......... .......... .......... .......... 29.9M
 25350K .......... .......... .......... .......... .......... 19.5M
 25400K .......... .......... .......... .......... .......... 27.2M
 25450K .......... .......... .......... .......... .......... 21.4M
 25500K .......... .......... .......... .......... .......... 2.12M
 25550K .......... .......... .......... .......... .......... 45.8M
 25600K .......... .......... .......... .......... .......... 56.6M
 25650K .......... .......... .......... .......... .......... 59.4M
 25700K .......... .......... .......... .......... .......... 78.8M
 25750K .......... .......... .......... .......... .......... 70.3M
 25800K .......... .......... .......... .......... .......... 67.3M
 25850K .......... .......... .......... .......... .......... 57.7M
 25900K .......... .......... .......... .......... .......... 82.1M
 25950K .......... .......... .......... .......... .......... 51.2M
 26000K .......... .......... .......... .......... .......... 59.7M
 26050K .......... .......... .......... .......... .......... 76.4M
 26100K .......... .......... .......... .......... .......... 72.9M
 26150K .......... .......... .......... .......... .......... 70.8M
 26200K .......... .......... .......... .......... .......... 76.8M
 26250K .......... .......... .......... .......... .......... 84.6M
 26300K .......... .......... .......... .......... .......... 68.5M
 26350K .......... .......... .......... .......... .......... 38.7M
 26400K .......... .......... .......... .......... .......... 25.2M
 26450K .......... .......... .......... .......... .......... 22.9M
 26500K .......... .......... .......... .......... .......... 20.6M
 26550K .......... .......... .......... .......... .......... 30.9M
 26600K .......... .......... .......... .......... .......... 19.8M
 26650K .......... .......... .......... .......... .......... 29.9M
 26700K .......... .......... .......... .......... .......... 20.6M
 26750K .......... .......... .......... .......... .......... 34.5M
 26800K .......... .......... .......... .......... .......... 17.1M
 26850K .......... .......... .......... .......... .......... 21.4M
 26900K .......... .......... .......... .......... .......... 28.8M
 26950K .......... .......... .......... .......... .......... 22.6M
 27000K .......... .......... .......... .......... .......... 31.7M
 27050K .......... .......... .......... .......... .......... 21.1M
 27100K .......... .......... .......... .......... .......... 31.7M
 27150K .......... .......... .......... .......... .......... 18.3M
 27200K .......... .......... .......... .......... .......... 20.5M
 27250K .......... .......... .......... .......... .......... 31.3M
 27300K .......... .......... .......... .......... .......... 19.5M
 27350K .......... .......... .......... .......... .......... 31.8M
 27400K .......... .......... .......... .......... .......... 23.8M
 27450K .......... .......... .......... .......... .......... 15.0M
 27500K .......... .......... .......... .......... .......... 3.01M
 27550K .......... .......... .......... .......... .......... 73.4M
 27600K .......... .......... .......... .......... .......... 6.35M
 27650K .......... .......... .......... .......... .......... 77.4M
 27700K .......... .......... .......... .......... .......... 3.26M
 27750K .......... .......... .......... .......... .......... 78.8M
 27800K .......... .......... .......... .......... .......... 87.5M
 27850K .......... .......... .......... .......... .......... 87.7M
 27900K .......... .......... .......... .......... .......... 81.6M
 27950K .......... .......... .......... .......... .......... 87.1M
 28000K .......... .......... .......... .......... .......... 13.7M
 28050K .......... .......... .......... .......... .......... 26.0M
 28100K .......... .......... .......... .......... .......... 16.4M
 28150K .......... .......... .......... .......... .......... 27.6M
 28200K .......... .......... .......... .......... .......... 11.5M
 28250K .......... .......... .......... .......... .......... 40.1M
 28300K .......... .......... .......... .......... .......... 4.06M
 28350K .......... .......... .......... .......... .......... 72.8M
 28400K .......... .......... .......... .......... .......... 7.49M
 28450K .......... .......... .......... .......... .......... 67.8M
 28500K .......... .......... .......... .......... .......... 76.8M
 28550K .......... .......... .......... .......... .......... 33.9M
 28600K .......... .......... .......... .......... .......... 11.7M
 28650K .......... .......... .......... .......... .......... 11.8M
 28700K .......... .......... .......... .......... .......... 13.9M
 28750K .......... .......... .......... .......... .......... 7.73M
 28800K .......... .......... .......... .......... .......... 14.4M
 28850K .......... .......... .......... .......... .......... 1.75M
 28900K .......... .......... .......... .......... .......... 48.4M
 28950K .......... .......... .......... .......... .......... 56.8M
 29000K .......... .......... .......... .......... .......... 60.2M
 29050K .......... .......... .......... .......... .......... 85.2M
 29100K .......... .......... .......... .......... .......... 77.3M
 29150K .......... .......... .......... .......... .......... 27.5M
 29200K .......... .......... .......... .......... .......... 20.4M
 29250K .......... .......... .......... .......... .......... 8.28M
 29300K .......... .......... .......... .......... .......... 2.84M
 29350K .......... .......... .......... .......... .......... 56.1M
 29400K .......... .......... .......... .......... .......... 62.0M
 29450K .......... .......... .......... .......... ..........  101M
 29500K .......... .......... .......... .......... .......... 75.7M
 29550K .......... .......... .......... .......... .......... 18.1M
 29600K .......... .......... .......... .......... .......... 6.89M
 29650K .......... .......... .......... .......... .......... 10.4M
 29700K .......... .......... .......... .......... .......... 7.58M
 29750K .......... .......... .......... .......... .......... 26.7M
 29800K .......... .......... .......... .......... .......... 20.3M
 29850K .......... .......... .......... .......... .......... 27.1M
 29900K .......... .......... .......... .......... .......... 18.9M
 29950K .......... .......... .......... .......... .......... 16.7M
 30000K .......... .......... .......... .......... .......... 44.0M
 30050K .......... .......... .......... .......... .......... 18.3M
 30100K .......... .......... .......... .......... .......... 28.4M
 30150K .......... .......... .......... .......... .......... 18.5M
 30200K .......... .......... .......... .......... .......... 29.1M
 30250K .......... .......... .......... .......... .......... 20.6M
 30300K .......... .......... .......... .......... .......... 27.0M
 30350K .......... .......... .......... .......... .......... 18.6M
 30400K .......... .......... .......... .......... .......... 20.0M
 30450K .......... .......... .......... .......... .......... 26.9M
 30500K .......... .......... .......... .......... .......... 22.0M
 30550K .......... .......... .......... .......... .......... 25.2M
 30600K .......... .......... .......... .......... .......... 17.9M
 30650K .......... .......... .......... .......... .......... 34.0M
 30700K .......... .......... .......... .......... .......... 19.1M
 30750K .......... .......... .......... .......... .......... 16.8M
 30800K .......... .......... .......... .......... .......... 29.5M
 30850K .......... .......... .......... .......... .......... 19.1M
 30900K .......... .......... .......... .......... .......... 30.3M
 30950K .......... .......... .......... .......... .......... 19.6M
 31000K .......... .......... .......... .......... .......... 28.6M
 31050K .......... .......... .......... .......... .......... 21.6M
 31100K .......... .......... .......... .......... .......... 17.9M
 31150K .......... .......... .......... .......... .......... 30.2M
 31200K .......... .......... .......... .......... .......... 26.8M
 31250K .......... .......... .......... .......... .......... 19.2M
 31300K .......... .......... .......... .......... .......... 30.6M
 31350K .......... .......... .......... .......... .......... 18.8M
 31400K .......... .......... .......... .......... .......... 25.8M
 31450K .......... .......... .......... .......... .......... 20.8M
 31500K .......... .......... .......... .......... .......... 17.8M
 31550K .......... .......... .......... .......... .......... 31.2M
 31600K .......... .......... .......... .......... .......... 20.1M
 31650K .......... .......... .......... .......... .......... 27.8M
 31700K .......... .......... .......... .......... .......... 19.0M
 31750K .......... .......... .......... .......... .......... 26.9M
 31800K .......... .......... .......... .......... .......... 19.3M
 31850K .......... .......... .......... .......... .......... 31.8M
 31900K .......... .......... .......... .......... .......... 18.6M
 31950K .......... .......... .......... .......... .......... 18.6M
 32000K .......... .......... .......... .......... .......... 31.6M
 32050K .......... .......... .......... .......... .......... 3.57M
 32100K .......... .......... .......... .......... .......... 59.4M
 32150K .......... .......... .......... .......... .......... 63.7M
 32200K .......... .......... .......... .......... .......... 56.0M
 32250K .......... .......... .......... .......... .......... 84.7M
 32300K .......... .......... .......... .......... .......... 59.2M
 32350K .......... .......... .......... .......... .......... 89.8M
 32400K .......... .......... .......... .......... .......... 77.5M
 32450K .......... .......... .......... .......... .......... 3.12M
 32500K .......... .......... .......... .......... .......... 53.5M
 32550K .......... .......... .......... .......... .......... 58.1M
 32600K .......... .......... .......... .......... .......... 51.5M
 32650K .......... .......... .......... .......... .......... 68.0M
 32700K .......... .......... .......... .......... .......... 74.2M
 32750K .......... .......... .......... .......... .......... 85.9M
 32800K .......... .......... .......... .......... .......... 74.4M
 32850K .......... .......... .......... .......... .......... 84.0M
 32900K .......... .......... .......... .......... .......... 83.8M
 32950K .......... .......... .......... .......... .......... 78.3M
 33000K .......... .......... .......... .......... .......... 31.5M
 33050K .......... .......... .......... .......... .......... 19.1M
 33100K .......... .......... .......... .......... .......... 20.3M
 33150K .......... .......... .......... .......... .......... 27.4M
 33200K .......... .......... .......... .......... .......... 19.6M
 33250K .......... .......... .......... .......... .......... 13.8M
 33300K .......... .......... .......... .......... .......... 3.59M
 33350K .......... .......... .......... .......... .......... 67.3M
 33400K .......... .......... .......... .......... .......... 65.2M
 33450K .......... .......... .......... .......... .......... 69.1M
 33500K .......... .......... .......... .......... .......... 78.4M
 33550K .......... .......... .......... .......... .......... 74.8M
 33600K .......... .......... .......... .......... .......... 67.4M
 33650K .......... .......... .......... .......... .......... 82.9M
 33700K .......... .......... .......... .......... .......... 73.2M
 33750K .......... .......... .......... .......... .......... 54.7M
 33800K .......... .......... .......... .......... .......... 31.6M
 33850K .......... .......... .......... .......... .......... 16.3M
 33900K .......... .......... .......... .......... .......... 18.6M
 33950K .......... .......... .......... .......... .......... 34.0M
 34000K .......... .......... .......... .......... .......... 20.0M
 34050K .......... .......... .......... .......... .......... 25.9M
 34100K .......... .......... .......... .......... .......... 21.1M
 34150K .......... .......... .......... .......... .......... 27.3M
 34200K .......... .......... .......... .......... .......... 17.9M
 34250K .......... .......... .......... .......... .......... 20.5M
 34300K .......... .......... .......... .......... .......... 27.6M
 34350K .......... .......... .......... .......... .......... 19.2M
 34400K .......... .......... .......... .......... .......... 30.5M
 34450K .......... .......... .......... .......... .......... 20.1M
 34500K .......... .......... .......... .......... .......... 29.2M
 34550K .......... .......... .......... .......... .......... 20.8M
 34600K .......... .......... .......... .......... .......... 5.48M
 34650K .......... .......... .......... .......... .......... 64.7M
 34700K .......... .......... .......... .......... .......... 77.7M
 34750K .......... .......... .......... .......... .......... 78.9M
 34800K .......... .......... .......... .......... .......... 7.81M
 34850K .......... .......... .......... .......... .......... 75.2M
 34900K .......... .......... .......... .......... .......... 74.6M
 34950K .......... .......... .......... .......... .......... 64.2M
 35000K .......... .......... .......... .......... .......... 60.2M
 35050K .......... .......... .......... .......... .......... 30.2M
 35100K .......... .......... .......... .......... .......... 27.3M
 35150K .......... .......... .......... .......... .......... 19.6M
 35200K .......... .......... .......... .......... .......... 28.8M
 35250K .......... .......... .......... .......... .......... 2.80M
 35300K .......... .......... .......... .......... .......... 54.8M
 35350K .......... .......... .......... .......... .......... 75.2M
 35400K .......... .......... .......... .......... .......... 57.5M
 35450K .......... .......... .......... .......... .......... 75.0M
 35500K .......... .......... .......... .......... .......... 73.8M
 35550K .......... .......... .......... .......... .......... 65.0M
 35600K .......... .......... .......... .......... .......... 96.6M
 35650K .......... .......... .......... .......... .......... 98.7M
 35700K .......... .......... .......... .......... .......... 91.0M
 35750K .......... .......... .......... .......... .......... 66.4M
 35800K .......... .......... .......... .......... .......... 35.4M
 35850K .......... .......... .......... .......... .......... 19.5M
 35900K .......... .......... .......... .......... .......... 34.2M
 35950K .......... .......... .......... .......... .......... 18.6M
 36000K .......... .......... .......... .......... .......... 31.0M
 36050K .......... .......... .......... .......... .......... 3.35M
 36100K .......... .......... .......... .......... .......... 55.8M
 36150K .......... .......... .......... .......... .......... 67.4M
 36200K .......... .......... .......... .......... .......... 64.5M
 36250K .......... .......... .......... .......... .......... 83.5M
 36300K .......... .......... .......... .......... .......... 82.2M
 36350K .......... .......... .......... .......... .......... 90.0M
 36400K .......... .......... .......... .......... .......... 74.3M
 36450K .......... .......... .......... .......... .......... 72.2M
 36500K .......... .......... .......... .......... .......... 26.9M
 36550K .......... .......... .......... .......... .......... 19.4M
 36600K .......... .......... .......... .......... .......... 25.4M
 36650K .......... .......... .......... .......... .......... 19.4M
 36700K .......... .......... .......... .......... .......... 26.0M
 36750K .......... .......... .......... .......... .......... 20.2M
 36800K .......... .......... .......... .......... .......... 33.9M
 36850K .......... .......... .......... .......... .......... 18.4M
 36900K .......... .......... .......... .......... .......... 29.5M
 36950K .......... .......... .......... .......... .......... 20.0M
 37000K .......... .......... .......... .......... .......... 21.8M
 37050K .......... .......... .......... .......... .......... 25.1M
 37100K .......... .......... .......... .......... .......... 18.3M
 37150K .......... .......... .......... .......... .......... 34.3M
 37200K .......... .......... .......... .......... .......... 18.7M
 37250K .......... .......... .......... .......... .......... 30.3M
 37300K .......... .......... .......... .......... .......... 18.6M
 37350K .......... .......... .......... .......... .......... 19.0M
 37400K .......... .......... .......... .......... .......... 32.5M
 37450K .......... .......... .......... .......... .......... 2.09M
 37500K .......... .......... .......... .......... .......... 70.8M
 37550K .......... .......... .......... .......... .......... 74.1M
 37600K .......... .......... .......... .......... .......... 69.5M
 37650K .......... .......... .......... .......... .......... 71.0M
 37700K .......... .......... .......... .......... .......... 58.6M
 37750K .......... .......... .......... .......... .......... 82.2M
 37800K .......... .......... .......... .......... .......... 61.9M
 37850K .......... .......... .......... .......... .......... 74.8M
 37900K .......... .......... .......... .......... .......... 86.8M
 37950K .......... .......... .......... .......... .......... 85.6M
 38000K .......... .......... .......... .......... .......... 69.7M
 38050K .......... .......... .......... .......... .......... 90.2M
 38100K .......... .......... .......... .......... .......... 73.4M
 38150K .......... .......... .......... .......... .......... 76.5M
 38200K .......... .......... .......... .......... .......... 24.8M
 38250K .......... .......... .......... .......... .......... 14.8M
 38300K .......... .......... .......... .......... .......... 21.1M
 38350K .......... .......... .......... .......... .......... 5.44M
 38400K .......... .......... .......... .......... .......... 62.1M
 38450K .......... .......... .......... .......... .......... 70.8M
 38500K .......... .......... .......... .......... .......... 21.3M
 38550K .......... .......... .......... .......... .......... 15.4M
 38600K .......... .......... .......... .......... .......... 23.4M
 38650K .......... .......... .......... .......... .......... 26.0M
 38700K .......... .......... .......... .......... .......... 9.90M
 38750K .......... .......... .......... .......... ........   65.9M=1.8s

2022-04-06 15:57:10 (20.7 MB/s) - ‘updatesite.zip’ saved [39730130]

+ '[' '!' -f updatesite.zip ']'
++ date +%Y%m%d-%H%M
+ echo '[20220406-1557] Testing zip integrity'
[20220406-1557] Testing zip integrity
+ unzip -t updatesite.zip
Archive:  updatesite.zip
    testing: repository/artifacts.jar   OK
    testing: repository/artifacts.xml.xz   OK
    testing: repository/buildinfo.json   OK
    testing: repository/content.jar   OK
    testing: repository/content.xml.xz   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.dev.feature.source_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.dev.feature_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.feature.source_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.feature_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.gmf.feature.source_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.gmf.feature_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.integration.feature.source_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.integration.feature_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature.source_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.uml.feature.source_0.8.100.202204061504.jar   OK
    testing: repository/features/org.eclipse.papyrus.model2doc.uml.feature_0.8.100.202204061504.jar   OK
    testing: repository/p2.index      OK
    testing: repository/plugins/org.apache.commons.compress.source_1.21.0.v20211103-2100.jar   OK
    testing: repository/plugins/org.apache.commons.compress_1.21.0.v20211103-2100.jar   OK
    testing: repository/plugins/org.apache.xmlbeans.source_3.1.0.v20200922-1359.jar   OK
    testing: repository/plugins/org.apache.xmlbeans_3.1.0.v20200922-1359.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.author.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.author.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.author.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.author_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.styledstring.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.styledstring_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.styles.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.styles.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.styles.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core.styles_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.core_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.dev.tools.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.dev.tools_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.doc.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.doc_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.docx.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.docx_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.structure2document.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.structure2document_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.template2document.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.template2document_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.template2structure.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.emf.template2structure_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.gmf.template2structure.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.gmf.template2structure_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.lib.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.lib_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.odt_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.uml.template2structure.source_0.8.0.202204061504.jar   OK
    testing: repository/plugins/org.eclipse.papyrus.model2doc.uml.template2structure_0.8.0.202204061504.jar   OK
No errors detected in compressed data of updatesite.zip.
+ '[' '!' -f updatesite.zip ']'
+ ls -la
total 38800
drwx------. 2 jenkins root       28 Apr  6 15:57 .
drwxrwxrwt. 1 root    root      153 Apr  6 15:57 ..
-rw-r--r--. 1 jenkins root 39730130 Apr  6 15:57 updatesite.zip
+ echo 'publishing version='\''0.8.100'\'' to the repository directory '\''/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2'\''...'
publishing version='0.8.100' to the repository directory '/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2'...
+ ssh genie.papyrus@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ scp updatesite.zip genie.papyrus@projects-storage.eclipse.org://home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ ssh genie.papyrus@projects-storage.eclipse.org unzip -o /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/updatesite.zip -d /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
Archive:  /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/updatesite.zip
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/artifacts.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/artifacts.xml.xz  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/buildinfo.json  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/content.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/content.xml.xz  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.dev.feature.source_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.dev.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.feature.source_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.gmf.feature.source_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.gmf.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.integration.feature.source_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.integration.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature.source_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.uml.feature.source_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/features/org.eclipse.papyrus.model2doc.uml.feature_0.8.100.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/p2.index  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.apache.commons.compress.source_1.21.0.v20211103-2100.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.apache.commons.compress_1.21.0.v20211103-2100.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.apache.xmlbeans.source_3.1.0.v20200922-1359.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.apache.xmlbeans_3.1.0.v20200922-1359.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.author.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.author.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.author.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.author_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.builtintypes_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.styledstring.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.styledstring_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.styles.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.styles.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.styles.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core.styles_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.core_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.dev.tools.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.dev.tools_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.doc.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.doc_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.docx.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.docx_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructure_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.structure2document.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.structure2document_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.template2document.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.template2document_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.template2structure.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.emf.template2structure_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.gmf.template2structure.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.gmf.template2structure_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.lib.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.lib_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.odt_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.uml.template2structure.source_0.8.0.202204061504.jar  
  inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/plugins/org.eclipse.papyrus.model2doc.uml.template2structure_0.8.0.202204061504.jar  
+ ssh genie.papyrus@projects-storage.eclipse.org mv '/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/*' /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ ssh genie.papyrus@projects-storage.eclipse.org rmdir /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/repository/
+ ssh genie.papyrus@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2/updatesite.zip
+ rm -f updatesite.zip
++ date +%s000
+ newTimeStamp=1649260637000
+ setAccessRights /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ ssh genie.papyrus@projects-storage.eclipse.org chmod -R 775 /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ ssh genie.papyrus@projects-storage.eclipse.org chgrp -hR modeling.mdt.papyrus /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/releases/0.8.100/p2
+ cleanComposites
+ '[' -f compositeArtifacts.xml ']'
+ '[' -f compositeContent.xml ']'
++ ssh genie.papyrus@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc -maxdepth 1 -type d -print
++ wc -l
+ updateSiteChildren=4
+ folderArray=($($SSH $sshGenie@$sshRemote ls -d $UPDATE_SITES_DIR/*/ | grep -v downloads))
++ ssh genie.papyrus@projects-storage.eclipse.org ls -d '/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/*/'
++ grep -v downloads
+ eclipseTargetDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03
+ ssh genie.papyrus@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03
+ cleanComposites
+ '[' -f compositeArtifacts.xml ']'
+ '[' -f compositeContent.xml ']'
+ compArt=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeArtifacts.xml
++ ssh genie.papyrus@projects-storage.eclipse.org grep -s 'child location' /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeArtifacts.xml
++ wc -l
+ childCount=4
+ childArray=($($SSH $sshGenie@$sshRemote grep -s "location=" $compArt | sed -s "s/<child //"))
++ ssh genie.papyrus@projects-storage.eclipse.org grep -s location= /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeArtifacts.xml
++ sed -s 's/<child //'
+ '[' -f /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeArtifacts.xml ']'
+ cat
+ scp compositeArtifacts.xml genie.papyrus@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeArtifacts.xml
+ compCont=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeContent.xml
+ '[' -f /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeContent.xml ']'
+ cat
+ scp compositeContent.xml genie.papyrus@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc/2022-03/compositeContent.xml
+ setAccessRights /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc
+ ssh genie.papyrus@projects-storage.eclipse.org chmod -R 775 /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc
+ ssh genie.papyrus@projects-storage.eclipse.org chgrp -hR modeling.mdt.papyrus /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/model2doc
+ echo 'publishing done.'
publishing done.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 66 killed;
[ssh-agent] Stopped.
Finished: SUCCESS