Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-kdn9m is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-kdn9m"
  namespace: "ease"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ease.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-kdn9m"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-kdn9m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ease"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-kdn9m in /home/jenkins/agent/workspace/ease.build.nightly
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
23:21:17 [2024-02-25T04:21:17.072Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
23:21:17 [2024-02-25T04:21:17.288Z] The recommended git tool is: git
23:21:18 [2024-02-25T04:21:18.632Z] No credentials specified
23:21:18 [2024-02-25T04:21:18.634Z] Cloning the remote Git repository
23:21:18 [2024-02-25T04:21:18.654Z] Cloning repository https://gitlab.eclipse.org/eclipse/ease/ease.git
23:21:18 [2024-02-25T04:21:18.683Z]  > git init /home/jenkins/agent/workspace/ease.build.nightly # timeout=10
23:21:18 [2024-02-25T04:21:18.711Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
23:21:18 [2024-02-25T04:21:18.711Z]  > git --version # timeout=10
23:21:18 [2024-02-25T04:21:18.714Z]  > git --version # 'git version 2.36.6'
23:21:18 [2024-02-25T04:21:18.715Z]  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:21:21 [2024-02-25T04:21:21.589Z]  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
23:21:21 [2024-02-25T04:21:21.593Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:21:21 [2024-02-25T04:21:21.981Z] Avoid second fetch
23:21:21 [2024-02-25T04:21:21.988Z] Checking out Revision 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main)
23:21:22 [2024-02-25T04:21:22.286Z] Commit message: "[#173] Add support for target platform 2023-12"
23:21:21 [2024-02-25T04:21:21.983Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
23:21:21 [2024-02-25T04:21:21.993Z]  > git config core.sparsecheckout # timeout=10
23:21:22 [2024-02-25T04:21:22.003Z]  > git checkout -f 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
23:21:22 [2024-02-25T04:21:22.297Z]  > git rev-list --no-walk 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
23:21:22 [2024-02-25T04:21:22.321Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Doclet)
[Pipeline] withMaven
23:21:22 [2024-02-25T04:21:22.327Z]  > git rev-parse --verify HEAD # timeout=10
23:21:22 [2024-02-25T04:21:22.330Z] Resetting working tree
23:21:22 [2024-02-25T04:21:22.330Z]  > git reset --hard # timeout=10
23:21:22 [2024-02-25T04:21:22.529Z]  > git clean -fdx # timeout=10
23:21:23 [2024-02-25T04:21:23.229Z] [withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x
[Pipeline] {
[Pipeline] sh
23:21:23 [2024-02-25T04:21:23.668Z] + mvn clean verify -f developers/org.eclipse.ease.helpgenerator/pom.xml
23:21:23 [2024-02-25T04:21:23.924Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.build.nightly@tmp/withMavena3243f53/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.build.nightly@tmp/withMavena3243f53" 
23:21:24 [2024-02-25T04:21:24.851Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
23:21:24 [2024-02-25T04:21:24.851Z] Maven home: /opt/tools/apache-maven/latest
23:21:24 [2024-02-25T04:21:24.851Z] Java version: 9.0.4, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-9/9.0.4
23:21:24 [2024-02-25T04:21:24.851Z] Default locale: en_US, platform encoding: UTF-8
23:21:24 [2024-02-25T04:21:24.851Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
23:21:27 [2024-02-25T04:21:27.456Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.build.nightly@tmp/withMavena3243f53/maven-spy-20240225-042126-679329884904131399144.log.tmp ...
23:21:27 [2024-02-25T04:21:27.456Z] [INFO] Scanning for projects...
23:21:27 [2024-02-25T04:21:27.712Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.helpgenerator:jar:0.10.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
23:21:27 [2024-02-25T04:21:27.712Z] [INFO] 
23:21:27 [2024-02-25T04:21:27.712Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.helpgenerator >-----------
23:21:27 [2024-02-25T04:21:27.712Z] [INFO] Building org.eclipse.ease.helpgenerator 0.10.0-SNAPSHOT
23:21:27 [2024-02-25T04:21:27.712Z] [INFO]   from pom.xml
23:21:27 [2024-02-25T04:21:27.712Z] [INFO] --------------------------------[ jar ]---------------------------------
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] ------------------------------------------------------------------------
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] BUILD FAILURE
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] ------------------------------------------------------------------------
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] Total time:  1.110 s
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] Finished at: 2024-02-25T04:21:28Z
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] ------------------------------------------------------------------------
23:21:28 [2024-02-25T04:21:28.639Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.build.nightly@tmp/withMavena3243f53/maven-spy-20240225-042126-679329884904131399144.log
23:21:28 [2024-02-25T04:21:28.639Z] [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:3.2.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0: The following artifacts could not be resolved: org.apache.maven.plugins:maven-clean-plugin:pom:3.2.0 (absent): Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.2.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) -> [Help 1]
23:21:28 [2024-02-25T04:21:28.639Z] [ERROR] 
23:21:28 [2024-02-25T04:21:28.639Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:21:28 [2024-02-25T04:21:28.640Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:21:28 [2024-02-25T04:21:28.640Z] [ERROR] 
23:21:28 [2024-02-25T04:21:28.640Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:21:28 [2024-02-25T04:21:28.640Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[Pipeline] }
23:21:28 [2024-02-25T04:21:28.739Z] [withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
23:21:28 [2024-02-25T04:21:28.741Z] [withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
23:21:28 [2024-02-25T04:21:28.744Z] [withMaven] Publishers: Findbugs Publisher: 1 ms, JGiven Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build EASE)
Stage "Build EASE" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Reporting)
Stage "Reporting" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
23:21:28 [2024-02-25T04:21:28.871Z] Archiving artifacts
[Pipeline] emailext
23:21:32 [2024-02-25T04:21:32.317Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE