Skip to content
Failed

Console Output

Push event to branch master
Started by GitLab push by Michael Wenz
Querying the current revision of branch master...
Current revision of branch master is 09db0a55284cee81a84919bcdcb897d4c4a286a3
Obtained parent/Jenkinsfile from 09db0a55284cee81a84919bcdcb897d4c4a286a3
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-4n1qr is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1718989325929"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_graphiti_svc_cluster_local_graphitix"
  name: "centos-8-4n1qr"
  namespace: "graphiti"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.graphiti.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-4n1qr"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-8-4n1qr"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.graphiti.svc.cluster.local/graphiti/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9"
    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-graphiti"
      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-8-4n1qr in /home/jenkins/agent/workspace/build_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git
 > git init /home/jenkins/agent/workspace/build_master # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build_master@tmp/jenkins-gitclient-ssh512085916992664148.key
Verifying host key using manually-configured host key entries
 > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 09db0a55284cee81a84919bcdcb897d4c4a286a3 (master)
Commit message: "Fix Resolve "NullPointerException when showing guideline""
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09db0a55284cee81a84919bcdcb897d4c4a286a3 # timeout=10
 > git rev-list --no-walk 1482c5bb10b1fce78d83e741da8ad6569e2998be # timeout=10
[GitLab Pipeline Status] Notifying branch build status: RUNNING build/master #18: Build started...
[GitLab Pipeline Status] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ date +%Y%m%d%H%M
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 50 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
BUILD_TIMESTAMP=202406211702
BUILD_TYPE=nightly
MAVEN_PROFILES=-Peclipse-signing -Ppromotion
WITH_CREDENTIALS=true
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build_master/parent
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.graphiti (ssh://genie.graphiti@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-BREruBH9VE9N/agent.144
SSH_AGENT_PID=146
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build_master/parent@tmp/private_key_4866135527772891093.key (/home/jenkins/agent/workspace/build_master/parent@tmp/private_key_4866135527772891093.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[parent] $ Xvnc -help
Starting xvnc
[parent] $ Xvnc :33 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000, The X.Org Foundation


Fri Jun 21 17:02:20 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5933
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify --no-transfer-progress -Peclipse-signing -Ppromotion -Dmaven.repo.local=/home/jenkins/agent/workspace/build_master/.m2/repository -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/graphiti/job/build/job/master/ -Dbuild.type=nightly -Dcommit.id=09db0a55284cee81a84919bcdcb897d4c4a286a3 -Dorg.eclipse.storage.user=genie.graphiti -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/graphiti/job/build/job/master/ -Dorg.eclipse.justj.p2.manager.target=graphiti
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
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...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Parent                                                             [pom]
[INFO] Metamodel                                               [eclipse-plugin]
[INFO] Core                                                    [eclipse-plugin]
[INFO] UI                                                      [eclipse-plugin]
[INFO] Pattern                                                 [eclipse-plugin]
[INFO] New Project Wizard                                      [eclipse-plugin]
[INFO] SVG Export                                              [eclipse-plugin]
[INFO] Examples Common                                         [eclipse-plugin]
[INFO] Example Tutorial                                        [eclipse-plugin]
[INFO] Example Chess                                           [eclipse-plugin]
[INFO] Example Composite                                       [eclipse-plugin]
[INFO] Example Filesystem Model                                [eclipse-plugin]
[INFO] Example Filesystem Editor                               [eclipse-plugin]
[INFO] Example for Capabilities                                [eclipse-plugin]
[INFO] Documentation                                           [eclipse-plugin]
[INFO] Runtime Feature                                        [eclipse-feature]
[INFO] Examples Feature                                       [eclipse-feature]
[INFO] Tools Feature                                          [eclipse-feature]
[INFO] SDK Feature                                            [eclipse-feature]
[INFO] Export Feature                                         [eclipse-feature]
[INFO] SDK Plus Feature                                       [eclipse-feature]
[INFO] Dependencies Feature                                   [eclipse-feature]
[INFO] Update Site                                         [eclipse-repository]
[INFO] Core Unit Tests                                    [eclipse-test-plugin]
[INFO] UI Unit Tests                                      [eclipse-test-plugin]
[INFO] Testtool Ecore                                          [eclipse-plugin]
[INFO] Testtool Sketch                                         [eclipse-plugin]
[INFO] SWTBot UI Tests                                    [eclipse-test-plugin]
[INFO] Promotion                                                          [pom]
[INFO] 
[INFO] --------------------< org.eclipse.graphiti:parent >---------------------
[INFO] Building Parent 0.19.2-SNAPSHOT                                   [1/29]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ parent ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ parent ---
[INFO] 
[INFO] ------------< org.eclipse.graphiti:org.eclipse.graphiti.mm >------------
[INFO] Building Metamodel 0.19.2-SNAPSHOT                                [2/29]
[INFO]   from /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/build_master/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29
[INFO] Adding repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest
[INFO] Adding repository https://download.eclipse.org/tools/gef/classic/releases/latest
[INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/builds/release/latest
[INFO] Adding repository https://download.eclipse.org/modeling/emf/transaction/updates/releases
[INFO] Adding repository https://download.eclipse.org/modeling/emf/validation/updates/releases
[INFO] Adding repository https://download.eclipse.org/technology/swtbot/releases/latest
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.graphiti:org.eclipse.graphiti.mm:0.19.2-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.graphiti.mm ---
[INFO] The project's OSGi version is 0.19.2.202406211702
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.graphiti.mm ---
[INFO] Resolving class path of Metamodel
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.graphiti.mm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.graphiti.mm ---
[INFO] Compiling 118 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.graphiti.mm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.graphiti.mm ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.graphiti.mm ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.graphiti.mm ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.3:sign (sign) @ org.eclipse.graphiti.mm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar
[WARNING] [Fri Jun 21 17:02:50 UTC 2024] HTTP request failed.
HTTP Error 500 (reason: Server Error)
HTTP Error 500
Problem accessing '/jarsigner/sign'
Reason: Server Error
Server response has been saved to '/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar-1474836092257199641-RemoteJarSigner.log'
[WARNING] [Fri Jun 21 17:03:01 UTC 2024] HTTP request failed.
HTTP Error 500 (reason: Server Error)
HTTP Error 500
Problem accessing '/jarsigner/sign'
Reason: Server Error
Server response has been saved to '/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar-10464270974155333820-RemoteJarSigner.log'
[WARNING] [Fri Jun 21 17:03:12 UTC 2024] HTTP request failed.
HTTP Error 500 (reason: Server Error)
HTTP Error 500
Problem accessing '/jarsigner/sign'
Reason: Server Error
Server response has been saved to '/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar-17514321564342051030-RemoteJarSigner.log'
[WARNING] [Fri Jun 21 17:03:23 UTC 2024] HTTP request failed.
HTTP Error 500 (reason: Server Error)
HTTP Error 500
Problem accessing '/jarsigner/sign'
Reason: Server Error
Server response has been saved to '/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar-10735432404234665968-RemoteJarSigner.log'
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Parent 0.19.2-SNAPSHOT:
[INFO] 
[INFO] Parent ............................................. SUCCESS [  0.701 s]
[INFO] Metamodel .......................................... FAILURE [ 44.344 s]
[INFO] Core ............................................... SKIPPED
[INFO] UI ................................................. SKIPPED
[INFO] Pattern ............................................ SKIPPED
[INFO] New Project Wizard ................................. SKIPPED
[INFO] SVG Export ......................................... SKIPPED
[INFO] Examples Common .................................... SKIPPED
[INFO] Example Tutorial ................................... SKIPPED
[INFO] Example Chess ...................................... SKIPPED
[INFO] Example Composite .................................. SKIPPED
[INFO] Example Filesystem Model ........................... SKIPPED
[INFO] Example Filesystem Editor .......................... SKIPPED
[INFO] Example for Capabilities ........................... SKIPPED
[INFO] Documentation ...................................... SKIPPED
[INFO] Runtime Feature .................................... SKIPPED
[INFO] Examples Feature ................................... SKIPPED
[INFO] Tools Feature ...................................... SKIPPED
[INFO] SDK Feature ........................................ SKIPPED
[INFO] Export Feature ..................................... SKIPPED
[INFO] SDK Plus Feature ................................... SKIPPED
[INFO] Dependencies Feature ............................... SKIPPED
[INFO] Update Site ........................................ SKIPPED
[INFO] Core Unit Tests .................................... SKIPPED
[INFO] UI Unit Tests ...................................... SKIPPED
[INFO] Testtool Ecore ..................................... SKIPPED
[INFO] Testtool Sketch .................................... SKIPPED
[INFO] SWTBot UI Tests .................................... SKIPPED
[INFO] Promotion .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:01 min
[INFO] Finished at: 2024-06-21T17:03:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.3:sign (sign) on project org.eclipse.graphiti.mm: [Fri Jun 21 17:03:23 UTC 2024] Jarsigner reported that the file '/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar' has not be been signed -> [Help 1]
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.graphiti.mm
[Pipeline] }
Terminating xvnc.

Fri Jun 21 17:03:30 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 146 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[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.40.67.35/10.40.67.35:45068
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1226)
		at hudson.FilePath.act(FilePath.java:1215)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:125)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:857)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 6afcfbf7-b4f4-4c51-ab4a-93364aa34ef1
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:193)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3613)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	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 hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitLab Pipeline Status] Notifying branch build status: FAILED build/master #18: There was a failure building this commit.
[GitLab Pipeline Status] Notified
Finished: FAILURE