From nobody Mon Aug 16 14:39:58 2021 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E8A34176B5B8 for ; Mon, 16 Aug 2021 14:41:19 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GpH0S6GYkz4bWp for ; Mon, 16 Aug 2021 14:41:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 17GEeji0019847 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 16 Aug 2021 07:40:48 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 17GEeWs8019841; Mon, 16 Aug 2021 07:40:32 -0700 (PDT) (envelope-from fbsd) Date: Mon, 16 Aug 2021 07:39:58 -0700 From: bob prohaska To: Mark Millard Cc: freebsd-ports@freebsd.org, bob prohaska Subject: Re: The www/chromium build timed out again: Killing timed out build after 904800 seconds Message-ID: <20210816143958.GA19774@www.zefox.net> References: <7124CA7F-AD08-499D-AE4C-0A15E84E0E16.ref@yahoo.com> <7124CA7F-AD08-499D-AE4C-0A15E84E0E16@yahoo.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7124CA7F-AD08-499D-AE4C-0A15E84E0E16@yahoo.com> X-Rspamd-Queue-Id: 4GpH0S6GYkz4bWp X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fbsd@www.zefox.net has no SPF policy when checking 50.1.20.27) smtp.mailfrom=fbsd@www.zefox.net X-Spamd-Result: default: False [0.01 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; WWW_DOT_DOMAIN(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.96)[-0.961]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.40)[-0.401]; NEURAL_HAM_MEDIUM(-0.53)[-0.529]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_WWW(0.50)[] X-ThisMailContainsUnwantedMimeParts: N On Mon, Aug 16, 2021 at 06:46:18AM -0700, Mark Millard wrote: > [257:10:19][ 85% 41061/47953] c++ -MMD -MF . . . > [257:10:25]=>> Killing timed out build after 904800 seconds > [257:10:39][ 85% 41062/47953] c++ -MMD -MF . . . > . . . > [260:10:14][ 86% 41290/47953] c++ -MMD -MF . . . > (still running as of when I looked) > > > May be try more like 1640000? (approx. 1.5*(258*3600)/0.85)) > (Other timeout figures could also require adjustment.) > > > Note: The 20210805.log size is over 1.1 GiBytes and will take > hours to download. > The top window I normally watch still reports C++ running as usual, so I didn't notice. I'm inclined to concede that poudriere is unfeasible on a 1 GB Pi3 for www/chromium. Using make did work with some finesse around dependency conflicts, as does poudriere on an 8 GB Pi4. Once poudriere finally quits and cleans up I'll give make in www/chromium another try, as a sanity check. Perhaps something new has gone wrong.... Thanks very much for all your help! bob prohaska