...mipslinux.simtec.co.uk/html/resources/kautobuild.lua:436: attempt to index global `dbh' (a nil value)
stack traceback:
	...mipslinux.simtec.co.uk/html/resources/kautobuild.lua:436: in function `gen_full'
	(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 is the MIPS Linux Kernel Autobuild (Kautobuild) system.

This is a full list of every build thats been performed.

Graph keyGraph of past build statistics

MIPSLinux @ Simtec - KAutobuild Full build list

MIPSLinux @ Simtec

KAutobuild Full build list

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 GROUP BY build.name , build.build_date, build.id ORDER BY build.build_date DESC, build.id DESC