From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id yF3pExctLGVCZgEAauVa8A:P1 (envelope-from ) for ; Sun, 15 Oct 2023 20:19:03 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id yF3pExctLGVCZgEAauVa8A (envelope-from ) for ; Sun, 15 Oct 2023 20:19:03 +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 09DF46236F for ; Sun, 15 Oct 2023 20:19:03 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=L9+iGrLW; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697393943; a=rsa-sha256; cv=none; b=aLXvzpXeO02PxpDkfS+/L9i0auuXjYGJvkBG2UAJlDxLfBK30SuFFMnrkDSUtKW+XfZWs8 +HtBblOT2wSa9cHRD9zwhEX1BZR0VXCITy+PMGOOKXzCjVvJSBrju/NCis5DCvlD0bT9++ L4hs0BQacWchdABfuw2pgVYgUV/KH+qrUVUTmxwiisNK0A/OMnwHOBHjfOFTdEeZTW2qEw E1ZiP+AMOg2+GAJuyeA7kqjdxZyFHBvpAqNuFjBgl3W/+Jni/bhAhdIdPh1WdCS8fqY87n c5waNzE8sTjSLG+dYPRfRgTZF13uVnkgGc1DVuWSXiuxDGlzFo9/mcdEKdfFnw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=L9+iGrLW; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697393943; 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: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=dIaQgFS1sSZnarEtSHL9sG7TgHgneevv2xh0hvhsXN0=; b=kMsQKvryPs4QWqS/h49wEyZWx0hwNkZQmLv2Vcfy6J0AEzubipNtMxlOL2ZOmSCfrJQHlg sxB1smaLE5CFsgbOfY/HuN8hmwDk2YTgzYjkXPon/yG8f2UOm8K1LnvbnpXhAw0QOGuk9f 9MU/av32VXnWzetU/2mVs93MJDBoPdlGRL6NmVekcbESyZCMZy9twE7DOiR9i5o2HIUW4j 5B+iKd/dCtngKAb9oDKFqBuENiedRZmVbDFdJ78Um1pjhwGsT/pGiajRzGzmOKecL5O7I4 vpOM2ZQnp89lU7x2ON2GtJGeIwrZHpjCiqo8Ca421oYdyZEvR7aWU7Dyk8e6eg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qs5hI-0002Zb-La; Sun, 15 Oct 2023 14:18:40 -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 1qs5hG-0002ZN-Pn for guix-patches@gnu.org; Sun, 15 Oct 2023 14:18:38 -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 1qs5hG-0006CL-Hg for guix-patches@gnu.org; Sun, 15 Oct 2023 14:18:38 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qs5he-00082r-HK for guix-patches@gnu.org; Sun, 15 Oct 2023 14:19:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66454] References: In-Reply-To: Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 15 Oct 2023 18:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66454 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66454@debbugs.gnu.org Cc: Christopher Baines , Maxim Cournoyer Received: via spool by 66454-submit@debbugs.gnu.org id=B66454.169739390530872 (code B ref 66454); Sun, 15 Oct 2023 18:19:02 +0000 Received: (at 66454) by debbugs.gnu.org; 15 Oct 2023 18:18:25 +0000 Received: from localhost ([127.0.0.1]:54091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qs5h3-00081s-13 for submit@debbugs.gnu.org; Sun, 15 Oct 2023 14:18:25 -0400 Received: from mail-lf1-x12c.google.com ([2a00:1450:4864:20::12c]:60495) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qs5h1-00081g-Jl for 66454@debbugs.gnu.org; Sun, 15 Oct 2023 14:18:24 -0400 Received: by mail-lf1-x12c.google.com with SMTP id 2adb3069b0e04-507962561adso3838099e87.0 for <66454@debbugs.gnu.org>; Sun, 15 Oct 2023 11:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697393873; x=1697998673; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=dIaQgFS1sSZnarEtSHL9sG7TgHgneevv2xh0hvhsXN0=; b=L9+iGrLW/BNu1xofEeUeAFvlH8/3yspqPft5+77+Kxb6YBt2mZp+l1P2pysUA9YV+x dZXN6UIuN53E0i53sQ66L/Ex/JhfZYBJoBKGgedqMG5x7eBGVUPLSBOVyiY9IrCz1BnD M6iU1wNeEH6Ug/IQ3rvkuMPh7eyZbciYnLS/KO4uvzIo4X9XghT620gkpBrB3YLQneqR QC3LF2ZQRf8Ap+5RD7yJxOPonRy2bPtZnkO9+wIHvqw3Nvp1KKQ5CYbSQ1p8PAh96hE8 /GambPD3sCaJyZ7bAc4JnkzDI+Bt14pPdfSI2YzkUmDJKqNYg4a7FXlzlR8Ie0HtGS+n nxAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697393873; x=1697998673; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=dIaQgFS1sSZnarEtSHL9sG7TgHgneevv2xh0hvhsXN0=; b=U2CHOpAWbpvqPTvkbXAWCs+yxwCfX6KDM3ZClb3EH1zjSft6uWEu3dX1hwcESjn6ST 4HK1m/jE5SzXRARxZvsQ6/8y4n6ibeCcHNI+GXWuu1TRSiw1Zgo8Vu8K+rh5eIETCpWc nc79DqzFCzpUVG1uXQv20T1xEUNKHcEKzMq4Ai9EGQSmTDrZWhU+JX8QAJ7nfQIIUTb+ LwQQk3qMbj218pR76qEH8NugCSKeDDc83grP+l5JMd0RrmKS3G3TTSRGer6e5C2D73ED 7zepnbEcRXnm3haunHijv3OUOU3ui7DcyyVyYxma6a66xYZEN2AH8ojfk8tjMrcQKLTp Wtng== X-Gm-Message-State: AOJu0YyfXQw2JVuxF1l/ey7QVVpFw6A4DIgMHkHNVPN+j3xB2gP+a73x Gmc1LS1lF2XprYrMKTCEEELhEGM05wz3cXv+KE036fpE4S8= X-Google-Smtp-Source: AGHT+IHUqO8MjkU1sPTcQxSy50NQVhk7n6Lu9+StKjxpwpHd0Z/e5ULRBGQesictPixl/4rdEjmxYvdh2EqhjpwZ32U= X-Received: by 2002:a19:f015:0:b0:500:92f1:c341 with SMTP id p21-20020a19f015000000b0050092f1c341mr24705223lfc.54.1697393872538; Sun, 15 Oct 2023 11:17:52 -0700 (PDT) MIME-Version: 1.0 From: Sharlatan Hellseher Date: Sun, 15 Oct 2023 19:17:41 +0100 Message-ID: Content-Type: multipart/alternative; boundary="000000000000d110e40607c54e40" 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-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: 6.31 X-Spam-Score: 6.31 X-Migadu-Queue-Id: 09DF46236F X-TUID: I+bnZ0hfVtrH --000000000000d110e40607c54e40 Content-Type: text/plain; charset="UTF-8" Hi, It looks like QA ignored this patch series of can't process it. --000000000000d110e40607c54e40 Content-Type: text/html; charset="UTF-8"
Hi,

It looks like QA ignored this patch series of can't process it.
--000000000000d110e40607c54e40--