From patchwork Fri Feb 2 20:57:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 868782 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zY8SM0TDTz9t20 for ; Sat, 3 Feb 2018 07:57:22 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0645B88DB3; Fri, 2 Feb 2018 20:57:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YCkV-YH3P-Sv; Fri, 2 Feb 2018 20:57:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3BFD488DAF; Fri, 2 Feb 2018 20:57:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 4FD021C28CD for ; Fri, 2 Feb 2018 20:57:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4BFEC306A1 for ; Fri, 2 Feb 2018 20:57:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lUW4fgck9LOv for ; Fri, 2 Feb 2018 20:57:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from da1vs01.rockwellcollins.com (da1vs01.rockwellcollins.com [205.175.227.27]) by silver.osuosl.org (Postfix) with ESMTPS id 4965730529 for ; Fri, 2 Feb 2018 20:57:15 +0000 (UTC) Received: from ofwda1n02.rockwellcollins.com (HELO crulimr02.rockwellcollins.com) ([205.175.227.14]) by da1vs01.rockwellcollins.com with ESMTP; 02 Feb 2018 14:57:13 -0600 X-Received: from bacon.rockwellcollins.com (unknown [192.168.6.146]) by crulimr02.rockwellcollins.com (Postfix) with ESMTP id 535E960512; Fri, 2 Feb 2018 14:57:14 -0600 (CST) From: Matt Weber To: buildroot@buildroot.org Date: Fri, 2 Feb 2018 14:57:09 -0600 Message-Id: <20180202205713.27191-1-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 2.14.2 Subject: [Buildroot] [PATCH v3 0/3] autobuild: timeout and reporting cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Included in this series - Timeout detection using modification time of build-time.log - Cleanup build reason reporting to use build-time.log last entry - (Misc) Noticed schema was missing the new branch field Related items needing merge - Force sane umask to ensure expected log output (https://patchwork.ozlabs.org/patch/857788/) Matt Weber (3): autobuilder: hung build: convert to monitor thread autobuilder: schema update for branch varchar autobuilder: failure reason use build-time.log scripts/autobuild-run | 58 +++++++++++++++++++++++++++++++++++++++++++-------- web/import.inc.php | 7 ++++++- web/schema.sql | 1 + 3 files changed, 56 insertions(+), 10 deletions(-)