Skip to content
Failed

Console Output

Pull request #156 opened
04:56:44 Connecting to https://api.github.com using GitHub bot (username/token)
Connecting to https://api.github.com to check permissions of obtain list of daniel-matheis-vivavis for eclipse-cbi/targetplatform-dsl
Loading trusted files from base branch master at 787787007a55a93a6356162fad522ee5c2a84ba8 rather than dfdaf604ef24e0b712dcd2e48e634f539c8485f1
Obtained Jenkinsfile from 787787007a55a93a6356162fad522ee5c2a84ba8
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-7r7fh is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-7r7fh"
  namespace: "cbi"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-7r7fh"
    - 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-8-7r7fh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/"
    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/.gradle/daemon"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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/.gradle/gradle.properties"
      name: "gradle-secret-dir"
      readOnly: true
      subPath: "gradle.properties"
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-8"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-7"
      readOnly: false
    - 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/.gradle/wrapper"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-8"
  - emptyDir:
      medium: ""
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - emptyDir:
      medium: ""
    name: "volume-5"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cbi"
      readOnly: true
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "gradle-secret-dir"
    secret:
      secretName: "gradle-secret-dir"

Running on centos-8-7r7fh in /home/jenkins/agent/workspace/targetplatform-dsl_PR-156
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm
[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-cbi/targetplatform-dsl.git
 > git init /home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm # timeout=10
Fetching upstream changes from https://github.com/eclipse-cbi/targetplatform-dsl.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-cbi/targetplatform-dsl.git +refs/pull/156/head:refs/remotes/origin/PR-156 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-cbi/targetplatform-dsl.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/156/head:refs/remotes/origin/PR-156 # timeout=10
Fetching without tags
Checking out Revision dfdaf604ef24e0b712dcd2e48e634f539c8485f1 (PR-156)
Commit message: "Fixes https://github.com/eclipse-cbi/targetplatform-dsl/issues/124"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse-cbi/targetplatform-dsl.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-cbi/targetplatform-dsl.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-cbi/targetplatform-dsl.git +refs/pull/156/head:refs/remotes/origin/PR-156 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dfdaf604ef24e0b712dcd2e48e634f539c8485f1 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[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
04:57:03 [2024-04-15T08:57:03.694Z] BUILD_TYPE=nightly
04:57:03 [2024-04-15T08:57:03.694Z] PROMOTE=false
04:57:03 [2024-04-15T08:57:03.694Z] ARCHIVE=false
[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
04:57:03 [2024-04-15T08:57:03.827Z] Running in /home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm
[Pipeline] {
[Pipeline] sshagent
04:57:03 [2024-04-15T08:57:03.841Z] [ssh-agent] Using credentials genie.cbi (ssh://genie.cbi@projects-storage.eclipse.org)
04:57:03 [2024-04-15T08:57:03.841Z] [ssh-agent] Looking for ssh-agent implementation...
04:57:03 [2024-04-15T08:57:03.887Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
04:57:03 [2024-04-15T08:57:03.892Z] $ ssh-agent
04:57:03 [2024-04-15T08:57:03.906Z] SSH_AUTH_SOCK=/tmp/ssh-ctmn1J548Ymx/agent.125
04:57:03 [2024-04-15T08:57:03.906Z] SSH_AGENT_PID=127
04:57:03 [2024-04-15T08:57:03.921Z] Running ssh-add (command line suppressed)
04:57:03 [2024-04-15T08:57:03.958Z] Identity added: /home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm@tmp/private_key_5839684988764877506.key (/home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm@tmp/private_key_5839684988764877506.key)
04:57:03 [2024-04-15T08:57:03.971Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] xvnc
04:57:03 [2024-04-15T08:57:03.988Z] $ pkill Xvnc
04:57:04 [2024-04-15T08:57:04.011Z] $ pkill Xrealvnc
04:57:04 [2024-04-15T08:57:04.027Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
04:57:04 [2024-04-15T08:57:04.178Z] [scm] $ Xvnc -help
04:57:04 [2024-04-15T08:57:04.207Z] Starting xvnc
04:57:04 [2024-04-15T08:57:04.216Z] [scm] $ Xvnc :53 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
[Pipeline] sh
04:57:04 [2024-04-15T08:57:04.231Z] 
04:57:04 [2024-04-15T08:57:04.231Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
04:57:04 [2024-04-15T08:57:04.231Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
04:57:04 [2024-04-15T08:57:04.231Z] See https://www.tigervnc.org for information on TigerVNC.
04:57:04 [2024-04-15T08:57:04.231Z] Underlying X server release 12011000, The X.Org Foundation
04:57:04 [2024-04-15T08:57:04.231Z] 
04:57:04 [2024-04-15T08:57:04.232Z] 
04:57:04 [2024-04-15T08:57:04.232Z] Mon Apr 15 08:57:04 2024
04:57:04 [2024-04-15T08:57:04.232Z]  vncext:      VNC extension running!
04:57:04 [2024-04-15T08:57:04.232Z]  vncext:      Listening for VNC connections on all interface(s), port 5953
04:57:04 [2024-04-15T08:57:04.233Z]  vncext:      created VNC server for screen 0
04:57:04 [2024-04-15T08:57:04.667Z] + [[ true == false ]]
04:57:04 [2024-04-15T08:57:04.667Z] + promotion_argument='-Peclipse-sign -Dpromote=true'
04:57:04 [2024-04-15T08:57:04.667Z] + mvn -B -Ptarget-default -Peclipse-sign -Dpromote=true -Dorg.eclipse.storage.user=genie.cbi -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/cbi/job/targetplatform-dsl/job/PR-156/ -Dorg.eclipse.download.location.relative=cbi/updates -Dorg.eclipse.justj.p2.manager.relative= -Dbuild.type=nightly -Dgit.commit=dfdaf604ef24e0b712dcd2e48e634f539c8485f1 -Dbuild.id=1 clean install
04:57:05 [2024-04-15T08:57:05.246Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
04:57:05 [2024-04-15T08:57:05.246Z] Maven home: /opt/tools/apache-maven/latest
04:57:05 [2024-04-15T08:57:05.246Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
04:57:05 [2024-04-15T08:57:05.246Z] Default locale: en_US, platform encoding: UTF-8
04:57:05 [2024-04-15T08:57:05.246Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
04:57:08 [2024-04-15T08:57:08.649Z] [INFO] Scanning for projects...
04:57:18 [2024-04-15T08:57:18.737Z] [INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
04:57:18 [2024-04-15T08:57:18.737Z] [INFO] Tycho Mode:     project
04:57:18 [2024-04-15T08:57:18.737Z] [INFO] Tycho Builder:  maven
04:57:18 [2024-04-15T08:57:18.737Z] [INFO] Build Threads:  1
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] ------------------------------------------------------------------------
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] Reactor Build Order:
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] 
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform-parent                              [pom]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.model                    [eclipse-plugin]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform                          [eclipse-plugin]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.ide                      [eclipse-plugin]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.ui                       [eclipse-plugin]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.tests               [eclipse-test-plugin]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.ui.tests            [eclipse-test-plugin]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.feature                 [eclipse-feature]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform-update               [eclipse-repository]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] org.eclipse.cbi.targetplatform.promote                             [pom]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] 
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] --< org.eclipse.cbi.targetplatform:org.eclipse.cbi.targetplatform-parent >--
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] Building org.eclipse.cbi.targetplatform-parent 3.1.0-SNAPSHOT     [1/10]
04:57:33 [2024-04-15T08:57:33.648Z] [INFO]   from pom.xml
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] --------------------------------[ pom ]---------------------------------
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] 
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.cbi.targetplatform-parent ---
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] 
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.cbi.targetplatform-parent ---
04:57:33 [2024-04-15T08:57:33.648Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed
04:57:33 [2024-04-15T08:57:33.649Z] [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
04:57:33 [2024-04-15T08:57:33.649Z] [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
04:57:33 [2024-04-15T08:57:33.649Z] [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
04:57:33 [2024-04-15T08:57:33.649Z] [INFO] Rule 4: org.apache.maven.enforcer.rules.RequireSameVersions passed
04:57:33 [2024-04-15T08:57:33.649Z] [INFO] 
04:57:33 [2024-04-15T08:57:33.649Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.cbi.targetplatform-parent ---
04:57:34 [2024-04-15T08:57:34.587Z] [INFO] 
04:57:34 [2024-04-15T08:57:34.588Z] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.cbi.targetplatform-parent ---
04:57:34 [2024-04-15T08:57:34.847Z] [INFO] Installing /home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm/pom.xml to /home/jenkins/.m2/repository/org/eclipse/cbi/targetplatform/org.eclipse.cbi.targetplatform-parent/3.1.0-SNAPSHOT/org.eclipse.cbi.targetplatform-parent-3.1.0-SNAPSHOT.pom
04:57:34 [2024-04-15T08:57:34.847Z] [INFO] 
04:57:34 [2024-04-15T08:57:34.847Z] [INFO] --< org.eclipse.cbi.targetplatform:org.eclipse.cbi.targetplatform.model >--
04:57:34 [2024-04-15T08:57:34.847Z] [INFO] Building org.eclipse.cbi.targetplatform.model 3.1.0-SNAPSHOT      [2/10]
04:57:34 [2024-04-15T08:57:34.847Z] [INFO]   from org.eclipse.cbi.targetplatform.model/pom.xml
04:57:34 [2024-04-15T08:57:34.848Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:57:42 [2024-04-15T08:57:42.969Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm/org.eclipse.cbi.targetplatform.model/../target-platforms/default.target for environments=[linux/gtk/x86, linux/gtk/x86_64, win32/win32/x86, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@6b133599
04:57:43 [2024-04-15T08:57:43.229Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
04:57:43 [2024-04-15T08:57:43.230Z] [INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
04:57:43 [2024-04-15T08:57:43.230Z] [INFO]     Transport mode:         online
04:57:43 [2024-04-15T08:57:43.230Z] [INFO]     Http Transport type:    Java11Client
04:57:43 [2024-04-15T08:57:43.230Z] [INFO]     Update mode:            cache first
04:57:43 [2024-04-15T08:57:43.230Z] [INFO]     Minimum cache duration: 60 minutes
04:57:43 [2024-04-15T08:57:43.230Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] ------------------------------------------------------------------------
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] Reactor Summary:
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] 
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform-parent 3.1.0-SNAPSHOT SUCCESS [  2.037 s]
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.model 3.1.0-SNAPSHOT  FAILURE [ 13.259 s]
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform 3.1.0-SNAPSHOT ...... SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.ide 3.1.0-SNAPSHOT .. SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.ui 3.1.0-SNAPSHOT ... SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.tests 3.1.0-SNAPSHOT  SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.ui.tests 3.1.0-SNAPSHOT SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.feature 3.1.0-SNAPSHOT SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform-update 3.1.0-SNAPSHOT SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] org.eclipse.cbi.targetplatform.promote 3.1.0-SNAPSHOTT SKIPPED
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] ------------------------------------------------------------------------
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] BUILD FAILURE
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] ------------------------------------------------------------------------
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] Total time:  39.792 s
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] Finished at: 2024-04-15T08:57:47Z
04:57:48 [2024-04-15T08:57:48.568Z] [INFO] ------------------------------------------------------------------------
04:57:48 [2024-04-15T08:57:48.568Z] [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/targetplatform-dsl_PR-156/scm/org.eclipse.cbi.targetplatform.model/../target-platforms/default.target: Could not find "de.libutzki.xtext.nodemodeloutline.feature.feature.group/0.0.1.202110271659" in the repositories of the current location
04:57:48 [2024-04-15T08:57:48.568Z] [ERROR] 
04:57:48 [2024-04-15T08:57:48.568Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
04:57:48 [2024-04-15T08:57:48.568Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[Pipeline] }
04:57:48 [2024-04-15T08:57:48.841Z] Terminating xvnc.
04:57:54 [2024-04-15T08:57:54.227Z] 
04:57:54 [2024-04-15T08:57:54.227Z] Mon Apr 15 08:57:54 2024
04:57:54 [2024-04-15T08:57:54.227Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
04:57:54 [2024-04-15T08:57:54.227Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
04:57:54 [2024-04-15T08:57:54.350Z] $ ssh-agent -k
04:57:54 [2024-04-15T08:57:54.360Z] unset SSH_AUTH_SOCK;
04:57:54 [2024-04-15T08:57:54.360Z] unset SSH_AGENT_PID;
04:57:54 [2024-04-15T08:57:54.361Z] echo Agent pid 127 killed;
04:57:54 [2024-04-15T08:57:54.369Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive Results)
Stage "Archive Results" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] mail
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[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