Skip to content
Failed

Console Output

Branch indexing
18:26:13 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from f925173779e06456420fcdc5c245d42508a9a626
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-qn3r6 is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-qn3r6"
  namespace: "jdt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jdt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-qn3r6"
    - 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-qn3r6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.13.3"
    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-jdt"
      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-qn3r6 in /home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance
[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-jdt/eclipse.jdt.debug.git
 > git init /home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.debug.git
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.debug.git +refs/heads/R4_25_maintenance:refs/remotes/origin/R4_25_maintenance # timeout=10
Avoid second fetch
Checking out Revision f925173779e06456420fcdc5c245d42508a9a626 (R4_25_maintenance)
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.debug.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_25_maintenance:refs/remotes/origin/R4_25_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f925173779e06456420fcdc5c245d42508a9a626 # timeout=10
Commit message: "Add ability to navigate from the AllReferences popup and from the AllInstances popup to the actual implementation (#85)"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[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] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
18:26:42 [2023-02-04T23:26:42.901Z] $ pkill Xvnc
18:26:42 [2023-02-04T23:26:42.930Z] $ pkill Xrealvnc
18:26:42 [2023-02-04T23:26:42.945Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
18:26:55 [2023-02-04T23:26:55.019Z] [t.debug-github_R4_25_maintenance] $ Xvnc -help
18:26:55 [2023-02-04T23:26:55.048Z] Starting xvnc
18:26:55 [2023-02-04T23:26:55.053Z] [t.debug-github_R4_25_maintenance] $ Xvnc :23 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
18:26:55 [2023-02-04T23:26:55.068Z] 
18:26:55 [2023-02-04T23:26:55.069Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
18:26:55 [2023-02-04T23:26:55.069Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
18:26:55 [2023-02-04T23:26:55.069Z] See https://www.tigervnc.org for information on TigerVNC.
18:26:55 [2023-02-04T23:26:55.069Z] Underlying X server release 12011000, The X.Org Foundation
18:26:55 [2023-02-04T23:26:55.069Z] 
18:26:55 [2023-02-04T23:26:55.069Z] 
18:26:55 [2023-02-04T23:26:55.069Z] Sat Feb  4 23:26:55 2023
18:26:55 [2023-02-04T23:26:55.069Z]  vncext:      VNC extension running!
18:26:55 [2023-02-04T23:26:55.069Z]  vncext:      Listening for VNC connections on all interface(s), port 5923
18:26:55 [2023-02-04T23:26:55.069Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
18:26:55 [2023-02-04T23:26:55.452Z] + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -DtrimStackTrace=false
18:26:55 [2023-02-04T23:26:55.726Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
18:26:55 [2023-02-04T23:26:55.726Z] Maven home: /opt/tools/apache-maven/latest
18:26:55 [2023-02-04T23:26:55.726Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
18:26:55 [2023-02-04T23:26:55.726Z] Default locale: en_US, platform encoding: UTF-8
18:26:55 [2023-02-04T23:26:55.726Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
18:26:58 [2023-02-04T23:26:58.388Z] [INFO] Scanning for projects...
18:26:59 [2023-02-04T23:26:59.775Z] [WARNING] The POM for org.eclipse.tycho:tycho-maven-plugin:jar:3.0.0-SNAPSHOT is missing, no dependency information available
18:26:59 [2023-02-04T23:26:59.775Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
18:26:59 [2023-02-04T23:26:59.775Z] [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:3.0.0-SNAPSHOT in tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/) @ 
18:26:59 [2023-02-04T23:26:59.775Z]  @ 
18:26:59 [2023-02-04T23:26:59.775Z] [ERROR] The build could not read 1 project -> [Help 1]
18:26:59 [2023-02-04T23:26:59.775Z] [ERROR]   
18:26:59 [2023-02-04T23:26:59.775Z] [ERROR]   The project eclipse.jdt.debug:eclipse.jdt.debug:4.25.0-SNAPSHOT (/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance/pom.xml) has 1 error
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:3.0.0-SNAPSHOT in tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/) -> [Help 2]
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] 
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] 
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
18:26:59 [2023-02-04T23:26:59.776Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
[Pipeline] }
18:27:00 [2023-02-04T23:27:00.054Z] Terminating xvnc.
18:27:05 [2023-02-04T23:27:05.395Z] 
18:27:05 [2023-02-04T23:27:05.396Z] Sat Feb  4 23:27:05 2023
18:27:05 [2023-02-04T23:27:05.396Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
18:27:05 [2023-02-04T23:27:05.396Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
18:27:22 [2023-02-04T23:27:22.333Z] Archiving artifacts
[Pipeline] recordIssues
18:27:22 [2023-02-04T23:27:22.840Z] [AcuCobol] Sleeping for 5 seconds due to JENKINS-32191...
18:27:27 [2023-02-04T23:27:27.841Z] [AcuCobol] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:27 [2023-02-04T23:27:27.845Z] [AcuCobol] -> found 0 issues (skipped 0 duplicates)
18:27:27 [2023-02-04T23:27:27.845Z] [AcuCobol] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:27 [2023-02-04T23:27:27.845Z] [AcuCobol] -> found 0 issues (skipped 0 duplicates)
18:27:27 [2023-02-04T23:27:27.845Z] [AcuCobol] Successfully parsed console log
18:27:27 [2023-02-04T23:27:27.845Z] [AcuCobol] -> found 0 issues (skipped 0 duplicates)
18:27:27 [2023-02-04T23:27:27.846Z] [AcuCobol] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:27 [2023-02-04T23:27:27.846Z] [AcuCobol] Skipping post processing
18:27:27 [2023-02-04T23:27:27.846Z] [AcuCobol] No filter has been set, publishing all 0 issues
18:27:27 [2023-02-04T23:27:27.846Z] [AcuCobol] Repository miner is not configured, skipping repository mining
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] Reference build recorder is not configured
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] Obtaining reference build from same job (R4_25_maintenance)
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] All reported issues will be considered outstanding
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] Evaluating quality gates
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] -> PASSED - Delta (any severity): 0 - Quality Gate: 1
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] -> All quality gates have been passed
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] Health report is disabled - skipping
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
18:27:27 [2023-02-04T23:27:27.848Z] [AcuCobol] Attaching ResultAction with ID 'acu-cobol' to build 'eclipse.jdt.debug-github/R4_25_maintenance #1'.
18:27:27 [2023-02-04T23:27:27.890Z] [Checks API] No suitable checks publisher found.
[Pipeline] scanForIssues
18:27:27 [2023-02-04T23:27:27.893Z] [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
18:27:32 [2023-02-04T23:27:32.894Z] [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:32 [2023-02-04T23:27:32.902Z] [Java Compiler] Successfully parsed console log
18:27:32 [2023-02-04T23:27:32.902Z] [Java Compiler] -> found 0 issues (skipped 0 duplicates)
18:27:32 [2023-02-04T23:27:32.903Z] [Java Compiler] Skipping post processing
18:27:32 [2023-02-04T23:27:32.903Z] [Java Compiler] No filter has been set, publishing all 0 issues
18:27:32 [2023-02-04T23:27:32.903Z] [Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
18:27:32 [2023-02-04T23:27:32.907Z] [Maven] Sleeping for 5 seconds due to JENKINS-32191...
18:27:37 [2023-02-04T23:27:37.907Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:37 [2023-02-04T23:27:37.913Z] [Maven] -> found 3 issues (skipped 0 duplicates)
18:27:37 [2023-02-04T23:27:37.913Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] -> found 3 issues (skipped 0 duplicates)
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] Successfully parsed console log
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] -> found 3 issues (skipped 0 duplicates)
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/t.debug-github_R4_25_maintenance')
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] Skipping post processing
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] No filter has been set, publishing all 3 issues
18:27:37 [2023-02-04T23:27:37.914Z] [Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] Reference build recorder is not configured
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] Obtaining reference build from same job (R4_25_maintenance)
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] All reported issues will be considered outstanding
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] No quality gates have been set - skipping
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] Health report is disabled - skipping
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] Created analysis result for 3 issues (found 0 new issues, fixed 0 issues)
18:27:37 [2023-02-04T23:27:37.918Z] [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt.debug-github/R4_25_maintenance #1'.
18:27:45 [2023-02-04T23:27:45.220Z] [Checks API] No suitable checks publisher found.
[Pipeline] junit
18:27:45 [2023-02-04T23:27:45.227Z] Recording test results
18:27:45 [2023-02-04T23:27:45.435Z] 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.18.224/10.40.18.224:34048
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1194)
		at hudson.FilePath.act(FilePath.java:1183)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
		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:840)
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	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:126)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[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