Skip to content

Console Output

Started by an SCM change
Agent default-agent-0brf9 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:b0988972cc41814d7d9299d7c2c69858716c41afb4ba1f6a30448b6da1a0a4a4(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
  volumes:
  - name: settings-xml
    configMap:
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml


Building remotely on default-agent-0brf9 in workspace /home/jenkins/workspace/Gendoc-neon
No credentials specified
Cloning the remote Git repository
Cloning repository http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git
 > /usr/bin/git init /home/jenkins/workspace/Gendoc-neon # timeout=10
Fetching upstream changes from http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git # timeout=10
Fetching upstream changes from http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git
 > /usr/bin/git fetch --tags --progress http://git.eclipse.org/gitroot/gendoc/org.eclipse.gendoc.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eb98e8d85e574aad453fa6fb659e9682df1a2d05 (origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f eb98e8d85e574aad453fa6fb659e9682df1a2d05
Commit message: "Update in the releng script for the new ci infra"
 > /usr/bin/git rev-list --no-walk 58c8bc67e46a98342dc540231c7572e198f5b5d3 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
Starting xvnc
[Gendoc-neon] $ Xvnc :68 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "Xvnc" (in directory "/home/jenkins/workspace/Gendoc-neon"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:249)
	at hudson.Proc$LocalProc.<init>(Proc.java:218)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:936)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1313)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1266)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at hudson.remoting.Engine$1$$Lambda$3.00000000B4005DF0.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.128.4.1/10.128.4.1:52766
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1059)
		at hudson.Launcher$ProcStarter.start(Launcher.java:455)
		at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:130)
		at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:96)
		at jenkins.tasks.SimpleBuildWrapper.setUp(SimpleBuildWrapper.java:146)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:667)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1816)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 17 more
Archiving artifacts
Not sending mail to unregistered user antonio.campesino.robles@ericsson.com
Sending e-mails to: antonio.campesino.robles@ericsson.com
Finished: FAILURE