Console Output
Started by user Lars Geyer-Blaumeiser
Running as Lars Geyer-Blaumeiser
Obtained jenkins.eclipse/Jenkinsfile from git https://github.com/eclipse/sw360.git
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: sw360/sw360-agent-pod-6xq9n-t3h5f
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Scheduled] Successfully assigned sw360-agent-pod-6xq9n-t3h5f to osnode-19.eclipse.org
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume"
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo"
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-6szv2"
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml"
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml"
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Pulled] Container image "eclipse/sw360buildenv:2" already present on machine
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Created] Created container
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Started] Started container
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Created] Created container
[Normal][sw360/sw360-agent-pod-6xq9n-t3h5f][Started] Started container
Agent sw360-agent-pod-6xq9n-t3h5f is provisioned from template sw360-agent-pod-6xq9n
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.sw360.svc.cluster.local/sw360/job/sw360.deploy.tag/5/"
runUrl: "job/sw360.deploy.tag/5/"
labels:
jenkins: "slave"
jenkins/label: "sw360-agent-pod"
name: "sw360-agent-pod-6xq9n-t3h5f"
spec:
containers:
- command:
- "cat"
env:
- name: "MAVEN_OPTS"
value: "-Duser.home=/home/jenkins -Xms2G -Xmx2G"
image: "eclipse/sw360buildenv:2"
name: "sw360buildenv"
resources:
limits:
memory: "2048Mi"
requests:
memory: "2048Mi"
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "settings-xml"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "settings-security-xml"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/repository"
name: "m2-repo"
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.sw360.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "sw360-agent-pod-6xq9n-t3h5f"
- name: "JENKINS_NAME"
value: "sw360-agent-pod-6xq9n-t3h5f"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.sw360.svc.cluster.local/sw360/"
image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
name: "jnlp"
resources:
requests:
cpu: "100m"
memory: "256Mi"
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
beta.kubernetes.io/os: "linux"
restartPolicy: "Never"
securityContext: {}
volumes:
- name: "settings-security-xml"
secret:
items:
- key: "settings-security.xml"
path: "settings-security.xml"
secretName: "m2-secret-dir"
- emptyDir: {}
name: "m2-repo"
- name: "settings-xml"
secret:
items:
- key: "settings.xml"
path: "settings.xml"
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "workspace-volume"
Running on sw360-agent-pod-6xq9n-t3h5f in /home/jenkins/agent/workspace/sw360.deploy.tag
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/sw360.git
> git init /home/jenkins/agent/workspace/sw360.deploy.tag # timeout=10
Fetching upstream changes from https://github.com/eclipse/sw360.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://github.com/eclipse/sw360.git +refs/tags/*:refs/remotes/tags/* # timeout=10
Avoid second fetch
Checking out Revision fc6652cd06593eba524e0424161f90dc6c700a7a (refs/tags/sw360-13.1.0-M1)
> git config remote.origin.url https://github.com/eclipse/sw360.git # timeout=10
> git config --add remote.origin.fetch +refs/tags/*:refs/remotes/tags/* # timeout=10
> git rev-parse refs/remotes/origin/refs/tags/sw360-13.1.0-M1^{commit} # timeout=10
> git rev-parse refs/tags/sw360-13.1.0-M1^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f fc6652cd06593eba524e0424161f90dc6c700a7a # timeout=10
Commit message: "Merge pull request #1147 from eclipse/mcj/chore/tag13.1"
> git rev-list --no-walk fc6652cd06593eba524e0424161f90dc6c700a7a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ git rev-list --tags --no-walk --max-count=1
+ git rev-list fc6652cd06593eba524e0424161f90dc6c700a7a..HEAD --count
+ printf 0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Deploy SW360)
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
+ mvn --batch-mode -Peclipse-ci clean deploy -pl !frontend/sw360-portlet,!frontend/liferay-theme,!frontend,!backend/utils -DskipTests -DskipITs -Dpatchlevel=1.0-m1
Aborted by Lars Geyer-Blaumeiser
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
Terminated
script returned exit code 143
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: ABORTED