From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id iO5tB0tvQWORLwAAbAwnHQ (envelope-from ) for ; Sat, 08 Oct 2022 14:38:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0OlXB0tvQWNHXgAAauVa8A (envelope-from ) for ; Sat, 08 Oct 2022 14:38:35 +0200 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 D66582ABB1 for ; Sat, 8 Oct 2022 14:38:33 +0200 (CEST) Received: from localhost ([::1]:60024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oh967-0004dE-Jc for larch@yhetil.org; Sat, 08 Oct 2022 08:38:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oh95p-0004cI-Df for bug-guix@gnu.org; Sat, 08 Oct 2022 08:38:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39453) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oh95e-0005vx-Aa for bug-guix@gnu.org; Sat, 08 Oct 2022 08:38:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oh95e-00019L-5k for bug-guix@gnu.org; Sat, 08 Oct 2022 08:38:02 -0400 Subject: bug#58352: guix@1.3.0-30.17134b9 test failures on i686 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Sat, 08 Oct 2022 12:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58352 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 58352-done@debbugs.gnu.org Mail-Followup-To: 58352@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 58352-done@debbugs.gnu.org id=D58352.16652326694389 (code D ref 58352); Sat, 08 Oct 2022 12:38:01 +0000 Received: (at 58352-done) by debbugs.gnu.org; 8 Oct 2022 12:37:49 +0000 Received: from localhost ([127.0.0.1]:38528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oh95R-00018j-IZ for submit@debbugs.gnu.org; Sat, 08 Oct 2022 08:37:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oh95M-00018S-Np for 58352-done@debbugs.gnu.org; Sat, 08 Oct 2022 08:37:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45510) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oh95E-0005s6-Am for 58352-done@debbugs.gnu.org; Sat, 08 Oct 2022 08:37:39 -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=uy69Nb1DSIHsckfgcTzKUf2JzDiZtKQqLEa5q5OtVcA=; b=fRO2ClB3flajQCl9nXj9 3sB3FxsDekqatrk4Nom0FVdFk9mAQ8rcc924Sqf0ZaJj/cs9FVJMVHFbIGCeCy6pJzU+VLNfHWSmT gzPobaMN7DwKTxA/KAtKRPPN7LfdJJN/XLSRNtDax8oB71BL5Ju3X4NeL6bfWcV7BtVw3bFlL3J/w 3yfalZZVgRplI7clm4WEGmXjbhnQLaWIkBDz7tH7Df106TlXpP+15gavOwuRz38kAJbBqE1cYA913 i7d5PpnwXQHf+T9EQrFx1dmmacmTwVvc9dauITxc2oA2roaBzSADkwibRxyRIeWhJYzmw4rS/duOZ uEznzFZxa92fjw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:61744 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oh95D-0003QW-RZ for 58352-done@debbugs.gnu.org; Sat, 08 Oct 2022 08:37:36 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87bkqnaihf.fsf@inria.fr> <875ygvafy8.fsf@gnu.org> Date: Sat, 08 Oct 2022 14:37:33 +0200 In-Reply-To: <875ygvafy8.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Fri, 07 Oct 2022 16:03:43 +0200") Message-ID: <87fsfy8p9u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665232714; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: 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=uy69Nb1DSIHsckfgcTzKUf2JzDiZtKQqLEa5q5OtVcA=; b=hAtyVAYPDtZBvryU9qPn9W8BkIQ13jkm+/0359iiPwlsfRAgTjHDrtiOr22Juz9AM17MxH dieymYfX+mjmbKKDvIBWQCDx5HLHhoPd5ymJwV/9neIiZ+hGtx5+uoaJEBe/mRJJb9HGF3 pbspZ7sZ6xgqVyN2CDd18FtHmhZP+ZCqO/bW0IRt+kkTWGVyiRrmUYxHW5YSUZRLfMGfBZ Zg1Y7LvLgNZml+kfnenjrNnFA7CinB1eku+V8hmVuO+y2bHAeccgV0Add0gAFsezlRW4UF CeieYVUxexCjpaaSkXBi9riRZxigyxYmn2brnAg9u6c9SDggS2M5gptu/wHa4w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665232714; a=rsa-sha256; cv=none; b=qZHgH/aASITfmVjsfVtMg83d87BRfuhr7KoljHW6xBRpHq+VBtHX8D6IiChmPzLPQgp3Zj Ct97AN56nYMGRjsJjL2CnaTaT0zs+JD3OfXLKCRTxTJh8zp2BrKjV/RD7CQt/0ePp3Bc0u iZ36cleyUEISJ/setADUXFj9e6IqCTzhEPO42nQBqFugBO9V+ffzOWvDb+1aSmfxrfEFR1 Y6TCge85+RmO3qO4dHlCUsPdi4bs6RxxcvRmyMyyvG0R1NhxCdMAYXXnbPEo4AVu5dd5Df SDXrvzmhcBAT+h1XysbVUt0+MMMeqvwgO/WWa8O0kVjgMJH9KamerVHy7geYmQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=fRO2ClB3; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.78 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=fRO2ClB3; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D66582ABB1 X-Spam-Score: -3.78 X-Migadu-Scanner: scn1.migadu.com X-TUID: rDZ8ZMKv6GCf Ludovic Court=C3=A8s skribis: > Now the =E2=80=98guix=E2=80=99 package needs to be updated. Done in commit e49255ff18def1065f65194f679a1d07fd5a266e! Ludo=E2=80=99.