From owner-freebsd-ports@freebsd.org Sat May 7 21:53:59 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B23CB32E69 for ; Sat, 7 May 2016 21:53:59 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: from mail-yw0-x235.google.com (mail-yw0-x235.google.com [IPv6:2607:f8b0:4002:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36B3F1DB5 for ; Sat, 7 May 2016 21:53:59 +0000 (UTC) (envelope-from hiroo.ono@gmail.com) Received: by mail-yw0-x235.google.com with SMTP id g133so220929467ywb.2 for ; Sat, 07 May 2016 14:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to; bh=PXR4wjfcOYXCfFz5uqUMkJbvfHey9Vxooix6xr/uwTI=; b=a9uSsYrk24Bs8HUpek/9nvBUtj4pNL9MpX8xeZdbf6E/eiG5o4mX0TD8i4B0QI+C6N t6KRi3oiThSGKNgZhFimQtqI32vs7wmcgVDF8a1+/uUZ+94VRzzhzaivVnwf8DTcCH8+ 0z0QTbvVuLeXI3Gxld8wWLH44CgnPTOkOkuCrOSf3HsCPzCCflED4u3JozmFuJdHGhVn hD+bXEYpSuizhl5Y7iRFcz3ZR7liuHak3cNN844sIuGoD3WJR13RgtGlpRL9OR2m6RoZ UWmKCkav5aQz0w2Bk4AXg74OymVTaUZnoh9rA5HcHg4SQV2LW3eamDgBCk+mmjnrAPJN NZKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:date:message-id :subject:from:to; bh=PXR4wjfcOYXCfFz5uqUMkJbvfHey9Vxooix6xr/uwTI=; b=Tx2pakgbZqVOfE0+ZuSL/iABF9MER5lcvElJtPVTvGhJMehI1dcOVQmaLUSxBFt4d/ brVvoNkMyLcx+7P85HQvyAz3NOarGTcPue7slrT0EvTL+vl24J7aIZWhz71gVPur79PR jpqFY7u9lxZLz0xzdYXGe7Q3FU6VV61bG1L77M2wdUViCsG7FABI3KsjzKkHl0tjEzWe 8GfGXfNkAAz+up7NK+LUO0kOptjPQkawIP/gN1psmxwJRHPYuCb0v0RBIOAmO4/y840O V0OiXVNhzBuM0v26l+7CjbECypstLRMsiN2auVciyph1QL46itf9o7JWGSsbOZPj1OVc aiJQ== X-Gm-Message-State: AOPr4FVZ/mgh7fnOwSV7kU4nv4hLDcg4zvLxOw0VVT/sCN6EkRXQi4AYaKCZmAFWZzI1LSfbXqH7tI3gGfOEIA== MIME-Version: 1.0 X-Received: by 10.129.163.146 with SMTP id a140mr15997173ywh.254.1462658038455; Sat, 07 May 2016 14:53:58 -0700 (PDT) Reply-To: hiroo.ono+freebsd@gmail.com Sender: hiroo.ono@gmail.com Received: by 10.37.10.199 with HTTP; Sat, 7 May 2016 14:53:58 -0700 (PDT) Date: Sun, 8 May 2016 06:53:58 +0900 X-Google-Sender-Auth: u43hBUH1zhZZRG5BJriQ5DcZG1c Message-ID: Subject: Re: head / poudriere && devel/llvm37 Killing timed out build after 86400 seconds From: =?UTF-8?B?SGlyb28gT25vICjlsI/ph47lr5vnlJ8p?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 21:53:59 -0000 Hello, > [2712/3947] Generating html Sphinx documentation for clang into "/wrkdirs/usr/ports/devel/llvm37/work/.build/tools/clang/docs/html" > ====>> Killing timed out build after 86400 seconds > What can I do? Launch this again as a single poudriere task (normally I > started with 4 engines)? Set somewhere the timeout value? Any idea why > this port takes so long to build? poudriere kills the job if it does not end in a specific amount of time. You can configure MAX_EXECUTION_TIME and NOHANG_TIME. See /usr/local/etc/poudriere.conf.sample. 86400 seconds (which is one day) is the default value of MAX_EXECUTION_TIME, so putting MAX_EXECUTION_TIME=172800 (2 days) or whatever value larger than 86400 may solve the problem for you. There are other timeout values which are fixed to 3600 seconds. If you are using poudriere on a (very) slow machine like me, you might need to change them by hand. They are set in /usr/local/share/poudriere/common.sh