From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 07:41:23 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C9DC363 for ; Thu, 19 Jun 2014 07:41:23 +0000 (UTC) Received: from eu1sys200aog110.obsmtp.com (eu1sys200aog110.obsmtp.com [207.126.144.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C038F21A6 for ; Thu, 19 Jun 2014 07:41:22 +0000 (UTC) Received: from mail-wg0-f46.google.com ([74.125.82.46]) (using TLSv1) by eu1sys200aob110.postini.com ([207.126.147.11]) with SMTP ID DSNKU6KUB7nieXtm8IrSYWcQlnvIeBLyckNL@postini.com; Thu, 19 Jun 2014 07:41:22 UTC Received: by mail-wg0-f46.google.com with SMTP id y10so1886794wgg.5 for ; Thu, 19 Jun 2014 00:40:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=TkmK5N6h69zO8Rz2osTWI4jNqj3Btq8gAzWDZvRYEXY=; b=cOD5MLpfEyG+C346DopauqDWG+/F7p8nFjK9ULnFAo039y44bJR1nFhkbZj2qwsOz8 RIFk80Pk18eZNVKLO0PA5QhYdr7TSa9h+hMbYcTL5dDgTZyr9SQgRnA4mFOGNUV5VBBf Qdx1zGO5EEm+2SbvEX9pwDt6lKYr1b7MZeClHs2XdKGK55asuh254EuxIDBru2oBE5Z6 KwWi8xNRLE5Mf0zI6mJIXHEHymaPIdQCcfNpqXUqjARS/Fd0+trwvgQ/3rPXfrOoSuv1 VSPc1QXj0efQ9QI6EwHzNtfZTB+ZK2c2pu541W4KhVL1zYys0xghlqvu/2dVhh660DxE +s8g== X-Gm-Message-State: ALoCoQmyAyYfx3JSXTnUBh7wpHoOnx339lAzhal7ew922JM80m2ODrtXEWOKs/tKJ8t57kCznLDOLcPCsXtNYv0lejqWgNH5GTZae2NLS8onxO5J62kECdxccTP2bJu8pQYVMQHdlw/QnyL9hJQ6wc7/imG+Id1fyw== X-Received: by 10.194.86.164 with SMTP id q4mr3117807wjz.88.1403163655314; Thu, 19 Jun 2014 00:40:55 -0700 (PDT) X-Received: by 10.194.86.164 with SMTP id q4mr3117791wjz.88.1403163655209; Thu, 19 Jun 2014 00:40:55 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id ev9sm9026064wic.24.2014.06.19.00.40.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Jun 2014 00:40:54 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s5J7erHM060422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 19 Jun 2014 08:40:53 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s5J7eqtl060421; Thu, 19 Jun 2014 08:40:52 +0100 (BST) (envelope-from mexas) Date: Thu, 19 Jun 2014 08:40:52 +0100 (BST) From: Anton Shterenlikht Message-Id: <201406190740.s5J7eqtl060421@mech-cluster241.men.bris.ac.uk> To: bdrewery@FreeBSD.org, lists@opsec.eu, mexas@bris.ac.uk Subject: Re: explain "Killing timed out build after 3600 seconds" poudriere failure Reply-To: mexas@bris.ac.uk In-Reply-To: <53A1E81C.1070401@FreeBSD.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 07:41:23 -0000 >From bdrewery@freebsd.org Wed Jun 18 20:32:17 2014 >> > >It means the 'make package' phase took longer than 1 hour so it was >killed. There's currently no way to change this value. Is your disk dead? possibly, I'm investigating. Why always "make package"? Why don't disk errors manifest themselves in other stages? Thanks Anton