...mipslinux.simtec.co.uk/html/resources/kautobuild.lua:557: attempt to index global `dbh' (a nil value)
stack traceback:
	...mipslinux.simtec.co.uk/html/resources/kautobuild.lua:557: in function `gen_stat'
	(tail call): ?
	[C]: ?
	startup/codecache.lua:9: in function `__cached_dofile'
	startup/codecache.lua:67: in function `cached_dofile'
	startup/main.lua:156: in function 
	[C]: in function `xpcall'
	startup/main.lua:156: in function `__ARANHA_MAIN'

This interface gives access to the historical build information of the .MIPS Linux Kernel Autobuild (Kautobuild) system.

Select Results

Graph keyGraph of past build statistics

MIPSLinux @ Simtec - KAutobuild Build statistics

MIPSLinux @ Simtec

KAutobuild Build statistics

SELECT build.id AS build_id, build.name AS name, build.build_date AS build_date, COUNT(*)::integer AS defconfigcount, (SELECT COUNT(*)::integer FROM defconfig WHERE defconfig.buildid = build.id AND defconfig.zimage_size IS NULL) AS failedcount, (SELECT (SUM(defconfig.zimage_warnings) / COUNT(defconfig.id))::integer FROM defconfig WHERE defconfig.buildid = build.id) AS warningaverage FROM defconfig, build WHERE buildid=build.id AND build.name ~ '^[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+$' GROUP BY build.name , build.build_date, build.id ORDER BY build.build_date DESC, build.id DESC LIMIT 20