Skip to content
Aborted

Console Output

Started by user Thomas Guiu
Replayed #16
Running as Thomas Guiu
08:51:17 Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot)
Obtained Jenkinsfile from 5661cf499fedbe58f5992a1edb5b1f7a3ded96a1
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent centos-7-bzxn9 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-bzxn9"
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-bzxn9"
    - 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-bzxn9"
    - 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-bzxn9 in /home/jenkins/agent/workspace/Capella-studio_v1.4.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Avoid second fetch
Checking out Revision 5661cf499fedbe58f5992a1edb5b1f7a3ded96a1 (v1.4.x)
Cloning repository https://github.com/eclipse/capella-studio.git
 > git init /home/jenkins/agent/workspace/Capella-studio_v1.4.x # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-studio.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --progress https://github.com/eclipse/capella-studio.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10
 > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5661cf499fedbe58f5992a1edb5b1f7a3ded96a1 # timeout=10
Commit message: "[releng] do not archive artefact into jenkins (#22)"
 > git rev-list --no-walk 5661cf499fedbe58f5992a1edb5b1f7a3ded96a1 # timeout=10
[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] { (Package & test Capella Studio)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
1.4.x
[Pipeline] }
[Pipeline] // script
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[Capella-studio_v1.4.x] $ vncserver -list
Starting xvnc
[Capella-studio_v1.4.x] $ Xvnc :58 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Apr  1 2020 04:46:00
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Wed Sep 30 12:52:16 2020
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5958
 vncext:      created VNC server for screen 0
[Pipeline] {
[Pipeline] sh
+ mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore clean verify -e -f pom.xml
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.4.x/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
Aborted by Thomas Guiu
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
Stage "Archive artifacts" 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] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.129.10.1/10.129.10.1:46198
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.FilePath.act(FilePath.java:1069)
		at hudson.FilePath.act(FilePath.java:1058)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:140)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:234)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$646/0000000070081D40.run(Unknown Source)
		at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.util.concurrent.FutureTask.run(Unknown Source)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.lang.Thread.run(Unknown Source)
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:152)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3069)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:117)
	at java.lang.Thread.run(Thread.java:748)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: ABORTED