Started by user Pauline Deville Running as Pauline Deville Agent basic-56wjf is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-56wjf" namespace: "papyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-56wjf" - 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-56wjf" - 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.13.3" 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-56wjf (basic) in workspace /home/jenkins/agent/workspace/Papyrus-Moka-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-YcqDhnrJDq8u/agent.55 SSH_AGENT_PID=57 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Papyrus-Moka-deploy-eclipse@tmp/private_key_13425127577191799424.key (/home/jenkins/agent/workspace/Papyrus-Moka-deploy-eclipse@tmp/private_key_13425127577191799424.key) [ssh-agent] Using credentials genie.papyrus (ssh://genie.papyrus@projects-storage.eclipse.org) [Papyrus-Moka-deploy-eclipse] $ /bin/bash /tmp/jenkins9461099362186936999.sh -------------------- check parameters -------------------- -------------------- initialized parameters -------------------- componentName: moka buildId: 1691 version: 4.1.0 buildJob: papyrus-moka-master eclipseTarget: 2022-12 overwrite: y publishRCP: n publishP2: y ++ pwd + dirBefore=/home/jenkins/agent/workspace/Papyrus-Moka-deploy-eclipse + echo '[] creating working dir' [] creating working dir ++ mktemp -d + workingDir=/tmp/tmp.RIJXfrKK2u + cd /tmp/tmp.RIJXfrKK2u + releasesDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases + releaseDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0 + '[' n = y ']' + '[' y = y ']' + p2Dir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2 + folderexists /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0 + releasefolders=($(ssh $sshGenie@$sshRemote find "$1" -maxdepth 1 -type d | while read folder; do echo "$folder"; done)) ++ ssh genie.papyrus@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases -maxdepth 1 -type d ++ read folder find: ‘/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases’: No such file or directory + declare -a releasefolders + return 0 + [[ 0 != 0 ]] + ssh genie.papyrus@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2 + echo fetching update-site fetching update-site + zipName=updatesite.zip + getZip updatesite.zip 'https://ci.eclipse.org/papyrus/view/Moka/job/papyrus-moka-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.moka.p2/target/repository/*zip*' + _zipName=updatesite.zip + _jenkinsBaseURL='https://ci.eclipse.org/papyrus/view/Moka/job/papyrus-moka-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.moka.p2/target/repository/*zip*' + [[ updatesite.zip =~ ^.*?\.zip$ ]] + wget --no-check-certificate 'https://ci.eclipse.org/papyrus/view/Moka/job/papyrus-moka-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.moka.p2/target/repository/*zip*/updatesite.zip' Warning: wildcards not supported in HTTP. --2023-01-27 13:20:28-- https://ci.eclipse.org/papyrus/view/Moka/job/papyrus-moka-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.moka.p2/target/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 .......... .......... .......... .......... .......... 72.7M 50K .......... .......... .......... .......... .......... 14.8M 100K .......... .......... .......... .......... .......... 20.8M 150K .......... .......... .......... .......... .......... 7.13M 200K .......... .......... .......... .......... .......... 23.8M 250K .......... .......... .......... .......... .......... 16.5M 300K .......... .......... .......... .......... .......... 10.6M 350K .......... .......... .......... .......... .......... 5.46M 400K .......... .......... .......... .......... .......... 135M 450K .......... .......... .......... .......... .......... 88.3M 500K .......... .......... .......... .......... .......... 14.0M 550K .......... .......... .......... .......... .......... 35.8M 600K .......... .......... .......... .......... .......... 2.80M 650K .......... .......... .......... .......... .......... 124M 700K .......... .......... .......... .......... .......... 97.1M 750K .......... .......... .......... .......... .......... 97.0M 800K .......... .......... .......... .......... .......... 134M 850K .......... .......... .......... .......... .......... 109M 900K .......... .......... .......... .......... .......... 97.2M 950K .......... .......... .......... .......... .......... 16.4M 1000K .......... .......... .......... .......... .......... 24.0M 1050K .......... .......... .......... .......... .......... 17.7M 1100K .......... .......... .......... .......... .......... 25.4M 1150K .......... .......... .......... .......... .......... 14.4M 1200K .......... .......... .......... .......... .......... 14.4M 1250K .......... .......... .......... .......... .......... 22.4M 1300K .......... .......... .......... .......... .......... 14.3M 1350K .......... .......... .......... .......... .......... 17.6M 1400K .......... .......... .......... .......... .......... 17.3M 1450K .......... .......... .......... .......... .......... 22.7M 1500K .......... .......... .......... .......... .......... 13.9M 1550K .......... .......... .......... .......... .......... 14.2M 1600K .......... .......... .......... .......... .......... 25.2M 1650K .......... .......... .......... .......... .......... 13.6M 1700K .......... .......... .......... .......... .......... 23.6M 1750K .......... .......... .......... .......... .......... 6.59M 1800K .......... .......... .......... .......... .......... 36.1M 1850K .......... .......... .......... .......... .......... 15.7M 1900K .......... .......... .......... .......... .......... 13.5M 1950K .......... .......... .......... .......... .......... 24.6M 2000K .......... .......... .......... .......... .......... 18.3M 2050K .......... .......... .......... .......... .......... 3.94M 2100K .......... .......... .......... .......... .......... 97.3M 2150K .......... .......... .......... .......... .......... 154M 2200K .......... .......... .......... .......... .......... 96.2M 2250K .......... .......... .......... .......... .......... 132M 2300K .......... .......... .......... .......... .......... 28.8M 2350K .......... .......... .......... .......... .......... 14.3M 2400K .......... .......... .......... .......... .......... 23.1M 2450K .......... .......... .......... .......... .......... 14.0M 2500K .......... .......... .......... .......... .......... 24.2M 2550K .......... .......... .......... .......... .......... 14.2M 2600K .......... .......... .......... .......... .......... 24.1M 2650K .......... .......... .......... .......... .......... 14.5M 2700K .......... .......... .......... .......... .......... 14.1M 2750K .......... .......... .......... .......... .......... 23.6M 2800K .......... .......... .......... .......... .......... 13.3M 2850K .......... .......... .......... .......... .......... 25.7M 2900K .......... .......... .......... .......... .......... 2.44M 2950K .......... .......... .......... .......... .......... 106M 3000K .......... .......... .......... .......... .......... 99.3M 3050K .......... .......... .......... .......... .......... 146M 3100K .......... .......... .......... .......... .......... 101M 3150K .......... .......... .......... .......... .......... 109M 3200K .......... .......... .......... .......... .......... 96.7M 3250K .......... .......... .......... .......... .......... 63.5M 3300K .......... .......... .......... .......... .......... 24.3M 3350K .......... .......... .......... .......... .......... 14.3M 3400K .......... .......... .......... .......... .......... 23.7M 3450K .......... .......... .......... .......... .......... 13.3M 3500K .......... .......... .......... .......... .......... 13.2M 3550K .......... .......... .......... .......... .......... 43.6M 3600K .......... .......... .......... .......... .......... 15.1M 3650K .......... .......... .......... .......... .......... 7.01M 3700K .......... .......... .......... .......... .......... 9.42M 3750K .......... .......... .......... .......... .......... 13.5M 3800K .......... .......... .......... .......... .......... 14.1M 3850K .......... .......... .......... .......... .......... 13.6M 3900K .......... .......... .......... .......... .......... 20.6M 3950K .......... .......... .......... .......... .......... 5.92M 4000K .......... .......... .......... .......... .......... 28.1M 4050K .......... .......... .......... .......... .......... 9.51M 4100K .......... .......... .......... .......... .......... 18.8M 4150K .......... .......... .......... .......... .......... 14.1M 4200K .......... .......... .......... .......... .......... 12.6M 4250K .......... .......... .......... .......... .......... 5.54M 4300K .......... .......... .......... .......... .......... 7.34M 4350K .......... .......... .......... .......... .......... 12.3M 4400K .......... .......... .......... .......... .......... 12.0M 4450K .......... .......... .......... .......... .......... 21.5M 4500K .......... .......... .......... .......... .......... 7.33M 4550K .......... .......... .......... .......... .......... 20.3M 4600K .......... .......... .......... .......... .......... 13.5M 4650K .......... .......... .......... .......... .......... 12.5M 4700K .......... .......... .......... .......... .......... 18.0M 4750K .......... .......... .......... .......... .......... 7.63M 4800K .......... .......... .......... .......... .......... 20.0M 4850K .......... .......... .......... .......... .......... 13.6M 4900K .......... .......... .......... .......... .......... 18.0M 4950K .......... .......... .......... .......... .......... 12.7M 5000K .......... .......... .......... .......... .......... 21.6M 5050K .......... .......... .......... .......... .......... 10.9M 5100K .......... .......... .......... .......... .......... 17.8M 5150K .......... .......... .......... .......... .......... 22.8M 5200K .......... .......... .......... .......... .......... 14.1M 5250K .......... .......... .......... .......... .......... 17.6M 5300K .......... .......... .......... .......... .......... 5.89M 5350K .......... .......... .......... .......... .......... 111M 5400K .......... .......... .......... .......... .......... 25.3M 5450K .......... .......... .......... .......... .......... 12.0M 5500K .......... .......... .......... .......... .......... 27.4M 5550K .......... .......... .......... .......... .......... 11.1M 5600K .......... .......... .......... .......... .......... 15.5M 5650K .......... .......... .......... .......... .......... 7.37M 5700K .......... .......... .......... .......... .......... 28.5M 5750K .......... .......... .......... .......... .......... 6.17M 5800K .......... .......... .......... .......... .......... 11.7M 5850K .......... .......... .......... .......... .......... 12.1M 5900K .......... .......... .......... .......... .......... 8.07M 5950K .......... .......... .......... .......... .......... 28.7M 6000K .......... .......... .......... .......... .......... 9.90M 6050K .......... .......... .......... .......... .......... 15.2M 6100K .......... .......... .......... .......... .......... 11.9M 6150K .......... .......... .......... .......... .......... 2.73M 6200K .......... .......... .......... .......... .......... 117M 6250K .......... .......... .......... .......... .......... 106M 6300K .......... .......... .......... .......... .......... 141M 6350K .......... .......... .......... .......... .......... 104M 6400K .......... .......... .......... .......... .......... 119M 6450K .......... .......... .......... .......... .......... 15.9M 6500K .......... .......... .......... .......... .......... 24.1M 6550K .......... .......... .......... .......... .......... 14.0M 6600K .......... .......... .......... .......... .......... 13.6M 6650K .......... .......... .......... .......... .......... 5.71M 6700K .......... .......... .......... .......... .......... 159M 6750K .......... .......... .......... .......... .......... 109M 6800K .......... .......... .......... .......... .......... 37.3M 6850K .......... .......... .......... .......... .......... 25.2M 6900K .......... .......... .......... .......... .......... 17.9M 6950K .......... .......... .......... .......... .......... 24.3M 7000K .......... .......... .......... .......... .......... 14.3M 7050K .......... .......... .......... .......... .......... 13.6M 7100K .......... .......... .......... .......... .......... 26.4M 7150K .......... .......... .......... .......... .......... 14.2M 7200K .......... .......... .......... .......... .......... 24.2M 7250K .......... .......... .......... .......... .......... 14.3M 7300K .......... .......... .......... .......... .......... 25.1M 7350K .......... .......... .......... .......... .......... 13.6M 7400K .......... .......... .......... .......... .......... 13.7M 7450K .......... .......... .......... .......... .......... 23.8M 7500K .......... .......... .......... .......... .......... 15.3M 7550K .......... .......... .......... .......... .......... 25.1M 7600K .......... .......... .......... .......... .......... 13.7M 7650K .......... .......... .......... .......... .......... 24.2M 7700K .......... .......... .......... .......... .......... 12.3M 7750K .......... .......... .......... .......... .......... 13.1M 7800K .......... .......... .......... .......... .......... 37.9M 7850K .......... .......... .......... .......... .......... 6.03M 7900K .......... .......... .......... .......... .......... 20.0M 7950K .......... .......... .......... .......... .......... 7.71M 8000K .......... .......... .......... .......... .......... 19.9M 8050K .......... .......... .......... .......... .......... 11.9M 8100K .......... .......... .......... .......... .......... 7.68M 8150K .......... .......... .......... .......... .......... 31.4M 8200K .......... .......... .......... .......... .......... 17.0M 8250K .......... .......... .......... .......... .......... 9.98M 8300K .......... .......... .......... .......... .......... 5.19M 8350K .......... .......... ......... 194M=0.6s 2023-01-27 13:20:29 (14.6 MB/s) - ‘updatesite.zip’ saved [8580713] + '[' '!' -f updatesite.zip ']' ++ date +%Y%m%d-%H%M + echo '[20230127-1320] Testing zip integrity' [20230127-1320] Testing zip integrity + unzip -t updatesite.zip Archive: updatesite.zip testing: repository/artifacts.jar OK testing: repository/artifacts.xml.xz OK testing: repository/content.jar OK testing: repository/content.xml.xz OK testing: repository/features/org.eclipse.papyrus.moka.feature.source_4.1.0.202301271307.jar OK testing: repository/features/org.eclipse.papyrus.moka.feature_4.1.0.202301271307.jar OK testing: repository/p2.index OK testing: repository/plugins/org.aspectj.runtime.source_1.9.20.202212220935.jar OK testing: repository/plugins/org.aspectj.runtime_1.9.20.202212220935.jar OK testing: repository/plugins/org.aspectj.weaver.source_1.9.20.202212220935.jar OK testing: repository/plugins/org.aspectj.weaver_1.9.20.202212220935.jar OK testing: repository/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202212220935.jar OK testing: repository/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar OK testing: repository/plugins/org.eclipse.paho.client.mqttv3_1.2.0.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.schedulable.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.schedulable_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.animation.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.animation_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug.ui.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug.ui_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.scheduling.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.scheduling_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.interfaces.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.interfaces_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.scheduling.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.scheduling_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml.time_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.engine.uml_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.assertionlibrary.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.assertionlibrary_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.interfaces.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.interfaces_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.library.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.library_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary.ui.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary.ui_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.validation.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml.validation_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.fuml_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.animation.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.animation_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.debug.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.debug_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.scheduling.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.scheduling_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.kernel_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.modeling.utils.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.modeling.utils_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.interfaces.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.interfaces_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.utils.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.utils_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.validation.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs.validation_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pscs_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pssm.interfaces.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pssm.interfaces_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pssm.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pssm.validation.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pssm.validation_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.pssm_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.trace.interfaces.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.trace.interfaces_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.trace.model.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.trace.model_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.trace.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.trace_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.tracepoint.service.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.tracepoint.service_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.ui.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.ui.tracepoint.view.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.ui.tracepoint.view_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.ui_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.utils.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.utils.ui.source_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.utils.ui_4.1.0.202301271307.jar OK testing: repository/plugins/org.eclipse.papyrus.moka.utils_4.1.0.202301271307.jar OK No errors detected in compressed data of updatesite.zip. + '[' '!' -f updatesite.zip ']' + ls -la total 8380 drwx------. 2 jenkins root 28 Jan 27 13:20 . drwxrwxrwt. 1 root root 118 Jan 27 13:20 .. -rw-r--r--. 1 jenkins root 8580713 Jan 27 13:20 updatesite.zip + echo 'publishing version='\''4.1.0'\'' to the repository directory '\''/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2'\''...' publishing version='4.1.0' to the repository directory '/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2'... + ssh genie.papyrus@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2 + scp updatesite.zip genie.papyrus@projects-storage.eclipse.org://home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2 + ssh genie.papyrus@projects-storage.eclipse.org unzip -o /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/updatesite.zip -d /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2 Archive: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/updatesite.zip inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/artifacts.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/artifacts.xml.xz inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/content.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/content.xml.xz inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/features/org.eclipse.papyrus.moka.feature.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/features/org.eclipse.papyrus.moka.feature_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/p2.index inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.aspectj.runtime.source_1.9.20.202212220935.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.aspectj.runtime_1.9.20.202212220935.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.aspectj.weaver.source_1.9.20.202212220935.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.aspectj.weaver_1.9.20.202212220935.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202212220935.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.paho.client.mqttv3_1.2.0.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.schedulable.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.schedulable_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.animation.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.animation_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug.ui.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug.ui_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.debug_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.scheduling.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.scheduling_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.interfaces.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.interfaces_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.scheduling.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.scheduling_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.time.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml.time_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.engine.uml_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.assertionlibrary.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.assertionlibrary_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.interfaces.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.interfaces_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.library.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.library_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary.ui.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary.ui_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.standardlibrary_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.validation.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml.validation_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.fuml_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.animation.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.animation_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.debug.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.debug_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.scheduling.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.scheduling_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.kernel_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.modeling.utils.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.modeling.utils_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.interfaces.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.interfaces_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.utils.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.utils_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.validation.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs.validation_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pscs_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pssm.interfaces.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pssm.interfaces_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pssm.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pssm.validation.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pssm.validation_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.pssm_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.trace.interfaces.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.trace.interfaces_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.trace.model.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.trace.model_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.trace.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.trace_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.tracepoint.service.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.tracepoint.service_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.ui.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.ui.tracepoint.view.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.ui.tracepoint.view_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.ui_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.utils.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.utils.ui.source_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.utils.ui_4.1.0.202301271307.jar inflating: /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/plugins/org.eclipse.papyrus.moka.utils_4.1.0.202301271307.jar + ssh genie.papyrus@projects-storage.eclipse.org mv '/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/*' /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2 + ssh genie.papyrus@projects-storage.eclipse.org rmdir /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/repository/ + ssh genie.papyrus@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/releases/4.1.0/p2/updatesite.zip + rm -f updatesite.zip + eclipseTargetDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 + ssh genie.papyrus@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 + cleancompositesandreadme + '[' -f compositeArtifacts.xml ']' + '[' -f compositeContent.xml ']' + '[' -f readme.md ']' + '[' y = y ']' ++ date +%s000 + newTimeStamp=1674825632000 + p2relativeDir='location="../releases/4.1.0/p2"/>' + compArt=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeArtifacts.xml + fileexists /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeArtifacts.xml + releasefiles=($(ssh $sshGenie@$sshRemote find "$1" -maxdepth 1 -type f | while read file; do echo "$file"; done)) ++ ssh genie.papyrus@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 -maxdepth 1 -type f ++ read file + declare -a releasefiles + return 0 + '[' 0 '!=' 0 ']' + childCount=1 + childArray=() + cat ++ [[ -z '' ]] ++ printf '\n ' + scp compositeArtifacts.xml genie.papyrus@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeArtifacts.xml + compCont=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeContent.xml + fileexists /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeContent.xml + releasefiles=($(ssh $sshGenie@$sshRemote find "$1" -maxdepth 1 -type f | while read file; do echo "$file"; done)) ++ ssh genie.papyrus@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 -maxdepth 1 -type f ++ read file ++ echo /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeArtifacts.xml ++ read file + declare -a releasefiles + for child in "${releasefiles[@]}" + '[' /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeArtifacts.xml = /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeContent.xml ']' + return 0 + '[' -f /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeContent.xml ']' + : + cat ++ [[ -z '' ]] ++ printf '\n ' + scp compositeContent.xml genie.papyrus@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12/compositeContent.xml + echo '# Welcome to the 2022-12 release of moka ## P2 repository If there is an update site associated to this release, it can be found in the **p2** folder at: https://download.eclipse.org/modeling/mdt/papyrus/components//moka/releases/4.1.0 ## RCP files If there are RCP files associated to this release, they can be found in the **rcps** folder at: https://download.eclipse.org/modeling/mdt/papyrus/components//moka/releases/4.1.0' + scp readme.md genie.papyrus@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka/2022-12 + setAccessRights /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka + ssh genie.papyrus@projects-storage.eclipse.org chmod -R 775 /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka + ssh genie.papyrus@projects-storage.eclipse.org chgrp -hR modeling.mdt.papyrus /home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/components/moka + echo 'publishing done.' publishing done. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 57 killed; [ssh-agent] Stopped. Sending e-mails to: pauline.deville@cea.fr Finished: SUCCESS