Skip to content
Failed

Console Output

Started by an SCM change
Checking out git https://github.com/eclipse/packager into /var/jenkins/workspace/packager-ci@script/115f036bd4fbcccd0921cc9a4a343bd9f0da4d9f59dfbdd04d6616d34ec70ed3 to read ci/Jenkinsfile
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/packager-ci@script/115f036bd4fbcccd0921cc9a4a343bd9f0da4d9f59dfbdd04d6616d34ec70ed3/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/packager # timeout=10
Fetching upstream changes from https://github.com/eclipse/packager
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse/packager +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 454e7602022e65b83108726f1cf5a9f1c263ff17 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 454e7602022e65b83108726f1cf5a9f1c263ff17 # timeout=10
Commit message: "Remove use of `Object` in headers and store header value as rpm tag value (#62)"
 > git rev-list --no-walk c367ac18b94d67e76acc1388918bd5e3e20ab1eb # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] podTemplate
WARNING: Unknown parameter(s) found for class type 'org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume': readOnly
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes packager/packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6
Still waiting to schedule task
‘packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6’ is offline
Agent packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6 is provisioned from template packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.packager.svc.cluster.local/packager/job/packager-ci/81/"
    runUrl: "job/packager-ci/81/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "5c4893573c3fb3123861489e0fd4d2e307b1ecbb"
    jenkins/label: "packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3"
  name: "packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6"
  namespace: "packager"
spec:
  containers:
  - command:
    - "cat"
    image: "quay.io/ctron/packager-rpm-maven:latest"
    imagePullPolicy: "IfNotPresent"
    name: "maven"
    resources:
      limits:
        memory: "2Gi"
      requests:
        memory: "1Gi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.packager.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6"
    - name: "JENKINS_NAME"
      value: "packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.packager.svc.cluster.local/packager/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - configMap:
      name: "known-hosts"
    name: "volume-0"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on packager-7dc2e28f-5e01-4c11-bc27-1cb9b859e2c3-wr8d2-zn7p6 in /home/jenkins/agent/workspace/packager-ci
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4f385bae; decorates RemoteLauncher[hudson.remoting.Channel@9e10e914:JNLP4-connect connection from 10.40.8.68/10.40.8.68:39510] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/packager
 > git init /home/jenkins/agent/workspace/packager-ci # timeout=10
Fetching upstream changes from https://github.com/eclipse/packager
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/packager +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/packager # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 454e7602022e65b83108726f1cf5a9f1c263ff17 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 454e7602022e65b83108726f1cf5a9f1c263ff17 # timeout=10
Commit message: "Remove use of `Object` in headers and store header value as rpm tag value (#62)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ mvn -B package
[ERROR] Could not create local repository at /.m2/repository -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LocalRepositoryNotAccessibleException
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE