[midPoint-ci] Build failed in Jenkins: wicket-chartjs-master #8

Jenkins noreply at evolveum.com
Fri Mar 1 18:17:39 CET 2024


See <https://jenkins.evolveum.com/job/wicket-chartjs-master/8/display/redirect>

Changes:


------------------------------------------
Started by user Katka Bolemant
Obtained tools/jenkins/wicket-chartjs-pipeline from git https://github.com/Evolveum/wicket-chartjs.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/wicket-chartjs-master-8-1tb26-4vqrs-pd9g9
Still waiting to schedule task
‘wicket-chartjs-master-8-1tb26-4vqrs-pd9g9’ is offline
Agent wicket-chartjs-master-8-1tb26-4vqrs-pd9g9 is provisioned from template wicket-chartjs-master_8-1tb26-4vqrs
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "https://jenkins.evolveum.com/job/wicket-chartjs-master/8/"
    runUrl: "job/wicket-chartjs-master/8/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "0891cc5816f324933afc4aa6822216fe24e30428"
    jenkins/label: "wicket-chartjs-master_8-1tb26"
  name: "wicket-chartjs-master-8-1tb26-4vqrs-pd9g9"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 900
  containers:
  - command:
    - "cat"
    image: "maven:3.9.4-eclipse-temurin-21"
    imagePullPolicy: "IfNotPresent"
    name: "maven"
    resources:
      limits:
        memory: "1Gi"
        cpu: "4"
      requests:
        memory: "1Gi"
        cpu: "4"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: true
    volumeMounts:
    - mountPath: "/root/jenkins-nexus"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "wicket-chartjs-master-8-1tb26-4vqrs-pd9g9"
    - name: "JENKINS_NAME"
      value: "wicket-chartjs-master-8-1tb26-4vqrs-pd9g9"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "https://jenkins.evolveum.com/"
    image: "jenkins/inbound-agent:4.13-2-alpine"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
      requests:
        memory: "1Gi"
        cpu: "1"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: false
    volumeMounts:
    - mountPath: "/root/jenkins-nexus"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    cpu: "E5-2680"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    secret:
      secretName: "jenkins-nexus"
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "pvc-workspace-wicket-chartjs-master-8-1tb26-4vqrs-pd9g9"
      readOnly: false

Running on wicket-chartjs-master-8-1tb26-4vqrs-pd9g9 in /home/jenkins/agent/workspace/wicket-chartjs-master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/wicket-chartjs.git
 > git init /home/jenkins/agent/workspace/wicket-chartjs-master # timeout=10
Fetching upstream changes from https://github.com/Evolveum/wicket-chartjs.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.2'
 > git fetch --tags --force --progress -- https://github.com/Evolveum/wicket-chartjs.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/Evolveum/wicket-chartjs.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 631385a8c36a9c26c78cb0a32d486afc72e3a241 (refs/remotes/origin/main)
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 631385a8c36a9c26c78cb0a32d486afc72e3a241 # timeout=10
Commit message: "another pipeline changes"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 631385a8c36a9c26c78cb0a32d486afc72e3a241 # timeout=10
 > git rev-list --no-walk 2f8297848a7b35ce7c40e2fc42cd8acb6f3383e4 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mkdir -p /root/.m2
+ ln -s ../jenkins-nexus/settings.xml /root/.m2/settings.xml
+ mvn -B -ntp clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] wicket-chartjs                                                     [pom]
[INFO] wicket-chartjs-core                                                [jar]
[INFO] wicket-chartjs-examples                                            [war]
[INFO] 
[INFO] ----------------< com.evolveum.chartjs:wicket-chartjs >-----------------
[INFO] Building wicket-chartjs 0.5-SNAPSHOT                               [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ wicket-chartjs ---
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ wicket-chartjs >>>
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ wicket-chartjs <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ wicket-chartjs ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ wicket-chartjs ---
[INFO] Installing /home/jenkins/agent/workspace/wicket-chartjs-master/pom.xml to /root/.m2/repository/com/evolveum/chartjs/wicket-chartjs/0.5-SNAPSHOT/wicket-chartjs-0.5-SNAPSHOT.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ wicket-chartjs ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for wicket-chartjs 0.5-SNAPSHOT:
[INFO] 
[INFO] wicket-chartjs ..................................... FAILURE [  3.493 s]
[INFO] wicket-chartjs-core ................................ SKIPPED
[INFO] wicket-chartjs-examples ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.630 s
[INFO] Finished at: 2024-03-01T17:17:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project wicket-chartjs: Failed to deploy artifacts: Could not transfer artifact com.evolveum.chartjs:wicket-chartjs:pom:0.5-20240301.171735-2 from/to evolveum-nexus (http://nexus.evolveum.com/nexus/content/repositories/snapshots/): status code: 302, reason phrase: Found (302) -> [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/MojoExecutionException
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list