[LLVMdev] Why buildbot SVN checkouts fail

Török Edwin edwintorok at gmail.com
Tue Jan 27 12:24:21 PST 2009


>
> Ah! This is the one that's messing up. Could someone take a look at  
> this and see why it's failing? It doesn't even seem to be getting to  
> the "svn" checkout.
>
>   


Hi Bill,

[sorry I was not subscribed to llvm-testresults, and noticed this only now]

This is a buildbot bug apparently, see
http://buildbot.net/trac/ticket/284 and http://buildbot.net/trac/ticket/255.

You can fix this on the buildbot *slave* by editing your buildbot.tac
file, and adding this line:
usepty = 0

I had the same problem for a buildbot I run for another project, and
after adding that line to the clients I never encountered
the problem again.
A nice side-effect of adding that line is that now the buildslave's
stdio logs have stderr lines in red.

Best regards,
--Edwin

> -bw
>
>
> On Jan 5, 2009, at 2:52 PM, buildbot at google1.osuosl.org wrote:
>
> > The Buildbot has detected a new failure of llvm-i686-linux on llvm.
> > Full details are available at:
> > http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/965
> >
> > Buildbot URL: http://google1.osuosl.org:8011/
> >
> > Buildslave for this Build: dunbar1
> >
> > Build Reason:
> > Build Source Stamp: HEAD
> > Blamelist: djg
> >
> > BUILD FAILED: failed svn
> >
> > sincerely,
> > -The Buildbot
> >
> > _______________________________________________
> > llvm-testresults mailing list
> > llvm-testresults at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults
>
> _______________________________________________
> llvm-testresults mailing list
> llvm-testresults at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults



More information about the llvm-dev mailing list