Started by user Philippe DUL Running as Philippe DUL Agent migration-agent-nh5zn is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-nh5zn" spec: containers: - env: - name: "JENKINS_SECRET" value: "f40e364c27ed37244520569b6d27ccb1b382f70c41ae8fc36671e06207258a08" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-nh5zn" - name: "JENKINS_NAME" value: "migration-agent-nh5zn" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-2" readOnly: false - mountPath: "/home/jenkins" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false workingDir: "/home/jenkins" nodeSelector: {} restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - configMap: items: - key: "settings.xml" path: "settings.xml" name: "m2-dir" name: "settings-xml" - emptyDir: medium: "" name: "workspace-volume" Building remotely on migration-agent-nh5zn (migration) in workspace /home/jenkins/workspace/promote-capella-git-samples [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-u8coJ8Zqmo3m/agent.52 SSH_AGENT_PID=54 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/workspace/promote-capella-git-samples@tmp/private_key_7356450137230107740.key (/home/jenkins/workspace/promote-capella-git-samples@tmp/private_key_7356450137230107740.key) [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Using no checkout clone with sparse checkout. Cloning repository https://git.polarsys.org/r/capella/capella > /usr/bin/git init /home/jenkins/workspace/promote-capella-git-samples # timeout=10 Fetching upstream changes from https://git.polarsys.org/r/capella/capella > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress https://git.polarsys.org/r/capella/capella +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url https://git.polarsys.org/r/capella/capella # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url https://git.polarsys.org/r/capella/capella # timeout=10 Fetching upstream changes from https://git.polarsys.org/r/capella/capella > /usr/bin/git fetch --tags --progress https://git.polarsys.org/r/capella/capella +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse dfc6ea9c4bf14ad75023ee4d09214f2c2c3faf00^{commit} # timeout=10 Checking out Revision dfc6ea9c4bf14ad75023ee4d09214f2c2c3faf00 (detached) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git config core.sparsecheckout true # timeout=10 > /usr/bin/git read-tree -mu HEAD # timeout=10 Command "/usr/bin/git read-tree -mu HEAD" returned status code 128: stdout: stderr: fatal: Not a valid object name HEAD > /usr/bin/git checkout -f dfc6ea9c4bf14ad75023ee4d09214f2c2c3faf00 Commit message: "[Releng] update kitalpha RC5" > /usr/bin/git rev-list --no-walk b381fc859263eec48d4964b5cebea2e8e102b4b4 # timeout=10 [promote-capella-git-samples] $ /bin/sh -xe /tmp/jenkins1189105090306180308.sh + SSH_ACCOUNT=genie.capella@projects-storage.eclipse.org + ROOT_FOLDER=/home/data/httpd/download.eclipse.org/capella/samples/1.3.0 + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/samples/1.3.0 + cd samples + cat 'In-Flight Entertainment System/In-Flight Entertainment System.afm' + ls -l total 4 drwxr-sr-x. 2 default 1000730000 160 Aug 7 20:38 In-Flight Entertainment System -rw-r--r--. 1 default 1000730000 1875 Aug 7 20:38 pom.xml + zip -r InFlightEntertainmentSystem.zip 'In-Flight Entertainment System' adding: In-Flight Entertainment System/ (stored 0%) adding: In-Flight Entertainment System/.project (deflated 41%) adding: In-Flight Entertainment System/In-Flight Entertainment System.afm (deflated 33%) adding: In-Flight Entertainment System/In-Flight Entertainment System.aird (deflated 93%) adding: In-Flight Entertainment System/In-Flight Entertainment System.melodymodeller (deflated 82%) + scp InFlightEntertainmentSystem.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/samples/1.3.0/InFlightEntertainmentSystem.zip $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 54 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS