You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Dominik Stadler (JIRA)" <ji...@apache.org> on 2016/04/15 21:26:25 UTC

[jira] [Comment Edited] (INFRA-11692) Jenkins machine ubuntu-us1 is having tag "Ubuntu", but is missing "Ant (latest)"

    [ https://issues.apache.org/jira/browse/INFRA-11692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15243458#comment-15243458 ] 

Dominik Stadler edited comment on INFRA-11692 at 4/15/16 7:26 PM:
------------------------------------------------------------------

Seems something went wrong, now the node does not even start the Jenkins slave, see https://builds.apache.org/computer/ubuntu-us1/log

[04/15/16 19:24:29] [SSH] Starting slave process: cd "/home/jenkins/jenkins-slave" && /home/jenkins/tools/java/jdk1.7.0_55/bin/java -Xmx2g -Xms512m -XX:MaxPermSize=256m -jar slave.jar

bash: /home/jenkins/tools/java/jdk1.7.0_55/bin/java: No such file or directory
hudson.util.IOException2: Slave JVM has terminated. Exit code=127
	at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:984)
	at hudson.plugins.sshslaves.SSHLauncher.access$400(SSHLauncher.java:137)
	at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:725)
	at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.EOFException: unexpected stream termination
	at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:365)
	at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:310)
	at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:380)
	at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:976)
	... 7 more
[04/15/16 19:24:29] Launch failed - cleaning up connection
[04/15/16 19:24:29] [SSH] Connection closed.



was (Author: centic):
Seems something went wrong, now the node does not even start the Jenkins slave, see https://builds.apache.org/computer/ubuntu-us1/log

{noformat}
[04/15/16 19:24:29] [SSH] Starting slave process: cd "/home/jenkins/jenkins-slave" && /home/jenkins/tools/java/jdk1.7.0_55/bin/java -Xmx2g -Xms512m -XX:MaxPermSize=256m -jar slave.jar

bash: /home/jenkins/tools/java/jdk1.7.0_55/bin/java: No such file or directory
hudson.util.IOException2: Slave JVM has terminated. Exit code=127
	at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:984)
	at hudson.plugins.sshslaves.SSHLauncher.access$400(SSHLauncher.java:137)
	at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:725)
	at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.EOFException: unexpected stream termination
	at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:365)
	at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:310)
	at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:380)
	at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:976)
	... 7 more
[04/15/16 19:24:29] Launch failed - cleaning up connection
[04/15/16 19:24:29] [SSH] Connection closed.
{noformat}

> Jenkins machine ubuntu-us1 is having tag "Ubuntu", but is missing "Ant (latest)"
> --------------------------------------------------------------------------------
>
>                 Key: INFRA-11692
>                 URL: https://issues.apache.org/jira/browse/INFRA-11692
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>         Environment: https://builds.apache.org/computer/ubuntu-us1
> https://builds.apache.org/job/POI/1249/consoleFull
>            Reporter: Dominik Stadler
>
> It seems the Jenkins build slave https://builds.apache.org/computer/ubuntu-us1 is missing Ant-setup, builds that run on it fail with:
> {noformat}
> FATAL: Cannot find executable from the chosen Ant installation "Ant (latest)"
> Build step 'Invoke Ant' marked build as failure
> {noformat}
> All other Ubuntu and Windows machines provides this.
> For now we excluded this slave in the POI builds, but ideally we should be able to use as many hosts as possible for better load-distribution of build-jobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)