From nobody Mon Jul 10 01:18:05 2023 X-Original-To: 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 4QzmN62Y56z3cNDB for ; Mon, 10 Jul 2023 01:18:14 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 4QzmN55nZgz48hR for ; Mon, 10 Jul 2023 01:18:13 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.17.1/8.17.1) with ESMTPS id 36A1I5J0017293 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 10 Jul 2023 04:18:08 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 36A1I5J0017293 Received: (from kostik@localhost) by tom.home (8.17.1/8.17.1/Submit) id 36A1I5Zr017292; Mon, 10 Jul 2023 04:18:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 10 Jul 2023 04:18:05 +0300 From: Konstantin Belousov To: Kevin Oberman Cc: "ports@FreeBSD.org" Subject: Re: Problem with the package builds Message-ID: References: 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: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on tom.home X-Rspamd-Queue-Id: 4QzmN55nZgz48hR X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, Jul 09, 2023 at 05:52:50PM -0700, Kevin Oberman wrote: > Something looks really messed up on the beefy16 package builder for > 13.1amd64. > > It is building about 9500 packages and started almost two days ago. It has > only completed 459 packages, a rate of 10 packages/hour and, if it > continues at this rate, will not complete for about 40 days. Nt sure if > this was triggered by the recent updated to pkg, something that may have > changed in poudriere or in the configuration, but almost all jails are are > in one of the depends states, lib-depends, build-depends, run-depends, > often running for hours. > E.g. gnome-desktop-42.4_1 is in lib_depends and has been building for > 1:09:59. Last build of the port took about 55 minutes. ATM there are 7 > lib-depends builds, 5 build-depends, and 1 run-depends building. No jail is > actually boulding the package, itself. > > Wild guess... It is rebuilding all depends every time. In any case, someone > needs to look at this. > > Build report is at > http://beefy16.nyi.freebsd.org/build.html?mastername=131amd64-default&build=e81dafc952d7 I noted that 'pkg-static install' seems to be much slower locally. Not looked into it.