Is there any chance that you have duplicate slavenames specified for any of your builders? It looks[1] like the status page iterates each builder once for each time the slave is specified in the list of slaves. The list is deduplicated for the purposes of actually doing builds[2] but not for status[3].
[1] https://github.com/buildbot/buildbot/blob/b135467a1cb5591cc872ea013631b777068715be/master/buildbot/status/web/slaves.py#L110-L128 [2] e.g. https://github.com/buildbot/buildbot/blob/b135467a1cb5591cc872ea013631b777068715be/master/buildbot/status/web/slaves.py#L110-L128 and https://github.com/buildbot/buildbot/blob/eight/master/buildbot/process/botmaster.py#L139-L141 [3] https://github.com/buildbot/buildbot/blob/eight/master/buildbot/process/builder.py#L109 -- Tom Prince [email protected] I am available for custom buildbot development and consulting
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
