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 50e4a5559a78bba9ed3495e10bb125db5f0cef7c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50e4a5559a78bba9ed3495e10bb125db5f0cef7c # timeout=10
Commit message: "Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78"
 > git rev-list --no-walk 529512f767edc68efd7bb1ee87c61161594382d2 # 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-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh
Still waiting to schedule task
‘packager-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh’ is offline
Agent packager-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh is provisioned from template packager-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.packager.svc.cluster.local/packager/job/packager-ci/83/"
    runUrl: "job/packager-ci/83/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "7bb66b8e8503cbe90d2b7654660c8d3fe8e14c1c"
    jenkins/label: "packager-8682eb1c-dccf-499d-9f11-138bf26d60b7"
  name: "packager-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh"
  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-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh"
    - name: "JENKINS_NAME"
      value: "packager-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh"
    - 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-8682eb1c-dccf-499d-9f11-138bf26d60b7-kvfnc-fb3dh 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@1b967bee; decorates RemoteLauncher[hudson.remoting.Channel@92374f9:JNLP4-connect connection from 10.40.55.228/10.40.55.228:36774] 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 50e4a5559a78bba9ed3495e10bb125db5f0cef7c (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50e4a5559a78bba9ed3495e10bb125db5f0cef7c # timeout=10
Commit message: "Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78"
[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