This web page visualizes the state of the NetBSD-current build by plotting the number of lines in the build log from build.sh as a function of time, and coloring the points red or green depending on whether the build succeeded or failed. Hopefully, this can help give some insight into the frequency and duration of build failures.
The plots were constructed using an automated procedure that
builds NetBSD-current periodically (roughly twice three times a day)
using build.sh -m i386 release, looks for any changes in
exit status or any substantial changes in the size of the build log, and
then pinpoints the times at which the changes occurred using binary
search.
Most of the builds in the graph are cross-builds using a 64-bit Linux host, while some of the older ones are native NetBSD builds.
Viewing the graphs requires an SVG-capable browser. If you see no graphs below, please try the non-SVG version.
New! Clicking on the [details] links will bring up a list of the month's commits and builds in chronological order, as well as results from automated tests of installing the build, booting the installed system, and running the ATF tests using Anita.
This service is provided by Andreas Gustafsson