From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id MKtULx9gcGaEAQEAe85BDQ:P1 (envelope-from ) for ; Mon, 17 Jun 2024 16:11:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id MKtULx9gcGaEAQEAe85BDQ (envelope-from ) for ; Mon, 17 Jun 2024 18:11:11 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=bioneland.org header.s=20230804 header.b=DlqPOjHT; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1718640379; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2MUXbkhvMkVURPZkItogh+Y2O9/aRAea0ST82iF+Jio=; b=qigP4zTUnAB57vN1JOHpj7n0ITlNHpSAjODL8mddrqTeE3HvTcvdl8fy79qHWul7DwLxu2 RJhYV9APm1ko5ORcREM8pCWGdYz8/QmKtAA5sT984e6wfwgKMuK/QJ+ffiIBbLQIwKMgp7 DODhPJJQ6xCCdT96Irbu2FS7QvKY0aMZM5JtD+G1PnntZTu+V7xdB8tgO//NCyAS7lyDo9 MWb9l1uh3ziaz+C3xJHiS/hred8S6wd6Kwtd3BOI0NM1cprmFQrxYV19+cEuF1jXl+dTIk JRm9A8GxAxZO8L4ZwOIbdcTsJ8mlpjxaRusziTlLCCX0YPIRU5CyFO8FK/R0vg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=bioneland.org header.s=20230804 header.b=DlqPOjHT; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1718640379; a=rsa-sha256; cv=none; b=FFc2qMXkwmpGTtdCiS7eqAjvmTfxLAq6OF9EfNsv3cWhWtGyyHCv1S2v8e8JvjW3U+M6Op UyCDLXCngZcTtJ+YU483dlUjIFOG897FEQjbOPsYWLRg/knaxfKH0a3isqjNjh4oF84Go+ bv8q6NE/Kxg+uRwVdJM9rbfRQDCkhhow+aA5FvjTMfHUCT2gOOLRq/+awgIy/UdBPp0at+ mGXA8suNLBrls4NHRCI20RTQJnSeA54KBFIUUeaN23/Ufm73X84jSf1nGcM8iUsZmaZZ4u XesO73vSD2qcOMUE/miaoANC4bIsOh7Tq1kWTaf1N9iwis+ZQ4v4autw01MZvw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 141956FD6E for ; Mon, 17 Jun 2024 18:06:19 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sJErr-0002xF-3p; Mon, 17 Jun 2024 12:06:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sJEro-0002wj-DD for guix-patches@gnu.org; Mon, 17 Jun 2024 12:06:00 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sJEro-0006U0-4g for guix-patches@gnu.org; Mon, 17 Jun 2024 12:06:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sJErp-0001ku-Uv for guix-patches@gnu.org; Mon, 17 Jun 2024 12:06:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71540] [PATCH 0/5] gnu: poetry: Update to 1.7.1. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Jun 2024 16:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Antero Mejr Cc: sharlatanus@gmail.com, me@bonfacemunyoki.com, lars@6xq.net, jgart@dismail.de, marius@gnu.org, 71540@debbugs.gnu.org Received: via spool by 71540-submit@debbugs.gnu.org id=B71540.17186403076656 (code B ref 71540); Mon, 17 Jun 2024 16:06:01 +0000 Received: (at 71540) by debbugs.gnu.org; 17 Jun 2024 16:05:07 +0000 Received: from localhost ([127.0.0.1]:35170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJEqw-0001jH-K3 for submit@debbugs.gnu.org; Mon, 17 Jun 2024 12:05:06 -0400 Received: from smtp-190e.mail.infomaniak.ch ([185.125.25.14]:48969) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJEqs-0001id-Tl for 71540@debbugs.gnu.org; Mon, 17 Jun 2024 12:05:05 -0400 Received: from smtp-4-0000.mail.infomaniak.ch (smtp-4-0000.mail.infomaniak.ch [10.7.10.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4W2vpJ2rGnzvNQ; Mon, 17 Jun 2024 18:04:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bioneland.org; s=20230804; t=1718640264; bh=2MUXbkhvMkVURPZkItogh+Y2O9/aRAea0ST82iF+Jio=; h=References:Subject:From:Cc:To:In-Reply-To:Date:From; b=DlqPOjHTFRz8kz41URKudhu/ComVMv5Ys7RllPygDHCCP9xF2GwhtA4BxDkBQbeTZ P0+L3tugKgpm6cMkIUzVHsUgqck3kuV33byEkthmuwJ0y/Kc+s9huzLPS1H6JJX4B0 XgAvWnsBTjzrsloBR8dKn3Rickk07LulvFY3RbzvOWsHA3yRiZyej+osLhQ/WuTXOx 1mRzr9f8mAnSTrHWEN9BvfU6GESBQMm3Cdhb3PFoUdnT7F5gWTnNTAQtmbSRcxJVMG 76+SQM7AOqhdV+KoJCqRJ5msyYxbPeuDQmzC7gkI5a6pc0b0tWgMTxEejoI4t7ALau 2tkBiV+oTAotQ== Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4W2vpH617TzHY8; Mon, 17 Jun 2024 18:04:23 +0200 (CEST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <877cesu09g.fsf@antr.me> <171835399913.15842.9755585658776807966@bioneland.org> <87frtfgs76.fsf@antr.me> <171860726140.2621.18039533966681050255@bioneland.org> From: Tanguy LE CARROUR In-Reply-To: <171860726140.2621.18039533966681050255@bioneland.org> Date: Mon, 17 Jun 2024 18:04:23 +0200 Message-ID: <171864026332.12616.14556200188314737937@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -2.46 X-Migadu-Queue-Id: 141956FD6E X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -2.46 X-TUID: nZrhMN4mHY8m Hi, Quoting Tanguy LE CARROUR (2024-06-17 08:54:21) > Quoting Antero Mejr (2024-06-14 22:55:25) > > The python-team branch triggers a rebuild of Cmake, which my laptop > > cannot handle due to memory limitations. So I'll have to rely on the QA > > server to build, or if someone else wants they can build the patches. >=20 > I=E2=80=99m building it right now=E2=80=A6 I=E2=80=99ll let you know. mmm=E2=80=A6 doesn=E2=80=99t look good from here! =F0=9F=98=9E It fails right away on `python-pytest-shutil` for which I add to add a nati= ve input to build, then `python-responses` for which I had to disable some tes= ts, and now it fails on `poetry` 1.8.3. I=E2=80=99ll keep trying tomorrow and/or wait to see what the CI says. Regards, --=20 Tanguy