Skip to content
Failed

Console Output

Branch indexing
12:06:08 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 999db474277c34ae2eb371a3c0db52d2c5258eae
Loading library capella-pipeline-library@master-jacoco
Attempting to resolve master-jacoco from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.40.0'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master-jacoco revision 39438088ee3d33cf8262f200c1771ffdc4695167
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/pella-product_pr2460_jenkinsfile@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.40.0'
 > 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 39438088ee3d33cf8262f200c1771ffdc4695167 (master-jacoco)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39438088ee3d33cf8262f200c1771ffdc4695167 # timeout=10
Commit message: "[releng] Use logback.xml configuration to avoid debug logs"
 > git rev-list --no-walk ce7f8d6c116e9286326465a18917a27a0590e4d2 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘migration’ are offline
Agent centos-7-pddf7 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-pddf7"
  namespace: "capella"
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-pddf7"
    - 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-pddf7"
    - 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-3107.v665000b_51092"
    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-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-pddf7 in /home/jenkins/agent/workspace/pella-product_pr2460_jenkinsfile
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Using shallow clone with depth 1
Avoid fetching tags
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/capella.git
 > git init /home/jenkins/agent/workspace/pella-product_pr2460_jenkinsfile # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/capella.git +refs/heads/pr2460_jenkinsfile:refs/remotes/origin/pr2460_jenkinsfile # timeout=10
Avoid second fetch
Checking out Revision 999db474277c34ae2eb371a3c0db52d2c5258eae (pr2460_jenkinsfile)
 > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/pr2460_jenkinsfile:refs/remotes/origin/pr2460_jenkinsfile # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 999db474277c34ae2eb371a3c0db52d2c5258eae # timeout=13
Commit message: " #2449 Open representation on interactionUse semantic elements"
 > git rev-list --no-walk 999db474277c34ae2eb371a3c0db52d2c5258eae # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[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=10.30.76.25
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_NODE_COOKIE=2be36a14-b86c-4b81-a043-9ce6993405c8
BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/3/
JENKINS_UI_SERVICE_PORT=80
HOSTNAME=centos-7-pddf7
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
KUBERNETES_PORT=tcp://10.30.0.1:443
TERM=xterm
HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6
KUBERNETES_PORT_443_TCP_PORT=443
STAGE_NAME=Generate Target Platform
BUILD_TAG=jenkins-capella-product-pr2460_jenkinsfile-3
KUBERNETES_SERVICE_PORT=443
BRANCH_NAME=pr2460_jenkinsfile
GIT_PREVIOUS_COMMIT=999db474277c34ae2eb371a3c0db52d2c5258eae
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
KUBERNETES_SERVICE_HOST=10.30.0.1
JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/
WORKSPACE=/home/jenkins/agent/workspace/pella-product_pr2460_jenkinsfile
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/3/display/redirect?page=changes
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_NAME=centos-7-pddf7
USER_NAME=jenkins
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/3/display/redirect?page=artifacts
JENKINS_HOME=/var/jenkins
GIT_COMMIT=999db474277c34ae2eb371a3c0db52d2c5258eae
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
MAVEN_HOME=/opt/tools/apache-maven/latest
RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/3/display/redirect
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/env
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/pella-product_pr2460_jenkinsfile
JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145
JAVA_HOME=/opt/tools/java/openjdk/jdk-14/latest
JENKINS_UI_PORT=tcp://10.30.76.25:80
HUDSON_URL=https://ci.eclipse.org/capella/
LANG=en_US.UTF-8
JOB_NAME=capella-product/pr2460_jenkinsfile
GITLAB_OBJECT_KIND=none
BUILD_DISPLAY_NAME=#3
JENKINS_URL=https://ci.eclipse.org/capella/
BUILD_ID=3
JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000
JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000
GIT_PREVIOUS_SUCCESSFUL_COMMIT=999db474277c34ae2eb371a3c0db52d2c5258eae
JOB_BASE_NAME=pr2460_jenkinsfile
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/3/display/redirect?page=tests
BUILD_KEY=pr2460_jenkinsfile
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145
JENKINS_SECRET=****
M2_HOME=/opt/tools/apache-maven/latest
SHLVL=2
HOME=/home/jenkins
GIT_BRANCH=pr2460_jenkinsfile
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
CI=true
WORKSPACE_TMP=/home/jenkins/agent/workspace/pella-product_pr2460_jenkinsfile@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-5882dcf651371be856fcbddedbdb3731ffb0eb9b9e7c5a984be04907de0e9c48
NODE_LABELS=centos-7 centos-7-pddf7 jipp-migration migration
GIT_URL=https://github.com/eclipse/capella.git
NSS_SDB_USE_CACHE=no
CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/pella-product_pr2460_jenkinsfile/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/capella
library.capella-pipeline-library.version=master-jacoco
HUDSON_HOME=/var/jenkins
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
NODE_NAME=centos-7-pddf7
JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80
JENKINS_UI_SERVICE_HOST=10.30.76.25
JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/pr2460_jenkinsfile/display/redirect
BUILD_NUMBER=3
HUDSON_COOKIE=fbad0a5f-9117-43f7-83e5-5b35334c0542
DISPLAY=:0
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
JENKINS_AGENT_NAME=centos-7-pddf7
JENKINS_UI_SERVICE_PORT_HTTP=80
[Pipeline] sh
+ mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[ERROR] Error executing Maven.
[ERROR] Extension org.eclipse.tycho.extras:tycho-pomless:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho.extras:tycho-pomless:jar:1.0.0
[ERROR] Caused by: Failed to read artifact descriptor for org.eclipse.tycho.extras:tycho-pomless:jar:1.0.0
[ERROR] Caused by: Failed to read artifact descriptor for org.eclipse.tycho.extras:tycho-pomless:jar:1.0.0
[ERROR] Caused by: The following artifacts could not be resolved: org.eclipse.tycho.extras:tycho-pomless:pom:1.0.0 (absent): Could not transfer artifact org.eclipse.tycho.extras:tycho-pomless:pom:1.0.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403)
[ERROR] Caused by: Could not transfer artifact org.eclipse.tycho.extras:tycho-pomless:pom:1.0.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403)
[ERROR] Caused by: status code: 403, reason phrase: Forbidden (403)
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download JDK)
Stage "Download JDK" skipped due to earlier failure(s)
[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] { (Deploy to Nightly)
Stage "Deploy to Nightly" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Nightly Root)
Stage "Deploy to Nightly Root" 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] { (Sonar)
Stage "Sonar" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $password
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [password]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ curl https://api.github.com/repos/eclipse/capella/issues/pr2460_jenkinsfile/labels/build-started -X DELETE -u eclipse-capella-bot:**** -H 'Content-Type: application/json'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   127  100   127    0     0    651      0 --:--:-- --:--:-- --:--:--   654
{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue"
}
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE