Warning: session_start(): open(/var/lib/php/sessions/sess_8kg3d786paq1bb22bhmgmdee9e, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static L scanRunLog() {
ret scanRunLog(#1000825);
}
static L scanRunLog(S runnerID) {
new L log;
new Matches m;
for (S s : scanLog(runnerID, "run.log")) pcall {
if "*: Running *" {
log.add(addPrefix("#", trim(m.unq(1))));
}
}
ret log;
}