Skip to content

Console Output

Started by user Tomas Kraus
Rebuilds build #12
Running as Tomas Kraus
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
Agent jaxb-tck-build-pod-n180f-pcbqz is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/job/jaxb-tck_master/13/"
  labels:
    jenkins: "slave"
    jenkins/jaxb-tck-build-pod: "true"
  name: "jaxb-tck-build-pod-n180f-pcbqz"
spec:
  containers:
  - command:
    - "cat"
    image: "jakartaee/jaxbtck-base:0.1"
    name: "jaxb-tck-build"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
      requests:
        memory: "1Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    workingDir: "/home/jenkins"
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jaxb-tck-build-pod-n180f-pcbqz"
    - name: "JENKINS_NAME"
      value: "jaxb-tck-build-pod-n180f-pcbqz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir: {}
    name: "workspace-volume"

Running on jaxb-tck-build-pod-n180f-pcbqz in /home/jenkins/agent/workspace/jaxb-tck_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] container
[Pipeline] {
[Pipeline] git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jaxb-tck.git
 > git init /home/jenkins/agent/workspace/jaxb-tck_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jaxb-tck.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jaxb-tck.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse-ee4j/jaxb-tck.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jaxb-tck.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jaxb-tck.git
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jaxb-tck.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e3daf252a0e4d180e52054b667c6970e9d49a844 (refs/remotes/origin/ADOPT_JAKARTA_API)
 > git rev-parse refs/remotes/origin/ADOPT_JAKARTA_API^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/ADOPT_JAKARTA_API^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3daf252a0e4d180e52054b667c6970e9d49a844
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b ADOPT_JAKARTA_API e3daf252a0e4d180e52054b667c6970e9d49a844
Commit message: "Build scripts updated."
 > git rev-list --no-walk e3daf252a0e4d180e52054b667c6970e9d49a844 # timeout=10
[Pipeline] sh
process apparently never started in /home/jenkins/agent/workspace/jaxb-tck_master@tmp/durable-4cd12402
(running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code -2
Finished: FAILURE