How to see buildbot's results for a specific port?

Joshua Root jmr at macports.org
Sun May 30 10:11:45 UTC 2021


On 2021-5-30 17:42 , Jim DeLaHunt wrote:
> Hi, folks:
> 
> I'm starting work on my first Portfile, so expect some newbie questions 
> from me for a while.
> 
> I know that we have buildbots building ports and base and other 
> software, for several OS versions, with results presented at 
> https://build.macports.org/ . I see Waterfall view, and Waterfall View 
> Help, and a couple of grid views.
> 
> I do not see how to list just the results of building specific ports, 
> "freeciv" and "freeciv-x11". The closest I can come is to see a list of 
> completed builds for a builder, corresponding to an OS version, e.g. 
> https://build.macports.org/builders/ports-10.13_x86_64-builder/ . But 
> this list does not display the name of the ports it builds with each 
> run. Nor do I see a mention of filtering by port in the Guide or in the 
> Waterfall View Help page.
> 
> How do I see the build history for specific ports across a variety of 
> builders?
> 
> Best regards,
>      —Jim DeLaHunt

Buildbot itself has no support for browsing or searching builds by port 
name. The easiest way to do this is to go to 
<https://ports.macports.org/> and enter the name of the port you're 
interested in. That will take you to a page like 
<https://ports.macports.org/port/freeciv/summary> which will show the 
success or failure of the last recorded build on each OS version via the 
"Port Health" indicators near the top.

You can click those indicators to go straight to the latest build on 
build.macports.org, or click the Build Information tab to see all 
recorded builds. Note that logs may not be available for older builds, 
as they are deleted after a while due to taking up a significant amount 
of space across all builds of all ports.

- Josh


More information about the macports-dev mailing list