Skip to content
Failed

Console Output

Pull request #1225 closed
13:44:02 Connecting to https://api.github.com using 277682/******
Obtained Jenkinsfile from 696ca830a3f737d4d3432d042960279d2be15e7a
[Pipeline] Start of Pipeline
[Pipeline] node
Agent jipp-centos-8-agent-8gb-3txwg is provisioned from template jipp-centos-8-agent-8gb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "606bf704eb8db7231b2bd4dc8e541db598e275fb"
    jenkins/label: "centos-8-8gb_centos-latest-8gb"
  name: "jipp-centos-8-agent-8gb-3txwg"
  namespace: "platform"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jipp-centos-8-agent-8gb-3txwg"
    - 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: "jipp-centos-8-agent-8gb-3txwg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "8192Mi"
      requests:
        cpu: "1000m"
        memory: "8192Mi"
    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-platform"
      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 jipp-centos-8-agent-8gb-3txwg in /home/jenkins/agent/workspace/eclipse.platform_pdf-doc
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-platform
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-platform/eclipse.platform.git
 > git init /home/jenkins/agent/workspace/eclipse.platform_pdf-doc # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.git +refs/heads/pdf-doc:refs/remotes/origin/pdf-doc # timeout=10
Avoid second fetch
Checking out Revision 696ca830a3f737d4d3432d042960279d2be15e7a (pdf-doc)
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/pdf-doc:refs/remotes/origin/pdf-doc # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 696ca830a3f737d4d3432d042960279d2be15e7a # timeout=10
Commit message: "Document PDF FAQ entry updated"
First time build. Skipping changelog.
[GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published.
The recommended git tool is: git
using credential github-app-platform
The recommended git tool is: git
using credential github-app-platform
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '696ca83' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@ff1f96f6' to render commit links
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 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] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[eclipse.platform_pdf-doc] $ Xvnc -help
Starting xvnc
[eclipse.platform_pdf-doc] $ Xvnc :37 -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 Mar  1 18:44:56 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5937
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.platform_pdf-doc/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dcompare-version-with-baselines.skip=false -Dmaven.compiler.failOnWarning=false -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS -DtrimStackTrace=false
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
18:45:00.870 [ERROR] Error executing Maven.
18:45:00.871 [ERROR] Extension org.eclipse.tycho:tycho-build:4.0.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-build:jar:4.0.4
18:45:00.873 [ERROR] Caused by: Failed to read artifact descriptor for org.eclipse.tycho:tycho-build:jar:4.0.4
18:45:00.873 [ERROR] Caused by: Failed to read artifact descriptor for org.eclipse.tycho:tycho-build:jar:4.0.4
18:45:00.873 [ERROR] Caused by: The following artifacts could not be resolved: org.eclipse.tycho:tycho-build:pom:4.0.4 (absent): Could not transfer artifact org.eclipse.tycho:tycho-build:pom:4.0.4 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403)
18:45:00.873 [ERROR] Caused by: Could not transfer artifact org.eclipse.tycho:tycho-build:pom:4.0.4 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403)
18:45:00.873 [ERROR] Caused by: status code: 403, reason phrase: Forbidden (403)
[Pipeline] }
Terminating xvnc.

Fri Mar  1 18:45:01 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
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.37.151/10.40.37.151:55014
		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:120)
		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: 8a4f89a2-0d6b-423a-9b2b-c9756b3010db
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	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)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitHub Checks] GitHub check (name: Code Analysis, status: completed) has been published.

GitHub has been notified of this commit’s build result

Finished: FAILURE