Skip to content
Failed

Console Output

Started by user Florian Waibel
Running as Florian Waibel
Obtained Jenkinsfile from git https://github.com/eclipse-virgo/virgo-bundlor/
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes virgo/virgo-bundlor-agent-pod-xbtcz-48c0c
Still waiting to schedule task
‘virgo-bundlor-agent-pod-xbtcz-48c0c’ is offline
Agent virgo-bundlor-agent-pod-xbtcz-48c0c is provisioned from template virgo-bundlor-agent-pod-xbtcz
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.virgo.svc.cluster.local/virgo/job/bundlor-main/2/"
    runUrl: "job/bundlor-main/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3e70f4967ccda66501800af6c3fd95ce8b32e21e"
    jenkins/label: "virgo-bundlor-agent-pod"
  name: "virgo-bundlor-agent-pod-xbtcz-48c0c"
  namespace: "virgo"
spec:
  containers:
  - command:
    - "cat"
    image: "gradle:3.5-jdk8"
    name: "gradle"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.virgo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "virgo-bundlor-agent-pod-xbtcz-48c0c"
    - name: "JENKINS_NAME"
      value: "virgo-bundlor-agent-pod-xbtcz-48c0c"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.virgo.svc.cluster.local/virgo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on virgo-bundlor-agent-pod-xbtcz-48c0c in /home/jenkins/agent/workspace/bundlor-main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-virgo/virgo-bundlor/
 > git init /home/jenkins/agent/workspace/bundlor-main # timeout=10
Fetching upstream changes from https://github.com/eclipse-virgo/virgo-bundlor/
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-virgo/virgo-bundlor/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-virgo/virgo-bundlor/ # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e8b5407988ef2ba2dc64d6528c4b34326e2f1954 (refs/remotes/origin/add-jenkins-build)
 > git rev-parse refs/remotes/origin/add-jenkins-build^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e8b5407988ef2ba2dc64d6528c4b34326e2f1954 # timeout=10
Commit message: "Add basic `Jenkinsfile` to build on JIPP"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ gradle build

FAILURE: Build failed with an exception.

* What went wrong:
Failed to load native library 'libnative-platform.so' for Linux amd64.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE