Skip to content
Aborted

Console Output

Branch indexing
03:54:20 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 6dcd82a88125bc07c579321f1638e4e4b7c927d9
Loading library capella-pipeline-library@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master revision ccf4b7fd431548122954b58efcb84fcee56a273f
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/Kitalpha_fixRCPTT@libs/55d1f1784f97eb85a47bc7ae36363e0fc36ef2af81b4176fafb0a776f227ee85 # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.43.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 ccf4b7fd431548122954b58efcb84fcee56a273f (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ccf4b7fd431548122954b58efcb84fcee56a273f # timeout=10
Commit message: "[sonar] Update Sonar"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘jipp-migration-agent-6gb-m9cqx’
Agent jipp-migration-agent-6gb-m9cqx is provisioned from template jipp-migration-agent-6gb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "23868ed80ad73cb677087ca5bbdd107f817a0d9b"
    jenkins/label: "migration-6gb"
  name: "jipp-migration-agent-6gb-m9cqx"
  namespace: "kitalpha"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.kitalpha.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jipp-migration-agent-6gb-m9cqx"
    - 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: "jipp-migration-agent-6gb-m9cqx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.kitalpha.svc.cluster.local/kitalpha/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "6144Mi"
      requests:
        cpu: "1000m"
        memory: "6144Mi"
    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-kitalpha"
      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 jipp-migration-agent-6gb-m9cqx in /home/jenkins/agent/workspace/Kitalpha_fixRCPTT
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/kitalpha.git
 > git init /home/jenkins/agent/workspace/Kitalpha_fixRCPTT # timeout=10
Fetching upstream changes from https://github.com/eclipse/kitalpha.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 -- https://github.com/eclipse/kitalpha.git +refs/heads/fixRCPTT:refs/remotes/origin/fixRCPTT # timeout=10
Avoid second fetch
Checking out Revision 6dcd82a88125bc07c579321f1638e4e4b7c927d9 (fixRCPTT)
 > git config remote.origin.url https://github.com/eclipse/kitalpha.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/fixRCPTT:refs/remotes/origin/fixRCPTT # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6dcd82a88125bc07c579321f1638e4e4b7c927d9 # timeout=10
Commit message: "#800 Fix RCPTT Tests on CI"
First time build. Skipping changelog.
[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] sh
+ mvn verify -P targetPlatform
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The project org.polarsys:org.polarsys.kitalpha:pom:7.0.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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Kitalpha                                                           [pom]
[INFO] org.polarsys.kitalpha.releng.targets                               [pom]
[INFO] Kitalpha Aggregator Root                                           [pom]
[INFO] 
[INFO] -----------------< org.polarsys:org.polarsys.kitalpha >-----------------
[INFO] Building Kitalpha 7.0.0-SNAPSHOT                                   [1/3]
[INFO]   from releng/plugins/org.polarsys.kitalpha.releng.parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.kitalpha ---
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.kitalpha ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.kitalpha.releng.targets >----------
[INFO] Building org.polarsys.kitalpha.releng.targets 7.0.0-SNAPSHOT       [2/3]
[INFO]   from releng/plugins/org.polarsys.kitalpha.releng.targets/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.kitalpha.releng.targets ---
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
Cannot contact jipp-migration-agent-6gb-m9cqx: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@e7462572:JNLP4-connect connection from 10.40.71.177/10.40.71.177:33544": Remote call on JNLP4-connect connection from 10.40.71.177/10.40.71.177:33544 failed. The channel is closing down or has closed down
Agent jipp-migration-agent-6gb-m9cqx was deleted; cancelling node body
Could not connect to jipp-migration-agent-6gb-m9cqx to send interrupt signal to process
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package & Install Kitalpha)
Stage "Package & Install Kitalpha" 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] { (Run RCPTT Tests)
Stage "Run RCPTT Tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run JUnit Tests)
Stage "Run JUnit Tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish tests results)
Stage "Publish tests results" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Perform Sonar analysis)
Stage "Perform Sonar analysis" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Error when executing always post condition:
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Wed Apr 24 04:08:12 EDT 2024 by Thread[Computer.threadPoolForRemoting [#6401],5,main] [id=1258606]
		at hudson.model.Computer.recordTermination(Computer.java:239)
		at hudson.slaves.AbstractCloudSlave.terminate(AbstractCloudSlave.java:85)
		at org.jenkinsci.plugins.durabletask.executors.OnceRetentionStrategy.lambda$done$5(OnceRetentionStrategy.java:130)
		at hudson.model.Queue._withLock(Queue.java:1401)
		at hudson.model.Queue.withLock(Queue.java:1275)
		at org.jenkinsci.plugins.durabletask.executors.OnceRetentionStrategy.lambda$done$6(OnceRetentionStrategy.java:125)
		at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
		at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
		at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Wed Apr 24 04:08:12 EDT 2024 by Thread[Computer.threadPoolForRemoting [#6401],5,main] [id=1258606]
		at hudson.model.Computer.recordTermination(Computer.java:239)
		at jenkins.model.Nodes$5.run(Nodes.java:275)
		at hudson.model.Queue._withLock(Queue.java:1401)
		at hudson.model.Queue.withLock(Queue.java:1275)
		at jenkins.model.Nodes.removeNode(Nodes.java:270)
		at jenkins.model.Jenkins.removeNode(Jenkins.java:2266)
		at hudson.slaves.AbstractCloudSlave.terminate(AbstractCloudSlave.java:91)
		at org.jenkinsci.plugins.durabletask.executors.OnceRetentionStrategy.lambda$done$5(OnceRetentionStrategy.java:130)
		at hudson.model.Queue._withLock(Queue.java:1401)
		at hudson.model.Queue.withLock(Queue.java:1275)
		at org.jenkinsci.plugins.durabletask.executors.OnceRetentionStrategy.lambda$done$6(OnceRetentionStrategy.java:125)
		at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
		at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
		at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Wed Apr 24 04:08:12 EDT 2024 by Thread[Computer.threadPoolForRemoting [#6401],5,main] [id=1258606]
		at hudson.model.Computer.recordTermination(Computer.java:239)
		at hudson.model.Computer.disconnect(Computer.java:509)
		at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:816)
		at jenkins.model.Nodes$5.run(Nodes.java:276)
		at hudson.model.Queue._withLock(Queue.java:1401)
		at hudson.model.Queue.withLock(Queue.java:1275)
		at jenkins.model.Nodes.removeNode(Nodes.java:270)
		at jenkins.model.Jenkins.removeNode(Jenkins.java:2266)
		at hudson.slaves.AbstractCloudSlave.terminate(AbstractCloudSlave.java:91)
		at org.jenkinsci.plugins.durabletask.executors.OnceRetentionStrategy.lambda$done$5(OnceRetentionStrategy.java:130)
		at hudson.model.Queue._withLock(Queue.java:1401)
		at hudson.model.Queue.withLock(Queue.java:1275)
		at org.jenkinsci.plugins.durabletask.executors.OnceRetentionStrategy.lambda$done$6(OnceRetentionStrategy.java:125)
		at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
		at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
		at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3582a3e1-cb1a-4ebf-a084-cbceb8f75c07
org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for jipp-migration-agent-6gb-m9cqx; jipp-migration-agent-6gb-m9cqx was marked offline: Connection was broken
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:186)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:158)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:151)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:168)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:158)
	at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
	at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:137)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
	at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:83)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Agent was removed
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a81038b5-1a2d-4f15-ba3b-db0913cfd9ec

GitHub has been notified of this commit’s build result

Finished: ABORTED