NetBSD-current build status

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.

The graph may not contain every build failure, because the algorithm used can miss cases where the build is broken and then fixed again between two consecutive periodic builds. The converse case, when the build is fixed and then broken again between two consecutive periodic builds, is usually detected because the size of the build log usually changes in this case.

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.

July 2010 [details]

June 2010 [details]

May 2010 [details]

April 2010 [details]

March 2010 [details]

February 2010 [details]

January 2010 [details]

December 2009 [details]

November 2009 [details]

October 2009 [details]

September 2009 [details]

August 2009 [details]

July 2009 [details]

June 2009 [details]

May 2009 [details]

April 2009 [details]

March 2009 [details]

February 2009 [details]

January 2009 [details]


This service is provided by Andreas Gustafsson