Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 07:00:02 +0800
From:      Ben Woods <woodsb02@gmail.com>
To:        "lev@freebsd.org" <lev@freebsd.org>
Cc:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Subject:   Re: How could I increase "runaway" timer for package build cluster?
Message-ID:  <CAOc73CCkCRuS3_voH1qmo2UBR5gdz3YcEsFGQLBaxpSo56tiOA@mail.gmail.com>
In-Reply-To: <54FB7119.4030208@FreeBSD.org>
References:  <54FB7119.4030208@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
You can increase the max_execution_time in /usr/local/share/common.sh
(default 3600 seconds). There are individual timeout values for extract,
install, package and deinstall. These are the maximum values for each stage
(with or without output being produced).

But more likely, you need to look at the NOHANG_TIME value in the same
common.sh file (default 7200 seconds). This is the one related to having no
output produced (aka "runaway build").

Someone has previously spoken about exposing these kinds of values for
tweaking in the poudriere configuration files, but I'm not sure it ever
progressed:
https://lists.freebsd.org/pipermail/freebsd-ports/2015-January/097757.html

Regards,
Ben

On Sunday, March 8, 2015, Lev Serebryakov <lev@freebsd.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
>
>  One of my ports (devel/gcc-arm-embedded) doesn't produce much output
> on build (output is redirected to log files), but takes severa hours
> to be built.
>
>  Looks like pkg building cluster doesn't like such behavior.
>
>  Could I notify build cluster (poudrere?) that this package takes a
> lot of time without output?
>
> - --
> // Lev Serebryakov AKA Black Lion
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (MingW32)
>
> iQJ8BAEBCgBmBQJU+3EZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
> ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGOTZEMUNBMEI1RjQzMThCNjc0QjMzMEFF
> QUIwM0M1OEJGREM0NzhGAAoJEOqwPFi/3EeP7MkP+wWeoKfCY2eydyIsQ8zMJrb+
> XaI9FQrfw1p5+/E4J2KYb3r+Luf5lxMoeNR9tOBE4NLcnrQQPCYokmXVugOb0prd
> U3Ta+gee4Fgo/5mbeSpRvRyZTbEGB7IAvra/65XtDg30TH2menO6LCPtfujFsPMn
> OryIa+ucBltkCFPTVtsNTTJNLzzjt1lgrMKLSKgpXATp4+k78xQZR9qassN7VMtg
> YvbMe+zalAyTKxGXicw3R1LwtjIjrzyiJfM+nLV/MJBrtVSMb2zdOWN0qTS2dhKV
> c2D+pR5RRi15wPGzLe7CfHEePJna52PK3HDXSurkRWyZCUqxsXj9lUtcungAWBrB
> 2viSCIl3Yzss3RsTnGnQoISjH8VbykzElM7dQfSwRooOt3URP6ZiJD5TYA8dzZ8g
> LqED0n+/SDySB5IwfRgzqDRE0zfmucgiUDRYYr1Dm8pXxDub3pwI7g9YCdFuATxY
> de58w2P/5qQ9QbmbHN0sNUSYRnXG9icq0VW87ZoxdBZPNZczbWzhlQAK5tdjBq8/
> 6eUqiCr+vpN/gMlsoQrJ/71GjbIb+SGsvsWij5Tzj/Lqz0OjrT5K7hgFKqjgSE8v
> 7pOK1d1d0u6mtRO1Qb2eDzAOaCjBAfJ13tSDMrCNIcqlTTalR9uFJQUgFwMu9sGI
> PTAY2Rban07jl0MDLHXD
> =nrHJ
> -----END PGP SIGNATURE-----
> _______________________________________________
> freebsd-ports@freebsd.org <javascript:;> mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org
> <javascript:;>"
>


-- 

--
From: Benjamin Woods
woodsb02@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOc73CCkCRuS3_voH1qmo2UBR5gdz3YcEsFGQLBaxpSo56tiOA>