From nobody Thu Apr 13 06:52:53 2023 X-Original-To: dev-commits-src-main@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 4PxqzG1N9bz45bXq for ; Thu, 13 Apr 2023 06:53:14 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailgate.Leidinger.net (bastille.leidinger.net [89.238.82.207]) (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 ECDSA (P-256) client-digest SHA256) (Client CN "mailgate.leidinger.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PxqzD6fVRz40M7 for ; Thu, 13 Apr 2023 06:53:12 +0000 (UTC) (envelope-from Alexander@leidinger.net) Authentication-Results: mx1.freebsd.org; none Received: from outgoing.leidinger.net (p5b165130.dip0.t-ipconnect.de [91.22.81.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) client-signature ECDSA (P-256)) (Client CN "outgoing.leidinger.net", Issuer "R3" (verified OK)) by mailgate.Leidinger.net (Postfix) with ESMTPSA id 07C5628062 for ; Thu, 13 Apr 2023 08:53:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leidinger.net; s=outgoing-alex; t=1681368781; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bWldago0k2E4j27RlB1aVe/L6cIPFMAL7GEI+j2t90E=; b=awBQWdCKPxpMJRT1WhQA9wWohLMGPDv773d7rFm9ANDOjvpNo6uDIOvrqCoExlHvW1uZbX C01hlXEiCxmaA85QNFy8w9m99sO7G70nn51RI6t/5V7WpkVPFYXeep3BzpxjwqxVCLDRn0 5z0SVl9DcrGqbHZCSrBuxgCZoXuIdYjd28Cs5XS42oi3MLdjwuB++DyPQphFo7qanlRp6/ s7LLUcCMqh7dEr9dDWnIUbmNJ2P6MgG6/R10LeNGtVCV/vBsBevtYO72W43xxwDhoKG24Q KLxZ4kKCALWkmQhKFLlQc8D800K5BdYREQoYns0I2ov2xWTVjvNXeJMMvTfSzQ== Received: from webmail.leidinger.net (localhost [127.0.0.1]) by outgoing.leidinger.net (Postfix) with ESMTP id 653CC546C for ; Thu, 13 Apr 2023 08:52:53 +0200 (CEST) Received: from www (uid 80) (envelope-from Alexander@leidinger.net) id 68656 by webmail.leidinger.net (DragonFly Mail Agent v0.13+ on webmail.leidinger.net); Thu, 13 Apr 2023 08:52:53 +0200 Date: Thu, 13 Apr 2023 08:52:53 +0200 Message-ID: <20230413085253.Horde.bYgKkPjxGfDPP_pwWqnyTN2@webmail.leidinger.net> From: Alexander Leidinger To: Mark Millard Cc: Mateusz Guzik , vishwin@freebsd.org, dev-commits-src-main@freebsd.org, Current FreeBSD , Cy Schubert Subject: Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 References: In-Reply-To: Accept-Language: de,en Content-Type: multipart/signed; boundary="=_XJcTNEGi5tSrLXujDCZB1br"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 X-Rspamd-Queue-Id: 4PxqzD6fVRz40M7 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:34240, ipnet:89.238.64.0/18, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N This message is in MIME format and has been PGP signed. --=_XJcTNEGi5tSrLXujDCZB1br Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting Mark Millard (from Wed, 12 Apr 2023=20=20 22:28:13=20-0700): > A fair number of errors are of the form: the build > installing a previously built package for use in the > builder but later the builder can not find some file > from the package's installation. As a data point, last year I had such issues with one particular=20=20 package.=20It was consistent no matter how often I was updating the=20=20 ports=20tree. Poudriere always failed on port X which was depending on=20= =20 port=20Y (don't remember the names). The problem was, that port Y was=20=20 build=20successfully but an extract of it was not having a file it was=20= =20 supposed=20to have. IIRC I fixed the issue by building the port Y=20=20 manually,=20as re-building port Y with poudriere didn't change the=20=20 outcome. So=20it seems this may not be specific to the most recent ZFS version,=20= =20 but=20could be an older issue. It may be the case that the more recent=20= =20 ZFS=20version amplifies the problem. It can also be that it is related=20= =20 to=20a specific use case in poudriere. I remember a recent mail which talks about poudriere failing to copy=20=20 files=20in resource-limited environments, see=20=20 https://lists.freebsd.org/archives/dev-commits-src-all/2023-April/025153.ht= ml While=20the issue you are trying to pin-point may not be related to this=20= =20 discussion,=20I mention it because it smells to me like we could be in a=20= =20 situation=20where a similar combination of unrelated to each other=20=20 FreeBSD=20features could form a combination which triggers the issue at=20= =20 hand. Bye, Alexander. --=20 http://www.Leidinger.net Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_XJcTNEGi5tSrLXujDCZB1br Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIzBAABCAAdFiEER9UlYXp1PSd08nWXEg2wmwP42IYFAmQ3psQACgkQEg2wmwP4 2IYtNA//TmbSVqDv8LUhp46+N91wzieAFOeiJqQSMIvbmmn8fALAQyCe5qfczV3z SDsNI6JwNAUxWC6e4v933DoTH56D6ychOigtANR4IMhJt3XkWnsKnz8gby8/JEMG g1ua2lRRApd0b8cNsoadgWPIWw+y9TiVNrdCWivYkw0IfvpOZmLvsVgghmMIof4Y 8U4T+p9kyw2aezqBftGbncxGHcwIErZWAaYUG7gnt00jX5Nfr2Xg6Fu3LCSwge0U g5pECfZdmlCMHRsjVm+K2j01a7QWOwzLCFuPZKhMVThazYeaP8YMqSpVLYihwGnG ntIMz0s1iLe8T+PD/+Y/nNzMi2VM5YQ5TSq8Hhbc/DQGUBhn2nesCdhKWGV5UEUK qx62XOlSdClZxweShi3ewNfmqqsRaewF5kjZRPj88UBqWvxCQg8LsqzKQDbuSbIN tj6dvyA9jT8r4DbhLw+VQnczihQR5sZiEC6fre2yD0pTX/3vCYy9BVQqfkFYRcMh 6Uv5O+gfwCrO/QW7seq1wt9ReGCWG3liskakwszlHnAnYiQcY6QA3035M8KpdQ5x kko69pCpAqaRYP3RKXda//naTzWLNApRa0aOk1RcDQbBSKVEedSqbCPcAWu8nyYl jFff14YvJ8vVxUK1JMd4XJxJx1iaPSsuvWaSWxFeItO6TbNQxww= =kBIp -----END PGP SIGNATURE----- --=_XJcTNEGi5tSrLXujDCZB1br--