On Thu, Apr 25, 2019 at 6:11 AM Michael Felt <aixto...@felt.demon.nl> wrote: > Hi. > > Is there something missing from the AIX buildbots that there is no > record for the buildtime?
I'm not sure what you mean. Looking at https://buildbot.python.org/all/#/builders/161 I see durations for every build (and a sudden jump from 1 hour to 2 9 days ago). Looking at https://buildbot.python.org/all/#/builders/161/builds/1032 I see durations for each step of the build. All of that is tracked by the master; nothing special required from the worker. > And, while I know my bot, runnig on xlc > continues to fail the multiprocessing tests (as a bot) the gccfarm bot > passes all tests, but has some link warnings (from a bad 3rd party library). > > Besides having a "yellow" exit color (warnings) - is this also > preventing the gccfarm AIX bot from showing as "successful" (in the graph)? Yes; there must be no errors, no warnings, and no test failures (all at the `test` step; compilation warnings in the `compile` step only mark the `compile` step yellow) for a completely green build. It is a bit unfortunate that `make buildbottest` tries to rebuild modules that have already failed to build; perhaps we could consider changing that. -- Zach _______________________________________________ Python-Buildbots mailing list Python-Buildbots@python.org https://mail.python.org/mailman/listinfo/python-buildbots