From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 13 02:48:35 2022 Received: (at 54658) by debbugs.gnu.org; 13 Apr 2022 06:48:35 +0000 Received: from localhost ([127.0.0.1]:51403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neWnr-0005M8-Ak for submit@debbugs.gnu.org; Wed, 13 Apr 2022 02:48:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neWnq-0005Lw-9A for 54658@debbugs.gnu.org; Wed, 13 Apr 2022 02:48:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55866) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neWnk-0002AL-1W; Wed, 13 Apr 2022 02:48:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=bvk06t2ygg+xrCFftr1Jv7XQD+w+HXnO8oYT46TaL/o=; b=Mkxhkj2Z0RfFWF9krMAg aPyomU1/fuHAoQamdskvJYc977RuxextHqKR98hTN7iLHvf2+Y0vHP1cby7bRD6vVg4snTvNVpj0l 4dLw8kBRJsnxVH9m4asEv2diu3JYVIbrFjCfzK4WXZJLHM/2ckRxpXfzUXlznvugkOHSF4KE6mYtx +zWXJJUmCAV2Y2Ni1F9WgNBLfudto0CR0HXC2fbxklb+UPZo+qw+yUCGiaveOewhOM4SWcmrhR20m 59YQ875tBuvMHId2gJ+MR806+vUnGk/qhjZcYInmVpB5CaxvAmkqRSM74i2pAqeNEE+gXVkoaaL2k 2/Ggslvde9749A==; Received: from [109.190.253.16] (port=52750 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neWnj-0001UD-CK; Wed, 13 Apr 2022 02:48:27 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxime Devos Subject: Re: bug#54658: "pypi->guix-package, no wheel" test fails References: Date: Wed, 13 Apr 2022 08:48:24 +0200 In-Reply-To: (Maxime Devos's message of "Thu, 31 Mar 2022 22:26:06 +0200") Message-ID: <87a6cpbhs7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54658 Cc: 54658@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Maxime Devos skribis: > I noticed "./pre-inst-env guix build guix" fails on my computer due to > "pypi->guix-package, no wheel" failing. Here is an excerpt from the log: Which commit are you building for? For x86_64-linux? Current =E2=80=98guix=E2=80=99 package seems to be fine: --8<---------------cut here---------------start------------->8--- $ guix describe Generation 210 Apr 11 2022 09:34:10 (current) guix 7da907f repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 7da907f90e74a4edf96d76ee457ff958265ef8d4 $ guix weather guix computing 1 package derivations for x86_64-linux... looking for 1 store items on https://ci.guix.gnu.org... https://ci.guix.gnu.org 100.0% substitutes available (1 out of 1) at least 158.4 MiB of nars (compressed) 303.7 MiB on disk (uncompressed) 971 queued builds powerpc64le-linux: 504 (51.9%) i686-linux: 140 (14.4%) x86_64-linux: 327 (33.7%) build rate: 85.17 builds per hour armhf-linux: 22.58 builds per hour i686-linux: 21.50 builds per hour powerpc64le-linux: 8.06 builds per hour aarch64-linux: 23.71 builds per hour x86_64-linux: 10.05 builds per hour looking for 1 store items on https://bordeaux.guix.gnu.org... https://bordeaux.guix.gnu.org 100.0% substitutes available (1 out of 1) 41.8 MiB of nars (compressed) 303.7 MiB on disk (uncompressed) 2.105 seconds per request (2.1 seconds in total) 0.5 requests per second (continuous integration information unavailable) $ guix build guix --no-grafts -d /gnu/store/vz0lxjxh0fykjk2rsgjycx59svclpj3v-guix-1.3.0-24.2fb4304.drv --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.