Started by user Kenn Hussey Running as Kenn Hussey Agent basic-wpc55 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-wpc55" namespace: "uml2" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.uml2.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-wpc55" - 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-wpc55" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.uml2.svc.cluster.local/uml2/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-uml2" 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-wpc55 (basic) in workspace /home/jenkins/agent/workspace/publisher [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-6TZti2OGRVXU/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/publisher@tmp/private_key_3713686421097447409.key (/home/jenkins/agent/workspace/publisher@tmp/private_key_3713686421097447409.key) [ssh-agent] Using credentials genie.uml2 (ssh://genie.uml2@projects-storage.eclipse.org) [publisher] $ /bin/sh -xe /tmp/jenkins1815728613176933520.sh + rm -f downloads.sh updates.sh publish.zip buildlog.txt + curl -s https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild/artifact/releng/org.eclipse.uml2.build-feature/target/downloads.sh + curl -s https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild/artifact/releng/org.eclipse.uml2.build-feature/target/updates.sh + curl -s https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild/artifact/releng/org.eclipse.uml2.build-feature/target/org.eclipse.uml2-5.6.0.I20231123-2118.zip + curl -s https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild/consoleText + ssh genie.uml2@projects-storage.eclipse.org rm -f downloads.sh updates.sh publish.zip buildlog.txt + scp downloads.sh genie.uml2@projects-storage.eclipse.org:downloads.sh + scp updates.sh genie.uml2@projects-storage.eclipse.org:updates.sh + scp publish.zip genie.uml2@projects-storage.eclipse.org:publish.zip + scp buildlog.txt genie.uml2@projects-storage.eclipse.org:buildlog.txt + ssh genie.uml2@projects-storage.eclipse.org chmod +x downloads.sh updates.sh + ssh genie.uml2@projects-storage.eclipse.org bash -ex downloads.sh -b ''\''https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild'\''' -v ''\''5.6.0'\''' -t ''\''I'\''' -q ''\''I20231123-2118'\''' -a ''\'''\''' + dropsFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/uml2/downloads/drops/ + group=modeling.mdt.uml2 + zipPrefix=mdt-uml2-Update- + getopts b:v:t:q:a: option + case "${option}" in + PUBLISH__BUILD=https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild + getopts b:v:t:q:a: option + case "${option}" in + PUBLISH__VERSION=5.6.0 + getopts b:v:t:q:a: option + case "${option}" in + PUBLISH__BUILD_TYPE=I + getopts b:v:t:q:a: option + case "${option}" in + PUBLISH__QUALIFIER=I20231123-2118 + getopts b:v:t:q:a: option + case "${option}" in + PUBLISH__ALIAS= + getopts b:v:t:q:a: option + '[' -n I ']' + tQualifier=I202311232118 + versionFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/uml2/downloads/drops/5.6.0/I202311232118 + '[' '!' -d /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/downloads/drops/5.6.0/I202311232118 ']' + mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/downloads/drops/5.6.0/I202311232118 + fileStem=I202311232118 + '[' -n '' ']' + zipFile=mdt-uml2-Update-I202311232118.zip + pushd /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/downloads/drops/5.6.0/I202311232118 /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/downloads/drops/5.6.0/I202311232118 ~ + cp /opt/public/hipp/homes/genie.uml2/publish.zip mdt-uml2-Update-I202311232118.zip + cp /opt/public/hipp/homes/genie.uml2/buildlog.txt buildlog.txt + md5sum -b mdt-uml2-Update-I202311232118.zip + sha512sum -b mdt-uml2-Update-I202311232118.zip + chgrp -R modeling.mdt.uml2 mdt-uml2-Update-I202311232118.zip mdt-uml2-Update-I202311232118.zip.md5 mdt-uml2-Update-I202311232118.zip.sha1 + chmod -R g+w mdt-uml2-Update-I202311232118.zip mdt-uml2-Update-I202311232118.zip.md5 mdt-uml2-Update-I202311232118.zip.sha1 ~ + popd + ssh genie.uml2@projects-storage.eclipse.org bash -ex updates.sh -b ''\''https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild'\''' -v ''\''5.6.0'\''' -t ''\''I'\''' -q ''\''I20231123-2118'\''' + updatesFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/ + group=modeling.mdt.uml2 + localZip=uml2.zip + projectRepoName='Unified Modeling Language 2.x (UML2)' + manageComposite='/shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml' + export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest + JAVA_HOME=/shared/common/jdk1.8.0_x64-latest + java -version openjdk version "11.0.20.1" 2023-08-24 OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04) OpenJDK 64-Bit Server VM (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04, mixed mode, sharing) + /shared/common/apache-ant-latest/bin/ant -version Apache Ant(TM) version 1.10.5 compiled on July 10 2018 + getopts b:v:t:q: option + case "${option}" in + PUBLISH__BUILD=https://ci.eclipse.org/uml2/job/mdt-uml2-master/lastSuccessfulBuild + getopts b:v:t:q: option + case "${option}" in + PUBLISH__VERSION=5.6.0 + getopts b:v:t:q: option + case "${option}" in + PUBLISH__BUILD_TYPE=I + getopts b:v:t:q: option + case "${option}" in + PUBLISH__QUALIFIER=I20231123-2118 + getopts b:v:t:q: option + '[' -n I ']' + '[' I = N ']' + '[' I = I ']' + repoFolder=/home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds + repoName='Integration Build' + '[' '!' -d /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds ']' + pushd /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds ~ + buildFolder=I202311232118 + '[' '!' -d I202311232118 ']' + mkdir I202311232118 + cp /opt/public/hipp/homes/genie.uml2/publish.zip uml2.zip + unzip uml2.zip -d I202311232118 Archive: uml2.zip creating: I202311232118/features/ creating: I202311232118/plugins/ inflating: I202311232118/content.jar inflating: I202311232118/features/org.eclipse.uml2.examples_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.sdk.source_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.codegen.ecore.ui.source_2.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.common.source_2.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.sdk_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.common_2.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.uml.source_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.common.edit_2.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.uml.edit_5.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.examples.source_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.codegen.ecore.ui_2.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.uml.edit.source_5.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.source_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.doc_5.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.uml_5.6.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.doc.source_5.5.0.v20231123-2118.jar inflating: I202311232118/features/org.eclipse.uml2.common.edit.source_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.codegen.ecore_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.types_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.validation.source_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.source_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.ant_1.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.editor_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.edit.source_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.examples.uml.ui.source_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.types.source_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.resources_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.resources.source_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.doc.source_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.common.edit_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.source_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.codegen.ecore.ui_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.common.source_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.examples_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.ecore.exporter.source_3.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.examples.uml.ui_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.profile.standard.source_1.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.doc_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.profile.standard_1.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.ecore.importer_3.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.common_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.examples.source_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.common.edit.source_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.ecore.importer.source_3.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.validation_5.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.editor.source_5.6.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.codegen.ecore.source_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.ant.source_1.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.codegen.ecore.ui.source_2.5.0.v20231123-2118.jar inflating: I202311232118/plugins/org.eclipse.uml2.uml.edit_5.5.0.v20231123-2118.jar inflating: I202311232118/artifacts.jar inflating: I202311232118/content.xml.xz inflating: I202311232118/artifacts.xml.xz inflating: I202311232118/p2.index + rm uml2.zip + chgrp -R modeling.mdt.uml2 I202311232118 + chmod -R g+w I202311232118 + /shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=I202311232118 '-Dcomposite.name=Unified Modeling Language 2.x (UML2) 5.6.0 Integration Build Site' Buildfile: /shared/modeling/tools/promotion/manage-composite.xml add: -call.operation: -locate.framework.launcher: -call.operation.indirectly: [java] Buildfile: /shared/modeling/tools/promotion/manage-composite.xml [java] [java] add: [java] [java] -call.operation: [java] [java] -add.named: [java] [java] -add: [java] BUILD SUCCESSFUL [java] [java] BUILD SUCCESSFUL [java] Total time: 1 second BUILD SUCCESSFUL Total time: 10 seconds ~ + popd + '[' I = I ']' + pushd /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/interim /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/interim ~ + mkdir newlatest + chgrp -R modeling.mdt.uml2 newlatest + chmod -R g+w newlatest + pushd /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/interim/newlatest /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/interim/newlatest /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/interim ~ + /shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=../../5.6-I-builds/I202311232118 '-Dcomposite.name=Unified Modeling Language 2.x (UML2) Latest Interim Build Site' Buildfile: /shared/modeling/tools/promotion/manage-composite.xml add: -call.operation: -locate.framework.launcher: -call.operation.indirectly: [java] Buildfile: /shared/modeling/tools/promotion/manage-composite.xml [java] [java] add: [java] [java] -call.operation: [java] [java] -add.named: [java] [java] -add: [java] BUILD SUCCESSFUL [java] [java] BUILD SUCCESSFUL [java] Total time: 0 seconds BUILD SUCCESSFUL Total time: 5 seconds /home/data/httpd/download.eclipse.org/modeling/mdt/uml2/updates/interim ~ + popd + '[' -d latest ']' + mv latest oldlatest + mv newlatest latest + '[' -d oldlatest ']' + rm -rf oldlatest ~ + popd $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Finished: SUCCESS