Skip to content

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 529512f767edc68efd7bb1ee87c61161594382d2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 529512f767edc68efd7bb1ee87c61161594382d2 # timeout=10
Commit message: "Use HTTPS for license URL (#64)"
 > git rev-list --no-walk 454e7602022e65b83108726f1cf5a9f1c263ff17 # 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-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md
Still waiting to schedule task
‘packager-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md’ is offline
Agent packager-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md is provisioned from template packager-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.packager.svc.cluster.local/packager/job/packager-ci/82/"
    runUrl: "job/packager-ci/82/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "70f375ae1676f9038ddf1ae48f74a1f22eb858f6"
    jenkins/label: "packager-7a96af5f-a484-474f-a321-be49e4b7c99b"
  name: "packager-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md"
  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-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md"
    - name: "JENKINS_NAME"
      value: "packager-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md"
    - 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-7a96af5f-a484-474f-a321-be49e4b7c99b-vm5s1-vk7md 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@3f74a7bb; decorates RemoteLauncher[hudson.remoting.Channel@623546ed:JNLP4-connect connection from 10.40.9.59/10.40.9.59:33808] 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 529512f767edc68efd7bb1ee87c61161594382d2 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 529512f767edc68efd7bb1ee87c61161594382d2 # timeout=10
Commit message: "Use HTTPS for license URL (#64)"
[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