[LLVMdev] Please fix the buildbots.

Török Edwin edwintorok at gmail.com
Wed Oct 21 11:22:47 PDT 2009


On 2009-10-21 20:14, Óscar Fuentes wrote:
> Just received this:
>
> The Buildbot has detected a new failure of llvm-ppc-linux on llvm.
> Full details are available at:
>  http://google1.osuosl.org:8011/builders/llvm-ppc-linux/builds/3229
>
> Buildbot URL: http://google1.osuosl.org:8011/
>
> Buildslave for this Build: nick1
>
> Build Reason: 
> Build Source Stamp: 84759
> Blamelist: ofv
>
> BUILD FAILED: failed compile
>
> Apparently the problem was a warning at configure time that is
> interpreted as a failure by the buildbot.
>   

I think it timed out:

command timed out: 1200 seconds without output, killing pid 22364
process killed by signal 9
program finished with exit code -1

Maybe the buildbot should be switched to do a release build (make ENABLE_OPTIMIZED=1),
instead of a debug build?
The release build has less symbols, and is much faster to link.

The buildbot is probably using a binutils version that has the huge link time bug in 2.17?

Best regards,
--Edwin



More information about the llvm-dev mailing list