Skip to content
Aborted

Console Output

Started by user Jonah Graham
Running as Jonah Graham
09:49:35 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained releng/build.Jenkinsfile from 40de44ac4d8077f39e475ddeb49e5137291eae61
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-152-v0dkj-ch2zm-3vspm
Agent lsp4j-multi-build-main-152-v0dkj-ch2zm-3vspm is provisioned from template lsp4j-multi-build_main_152-v0dkj-ch2zm
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/152/"
    runUrl: "job/lsp4j-multi-build/job/main/152/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "8bfcab12e0a02e272a58f5ccd68ad52c08de3867"
    jenkins/label: "lsp4j-multi-build_main_152-v0dkj"
  name: "lsp4j-multi-build-main-152-v0dkj-ch2zm-3vspm"
  namespace: "lsp4j"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lsp4j.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "lsp4j-multi-build-main-152-v0dkj-ch2zm-3vspm"
    - 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: "lsp4j-multi-build-main-152-v0dkj-ch2zm-3vspm"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    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/.m2/repository"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins"
      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-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-4"
      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-lsp4j"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - emptyDir:
      medium: ""
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on lsp4j-multi-build-main-152-v0dkj-ch2zm-3vspm in /home/jenkins/agent/workspace/lsp4j-multi-build_main
[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/lsp4j.git
 > git init /home/jenkins/agent/workspace/lsp4j-multi-build_main # timeout=10
Fetching upstream changes from https://github.com/eclipse/lsp4j.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/lsp4j.git +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision 40de44ac4d8077f39e475ddeb49e5137291eae61 (main)
 > git config remote.origin.url https://github.com/eclipse/lsp4j.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40de44ac4d8077f39e475ddeb49e5137291eae61 # timeout=10
Commit message: "Prepare repo for 0.23.0 release"
 > git rev-list --no-walk 193c3bca435550b1f89d333d81002275988eeefb # timeout=10
[Pipeline] }
[Pipeline] // stage
[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] { (Clean)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:50:14 [2024-05-14T13:50:14.155Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:50:15 [2024-05-14T13:50:15.255Z] + git status --ignored
09:50:15 [2024-05-14T13:50:15.255Z] HEAD detached at 40de44a
09:50:15 [2024-05-14T13:50:15.255Z] nothing to commit, working tree clean
09:50:15 [2024-05-14T13:50:15.255Z] + git clean -dfx
09:50:15 [2024-05-14T13:50:15.255Z] + git reset --hard HEAD
09:50:15 [2024-05-14T13:50:15.255Z] HEAD is now at 40de44a Prepare repo for 0.23.0 release
09:50:15 [2024-05-14T13:50:15.255Z] + git status --ignored
09:50:15 [2024-05-14T13:50:15.255Z] HEAD detached at 40de44a
09:50:15 [2024-05-14T13:50:15.255Z] nothing to commit, working tree clean
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gradle)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:50:26 [2024-05-14T13:50:26.814Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:50:27 [2024-05-14T13:50:27.748Z] + echo /opt/tools/java/temurin/jdk-11/latest
09:50:27 [2024-05-14T13:50:27.748Z] /opt/tools/java/temurin/jdk-11/latest
[Pipeline] sh
09:50:28 [2024-05-14T13:50:28.312Z] + java -version
09:50:28 [2024-05-14T13:50:28.312Z] openjdk version "11.0.22" 2024-01-16
09:50:28 [2024-05-14T13:50:28.312Z] OpenJDK Runtime Environment Temurin-11.0.22+7 (build 11.0.22+7)
09:50:28 [2024-05-14T13:50:28.312Z] OpenJDK 64-Bit Server VM Temurin-11.0.22+7 (build 11.0.22+7, mixed mode)
[Pipeline] sh
09:50:28 [2024-05-14T13:50:28.857Z] + which java
09:50:28 [2024-05-14T13:50:28.857Z] /opt/tools/java/temurin/jdk-11/latest/bin/java
[Pipeline] sh
09:50:29 [2024-05-14T13:50:29.427Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
09:50:29 [2024-05-14T13:50:29.689Z] Downloading https://services.gradle.org/distributions/gradle-8.6-bin.zip
09:50:32 [2024-05-14T13:50:32.685Z] ............10%.............20%............30%.............40%.............50%............60%.............70%.............80%............90%.............100%
09:50:35 [2024-05-14T13:50:35.229Z] 
09:50:35 [2024-05-14T13:50:35.229Z] Welcome to Gradle 8.6!
09:50:35 [2024-05-14T13:50:35.229Z] 
09:50:35 [2024-05-14T13:50:35.229Z] Here are the highlights of this release:
09:50:35 [2024-05-14T13:50:35.229Z]  - Configurable encryption key for configuration cache
09:50:35 [2024-05-14T13:50:35.229Z]  - Build init improvements
09:50:35 [2024-05-14T13:50:35.229Z]  - Build authoring improvements
09:50:35 [2024-05-14T13:50:35.229Z] 
09:50:35 [2024-05-14T13:50:35.229Z] For more details see https://docs.gradle.org/8.6/release-notes.html
09:50:35 [2024-05-14T13:50:35.229Z] 
09:50:35 [2024-05-14T13:50:35.229Z] To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
09:50:37 [2024-05-14T13:50:37.808Z] Daemon will be stopped at the end of the build 
09:50:59 [2024-05-14T13:50:59.826Z] > Task :clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.826Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.826Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.826Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.827Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.827Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.827Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.827Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE
09:50:59 [2024-05-14T13:50:59.827Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE
09:51:04 [2024-05-14T13:51:04.065Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava
09:51:04 [2024-05-14T13:51:04.065Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources
09:51:04 [2024-05-14T13:51:04.065Z] > Task :org.eclipse.lsp4j.jsonrpc:classes
09:51:04 [2024-05-14T13:51:04.660Z] > Task :org.eclipse.lsp4j.jsonrpc:jar
09:51:16 [2024-05-14T13:51:16.905Z] > Task :org.eclipse.lsp4j.generator:generateXtext
09:51:19 [2024-05-14T13:51:19.486Z] > Task :org.eclipse.lsp4j.generator:compileJava
09:51:19 [2024-05-14T13:51:19.486Z] > Task :org.eclipse.lsp4j.generator:processResources
09:51:19 [2024-05-14T13:51:19.486Z] > Task :org.eclipse.lsp4j.generator:classes
09:51:19 [2024-05-14T13:51:19.486Z] > Task :org.eclipse.lsp4j.generator:jar
Aborted by Jonah Graham
09:51:29 [2024-05-14T13:51:29.099Z] Sending interrupt signal to process
09:51:31 [2024-05-14T13:51:31.753Z] The message received from the daemon indicates that the daemon has disappeared.
09:51:31 [2024-05-14T13:51:31.753Z] Build request sent: Build{id=6e999a1c-8523-4160-a26e-f92e31120bb6, currentDir=/home/jenkins/agent/workspace/lsp4j-multi-build_main}
09:51:31 [2024-05-14T13:51:31.753Z] Attempting to read last messages from the daemon log...
09:51:31 [2024-05-14T13:51:31.753Z] Daemon pid: 238
09:51:31 [2024-05-14T13:51:31.753Z]   log file: /home/jenkins/.gradle/daemon/8.6/daemon-238.out.log
09:51:31 [2024-05-14T13:51:31.754Z] ----- Last  20 lines from daemon log file - daemon-238.out.log -----
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.158+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on daemon addresses registry.
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.160+0000 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on daemon addresses registry.
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.161+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] resetting idle timer
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.161+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon is running. Sleeping until state changes.
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.162+0000 [INFO] [org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy] Daemon is about to start building Build{id=6e999a1c-8523-4160-a26e-f92e31120bb6, currentDir=/home/jenkins/agent/workspace/lsp4j-multi-build_main}. Dispatching build started information...
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.163+0000 [DEBUG] [org.gradle.launcher.daemon.server.SynchronizedDispatchConnection] thread 19: dispatching org.gradle.launcher.daemon.protocol.BuildStarted@7ec055f5
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.165+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment] Configuring env variables: [PATH, RUN_DISPLAY_URL, HUDSON_HOME, RUN_CHANGES_DISPLAY_URL, JOB_URL, HUDSON_COOKIE, JENKINS_DISCOVERY_PORT_50000_TCP_ADDR, GITLAB_OBJECT_KIND, JENKINS_DISCOVERY_SERVICE_PORT_JNLP, JENKINS_NODE_COOKIE, JENKINS_DISCOVERY_PORT_50000_TCP, JENKINS_AGENT_NAME, MAVEN_HOME, NSS_SDB_USE_CACHE, JENKINS_SERVER_COOKIE, JENKINS_UI_SERVICE_HOST, JENKINS_UI_PORT_80_TCP_ADDR, RUN_TESTS_DISPLAY_URL, PWD, JENKINS_URL, KUBERNETES_PORT_443_TCP, JENKINS_SECRET, BUILD_TAG, STAGE_NAME, JENKINS_DISCOVERY_PORT, BRANCH_IS_PRIMARY, JENKINS_HOME, NODE_NAME, BUILD_DISPLAY_NAME, JENKINS_DISCOVERY_PORT_50000_TCP_PORT, JOB_DISPLAY_URL, M2_HOME, GIT_BRANCH, KUBERNETES_SERVICE_PORT_HTTPS, JENKINS_UI_SERVICE_PORT, SHLVL, JENKINS_DISCOVERY_SERVICE_HOST, WORKSPACE_TMP, JENKINS_TUNNEL, GIT_PREVIOUS_COMMIT, JENKINS_REMOTING_JAVA_OPTS, JENKINS_UI_PORT, KUBERNETES_PORT, JAVA_HOME, JENKINS_UI_PORT_80_TCP, POD_LABEL, OPENJ9_JAVA_OPTIONS, TERM, BUILD_ID, LANG, KUBERNETES_SERVICE_HOST, JOB_NAME, DISPLAY, GIT_PREVIOUS_SUCCESSFUL_COMMIT, JENKINS_UI_PORT_80_TCP_PROTO, NODE_LABELS, HUDSON_URL, WORKSPACE, JENKINS_NAME, GIT_COMMIT, KUBERNETES_PORT_443_TCP_ADDR, CI, EXECUTOR_NUMBER, HUDSON_SERVER_COOKIE, JENKINS_DISCOVERY_PORT_50000_TCP_PROTO, KUBERNETES_PORT_443_TCP_PROTO, JOB_BASE_NAME, USER_NAME, JENKINS_AGENT_WORKDIR, JENKINS_UI_PORT_80_TCP_PORT, JENKINS_DISCOVERY_SERVICE_PORT, KUBERNETES_SERVICE_PORT, BUILD_NUMBER, HOSTNAME, BUILD_URL, RUN_ARTIFACTS_DISPLAY_URL, GIT_URL, KUBERNETES_PORT_443_TCP_PORT, BRANCH_NAME, HOME, JENKINS_UI_SERVICE_PORT_HTTP]
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.169+0000 [DEBUG] [org.gradle.launcher.daemon.server.SynchronizedDispatchConnection] thread 17: received class org.gradle.launcher.daemon.protocol.CloseInput
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.169+0000 [DEBUG] [org.gradle.launcher.daemon.server.DefaultDaemonConnection] thread 17: Received IO message from client: org.gradle.launcher.daemon.protocol.CloseInput@37a2b014
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.174+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.LogToClient] About to start relaying all logs to the client via the connection.
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.174+0000 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 238). The daemon log file: /home/jenkins/.gradle/daemon/8.6/daemon-238.out.log
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.176+0000 [INFO] [org.gradle.launcher.daemon.server.exec.ForwardClientInput] Closing daemon's stdin at end of input.
09:51:31 [2024-05-14T13:51:31.754Z] 2024-05-14T13:50:37.177+0000 [INFO] [org.gradle.launcher.daemon.server.exec.ForwardClientInput] The daemon will no longer process any standard input.
09:51:31 [2024-05-14T13:51:31.755Z] 2024-05-14T13:50:37.178+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon] Requesting daemon stop after processing Build{id=6e999a1c-8523-4160-a26e-f92e31120bb6, currentDir=/home/jenkins/agent/workspace/lsp4j-multi-build_main}
09:51:31 [2024-05-14T13:51:31.755Z] 2024-05-14T13:50:37.178+0000 [LIFECYCLE] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Daemon will be stopped at the end of the build 
09:51:31 [2024-05-14T13:51:31.755Z] 2024-05-14T13:50:37.178+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Stop as soon as idle requested. The daemon is busy: true
09:51:31 [2024-05-14T13:51:31.755Z] 2024-05-14T13:50:37.179+0000 [DEBUG] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] daemon stop has been requested. Sleeping until state changes.
09:51:31 [2024-05-14T13:51:31.755Z] 2024-05-14T13:50:37.180+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build.
09:51:31 [2024-05-14T13:51:31.755Z] 2024-05-14T13:50:37.180+0000 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=21607519-7c0a-440c-bd75-a2d30f74d4a0,javaHome=/opt/tools/java/temurin/jdk-11/11.0.22+7,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=238,idleTimeout=120000,priority=NORMAL,applyInstrumentationAgent=true,daemonOpts=--add-opens=java.base/java.util=ALL-UNNAMED,--add-opens=java.base/java.lang=ALL-UNNAMED,--add-opens=java.base/java.lang.invoke=ALL-UNNAMED,--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens=java.base/java.nio.charset=ALL-UNNAMED,--add-opens=java.base/java.net=ALL-UNNAMED,--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED,-XX:MaxMetaspaceSize=384m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
09:51:31 [2024-05-14T13:51:31.755Z] Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
09:51:31 [2024-05-14T13:51:31.755Z] ----- End of the daemon log -----
09:51:31 [2024-05-14T13:51:31.755Z] 
09:51:31 [2024-05-14T13:51:31.755Z] 
09:51:31 [2024-05-14T13:51:31.755Z] FAILURE: Build failed with an exception.
09:51:31 [2024-05-14T13:51:31.755Z] 
09:51:31 [2024-05-14T13:51:31.755Z] * What went wrong:
09:51:31 [2024-05-14T13:51:31.755Z] Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
09:51:31 [2024-05-14T13:51:31.755Z] 
09:51:31 [2024-05-14T13:51:31.755Z] * Try:
09:51:31 [2024-05-14T13:51:31.755Z] > Run with --stacktrace option to get the stack trace.
09:51:31 [2024-05-14T13:51:31.755Z] > Run with --info or --debug option to get more log output.
09:51:31 [2024-05-14T13:51:31.755Z] > Run with --scan to get full insights.
09:51:31 [2024-05-14T13:51:31.755Z] > Get more help at https://help.gradle.org.
09:51:31 [2024-05-14T13:51:31.755Z] > Task :org.eclipse.lsp4j:generateXtext
09:51:31 [2024-05-14T13:51:31.762Z] script returned exit code 1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven)
Stage "Maven" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (japicmp)
Stage "japicmp" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy Snapshot)
Stage "Deploy Snapshot" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
09:51:41 [2024-05-14T13:51:41.983Z] Recording test results
09:51:42 [2024-05-14T13:51:42.310Z] 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.54.188/10.40.54.188:40852
		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:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		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: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)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 7ab2eb6b-54d7-444b-ab69-b066424a05dd
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:3616)
	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:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

Click here to forcibly terminate running steps
[Pipeline] script
[Pipeline] {
[Pipeline] matrixSendMessage
09:51:45 [2024-05-14T13:51:45.435Z] Sending Matrix message {type: 'm.text', format: 'org.matrix.custom.html', body: 'SUCCESS => ABORTED https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/main/152/ | lsp4j-multi-build/main#152', formattedBody: '<div><font color='#666666'>SUCCESS => ABORTED</font> | <a href='https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/main/152/' target='_blank'>lsp4j-multi-build/main#152</a></div>'} to {https: true, hostname: 'matrix.eclipse.org', port: null} with access token
09:51:46 [2024-05-14T13:51:46.081Z] Matrix message sent
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: dac7285f-be71-44d9-be16-fc724cb28d0b

GitHub has been notified of this commit’s build result

Finished: ABORTED