You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2015/09/26 16:20:04 UTC

[jira] [Assigned] (INFRA-8997) lares_ubuntu buildbot slave - random failure in capturing stdout

     [ https://issues.apache.org/jira/browse/INFRA-8997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin reassigned INFRA-8997:
----------------------------

    Assignee:     (was: Gavin)

> lares_ubuntu buildbot slave - random failure in capturing stdout
> ----------------------------------------------------------------
>
>                 Key: INFRA-8997
>                 URL: https://issues.apache.org/jira/browse/INFRA-8997
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Julian Foad
>            Priority: Minor
>
> The build slave http://ci.apache.org/buildslaves/lares_ubuntu
> has spurious failures. This slave is used for RAT build testing for the Subversion project, and for several other builders.
> The failure mode is it sometimes fails to see the stdout from programs it runs (such as 'svn info --xml' or 'git --version'). Examples can be seen in about 1 in 10 of the builds it attempts. Look at the "stdio log" of attempts that failed on step 1. Recent examples:
> http://ci.apache.org/builders/svn-trunk-rat-report/builds/958
> http://ci.apache.org/builders/log4j2-nightly/builds/210
> http://ci.apache.org/builders/openjpa-1.2.x-docs/builds/201
> http://ci.apache.org/builders/openjpa-1.0.x-docs/builds/197
> An example of a broken attempt, from
> http://ci.apache.org/builders/log4j2-nightly/builds/210/steps/git/logs/stdio
> [[[
> git --version
>  in dir /home/buildslave2/slave2/log4j2-nightly/build (timeout 1200 secs)
>  watching logfiles {}
>  argv: ['git', '--version']
>  environment:
>   [...]
> using PTY: True
> program finished with exit code 0
> elapsedTime=0.011104
> ]]]
> An example of a working attempt (note the "git version 1.9.1" line), from
> http://ci.apache.org/builders/log4j2-nightly/builds/211/steps/git/logs/stdio
> [[[
> git --version
>  in dir /home/buildslave2/slave2/log4j2-nightly/build (timeout 1200 secs)
>  watching logfiles {}
>  argv: ['git', '--version']
>  environment:
>   [...]
> using PTY: True
> git version 1.9.1
> program finished with exit code 0
> elapsedTime=0.011104
> ]]]



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