Skip to content
Failed

Console Output

Branch indexing
08:58:56 Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 58ebf56d42a7e3b1ce48b57204f766a82083a1a0
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library capella-pipeline-library@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master revision b1a170f4afc920864a5572900b191114c0131a20
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-pipeline-library
 > git init /var/jenkins/workspace/lla-addon-deferred-merge_masterd@libs/capella-pipeline-library # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b1a170f4afc920864a5572900b191114c0131a20 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1a170f4afc920864a5572900b191114c0131a20 # timeout=10
Commit message: "Merge pull request #24 from eclipse/fix-getDownloadURL-master"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘migration’ are offline
Agent centos-7-9b6ct is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-9b6ct"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-9b6ct"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-9b6ct"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      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-9b6ct in /home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Generate Target Platform)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ env
JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.204
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.215:50000
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_NODE_COOKIE=b50a6dc9-b89d-46e8-b31e-8a3cbf906f9a
BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/1/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-9b6ct
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
KUBERNETES_PORT=tcp://172.30.40.1:443
TERM=xterm
HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6
KUBERNETES_PORT_443_TCP_PORT=443
STAGE_NAME=Generate Target Platform
BUILD_TAG=jenkins-capella-addon-deferred-merge-masterd-1
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=masterd
KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
KUBERNETES_SERVICE_HOST=172.30.40.1
JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/
WORKSPACE=/home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/1/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53
KUBERNETES_PORT_53_TCP_PORT=53
KUBERNETES_SERVICE_PORT_DNS=53
JENKINS_NAME=centos-7-9b6ct
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/1/display/redirect?page=artifacts
KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1
JENKINS_HOME=/var/jenkins
PATH=/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1
MAVEN_HOME=/opt/tools/apache-maven/latest
RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/1/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd
JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.215
JAVA_HOME=/opt/tools/java/openjdk/jdk-14/latest
JENKINS_UI_PORT=tcp://172.30.40.204:80
HUDSON_URL=https://ci.eclipse.org/capella/
LANG=en_US.UTF-8
KUBERNETES_PORT_53_UDP_PORT=53
JOB_NAME=capella-addon-deferred-merge/masterd
GITLAB_OBJECT_KIND=none
BUILD_DISPLAY_NAME=#1
JENKINS_URL=https://ci.eclipse.org/capella/
BUILD_ID=1
JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000
JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000
JOB_BASE_NAME=masterd
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/1/display/redirect?page=tests
BUILD_KEY=masterd
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.215
JENKINS_SECRET=********
M2_HOME=/opt/tools/apache-maven/latest
SHLVL=2
HOME=/home/jenkins
KUBERNETES_PORT_53_UDP_PROTO=udp
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-b95a52d885ea4a7be552fdb02e79bc23
NODE_LABELS=centos-7 centos-7-9b6ct jipp-migration migration
CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd/capella/capella
library.capella-pipeline-library.version=master
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-9b6ct
JENKINS_UI_PORT_80_TCP=tcp://172.30.40.204:80
JENKINS_UI_SERVICE_HOST=172.30.40.204
JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-deferred-merge/job/masterd/display/redirect
BUILD_NUMBER=1
HUDSON_COOKIE=feae40e8-2dc7-4b41-bd4b-2c7da31604a3
KUBERNETES_PORT_53_TCP_PROTO=tcp
DISPLAY=:0
KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1
KUBERNETES_SERVICE_PORT_DNS_TCP=53
KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443
JENKINS_AGENT_NAME=centos-7-9b6ct
JENKINS_UI_SERVICE_PORT_HTTP=80
[Pipeline] sh
+ mvn clean verify -f releng/org.polarsys.capella.cybersecurity.target/pom.xml
POM file releng/org.polarsys.capella.cybersecurity.target/pom.xml specified with the -f/--file command line argument does not exist
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 14.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.1+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-readable POM /home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd/releng/org.polarsys.capella.cybersecurity.target/pom.xml: /home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd/releng/org.polarsys.capella.cybersecurity.target/pom.xml (No such file or directory) @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project  (/home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd/releng/org.polarsys.capella.cybersecurity.target/pom.xml) has 1 error
[ERROR]     Non-readable POM /home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd/releng/org.polarsys.capella.cybersecurity.target/pom.xml: /home/jenkins/agent/workspace/lla-addon-deferred-merge_masterd/releng/org.polarsys.capella.cybersecurity.target/pom.xml (No such file or directory)
[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/ProjectBuildingException
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Package)
Stage "Build and Package" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download Capella)
Stage "Download Capella" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Adapt Capella to DARC)
Stage "Adapt Capella to DARC" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly)
Stage "Deploy to Nightly" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install test features)
Stage "Install test features" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE