From nobody Fri Aug 06 21:24:48 2021 X-Original-To: freebsd-toolchain@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 63AE911FB57E for ; Fri, 6 Aug 2021 21:24:57 +0000 (UTC) (envelope-from linimon@portsmon.org) Received: from MTA-13-3.privateemail.com (mta-13-3.privateemail.com [198.54.118.204]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GhJQw2LYPz3R2G for ; Fri, 6 Aug 2021 21:24:56 +0000 (UTC) (envelope-from linimon@portsmon.org) Received: from mta-13.privateemail.com (localhost [127.0.0.1]) by mta-13.privateemail.com (Postfix) with ESMTP id C75F718000B4; Fri, 6 Aug 2021 17:24:48 -0400 (EDT) Received: from APP-04 (unknown [10.50.14.154]) by mta-13.privateemail.com (Postfix) with ESMTPA id A5EB718000A3; Fri, 6 Aug 2021 17:24:48 -0400 (EDT) Date: Fri, 6 Aug 2021 16:24:48 -0500 (CDT) From: "linimon@portsmon.org linimon@portsmon.org" To: marklmi@yahoo.com, Mark Millard via freebsd-toolchain Message-ID: <270299435.875261.1628285088620@privateemail.com> In-Reply-To: <00FAF070-71DE-40B6-8D63-C1E74FFCD08C@yahoo.com> References: <00FAF070-71DE-40B6-8D63-C1E74FFCD08C.ref@yahoo.com> <00FAF070-71DE-40B6-8D63-C1E74FFCD08C@yahoo.com> Subject: Re: FYI: Over 2 hours spent (so far) in /usr/local/share/poudriere/processonelog.sh executing bzgrep commands for www/chromium failure List-Id: Maintenance of FreeBSD s integrated toolchain List-Archive: https://lists.freebsd.org/archives/freebsd-toolchain List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.4-Rev25 X-Originating-Client: open-xchange-appsuite X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 4GhJQw2LYPz3R2G X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of linimon@portsmon.org designates 198.54.118.204 as permitted sender) smtp.mailfrom=linimon@portsmon.org X-Spamd-Result: default: False [-2.82 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:198.54.118.192/27]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[portsmon.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.52)[-0.524]; RCPT_COUNT_TWO(0.00)[2]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[198.54.118.204:from]; FREEMAIL_TO(0.00)[yahoo.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:22612, ipnet:198.54.118.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[198.54.118.204:from] X-ThisMailContainsUnwantedMimeParts: N > On 08/04/2021 4:43 PM Mark Millard via freebsd-toolchain wrote: > it has spent over 2 hours (so far) doing: > > /usr/local/share/poudriere/processonelog.sh activity ( /usr/bin/bzgrep 's ) of/for: fwiw processonelog.sh is not part of the toolchain per se. It is a script that is part of poudriere. I have maintained it in various incarnations over the years. One of the things that I have tried to do is minimize the time the script takes in a run over the errorlogs for an entire build. These generally complete in around a minute or so. You will need to figure out how big your logfile is, and compare it to the size of a successful logfile, to figure out what is going on. mcl