From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 04:51:41 2022 Received: (at submit) by debbugs.gnu.org; 9 Jun 2022 08:51:41 +0000 Received: from localhost ([127.0.0.1]:44942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzDt6-0005Gy-6T for submit@debbugs.gnu.org; Thu, 09 Jun 2022 04:51:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:52288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzDt2-0005Gn-Et for submit@debbugs.gnu.org; Thu, 09 Jun 2022 04:51:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzDt1-000377-TQ for guix-patches@gnu.org; Thu, 09 Jun 2022 04:51:28 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:47786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nzDsy-0003QS-Pw for guix-patches@gnu.org; Thu, 09 Jun 2022 04:51:27 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4LJd9Y2cP3z9sXk for ; Thu, 9 Jun 2022 10:51:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654764673; h=from:from: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; bh=nAUhx33SwfLZK28Pd9rHQyXho6ZvM3exiA+tOjOgCPE=; b=YGrMleH2mLzdW29pzA6M7HuJcTgG0zUQkge0f8ty8JU9/YUJIF91cVQZS4gnhAwW/zh3O3 SYo2DH6EenqA8tWFjGqR33GYdE9XDDl8tWww1Cg5/oHzIMGxH2kSWeTtzPUTwX4J+l1KCI MVMrsAzl16uRxfXJtODDtlnwhg1xXOuTmEnSnYCpvWJa5v6D1DIv6VK4ah7BWIHsSLdChT UGWonB6/WZsbiwCtLW8rK/Az/dGXMM/mnIIo2kDpXKyUDD4tLLL4pl3V+m5qXfVetw+0KO 2S0sYGtgI3KNuHgvIBvAaf9oY2b0Lrk6b8pB+LMLvGboJ+MObeoqqLK02QUpjQ== Date: Thu, 9 Jun 2022 10:51:10 +0200 From: Lars-Dominik Braun To: guix-patches@gnu.org Subject: [PATCH 0/2] Disable tests =?utf-8?Q?failin?= =?utf-8?Q?g_due_to_YAMA=E2=80=99s?= ptrace_scope. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4LJd9Y2cP3z9sXk Received-SPF: pass client-ip=80.241.56.151; envelope-from=lars@6xq.net; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit 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: -2.6 (--) Hi, I noticed that some tests fail on my foreign distribution, but not on Guix System, because they differ in their /proc/sys/kernel/yama/ptrace_scope. Guix sets it to 0 (no limitations), whereas most distributions default to 1 (only children can be ptrace’d), causing a reproducibility issue. The following patches therefore disable tests, which fail with a setting of >0. Cheers, Lars Lars-Dominik Braun (2): gnu: python-pydevd: Skip tests failing due to YAMA. gnu: python-debugpy: Disable tests. gnu/packages/python-xyz.scm | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 05:04:16 2022 Received: (at 55866) by debbugs.gnu.org; 9 Jun 2022 09:04:16 +0000 Received: from localhost ([127.0.0.1]:44955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzE5Q-0005cl-KY for submit@debbugs.gnu.org; Thu, 09 Jun 2022 05:04:16 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:37546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzE5N-0005cT-UO for 55866@debbugs.gnu.org; Thu, 09 Jun 2022 05:04:14 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4LJdSQ1cqQz9spV for <55866@debbugs.gnu.org>; Thu, 9 Jun 2022 11:04:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654765446; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=LJ6/BfaVqHfoXmEn/05vHFo9YRaiIrUqiVFGR31Jzxg=; b=lu13CnSadfVX/XE98V6tzzpnO3zMSlOhvJYVUWF6hkIaayV8FH+AVPb4KdthRveZmtuo1p 5r693RXCk6+xnKijRNVx6lKSOWR0BlX4AftaA4SCXTDgE1HwIsHb0bRUktSUCvRfb52h4b HntW08LZoha2HVYc+0MOCG40eI15yZTkOSf1ctnVUPO3vzd/ldAkt8iyy9i1hE592FHu9z 2/ezoTDHsnmNhJTL2f/eEfHA25Bl41NcuI3O6VI4FphxqtLTNs9BmDHNmtT7S8Qa5svd94 LhfMPhXj7w6Vjyk/NqWDIOgn/9gntu5wkLEGoKN/WnONvbmPEFvs8+70BW+Vpw== Date: Thu, 9 Jun 2022 11:04:04 +0200 From: Lars-Dominik Braun To: 55866@debbugs.gnu.org Subject: [PATCH 1/2] gnu: python-pydevd: Skip tests failing due to YAMA. Message-ID: <558bc49a6dba232a5b4bc797b4a034d2e3baf142.1654765434.git.lars@6xq.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55866 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: -1.7 (-) * gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Add skipped tests. --- gnu/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5f9ce4fdfe..8de8d571e4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12351,7 +12351,10 @@ (define-public python-pydevd ;; This test validates that 'pydevd' is not in the ;; exception message, but it is due to being part ;; of the build file name present in the message. - "and not test_evaluate_exception_trace"))))) + "and not test_evaluate_exception_trace " + ;; These fail on systems with YAMA LSM’s ptrace + ;; scope > 0. + "and not test_attach_to_pid"))))) (add-after 'install 'install-attach-binary (lambda _ (install-file "attach.so" -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 05:04:38 2022 Received: (at 55866) by debbugs.gnu.org; 9 Jun 2022 09:04:38 +0000 Received: from localhost ([127.0.0.1]:44959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzE5l-0005dM-St for submit@debbugs.gnu.org; Thu, 09 Jun 2022 05:04:38 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:34860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzE5Z-0005cw-9t for 55866@debbugs.gnu.org; Thu, 09 Jun 2022 05:04:36 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4LJdSc2hrDz9sWp for <55866@debbugs.gnu.org>; Thu, 9 Jun 2022 11:04:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654765456; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=wr1yvIrLDzivviuGcMmMTA0FQMU/l9AplRACTH+ajxM=; b=j+RwVaysQ3f+7cETE7E+PdULTkOS3kWVsa0NMIZQvMWGbYU0+NUcmopiWDoX7Z5ALGCfRD tvZE2t46invCu0FMMqReLPfo6XoPvwIkTTAPqBRcolj0Hv1scnaCxx/pAvy8ZsM333xuf9 hcDLoQOPb6/8YXgw8NzlkdQEj9alTYVzf/cgIU/7NnZmbDEs6l24MLxLOjOu28h6sQdudb 3JORuJc5boHjxWP+f8DIhV/Qz9NENcCyZXOfhB1mNRXCxZg3V+9OSSCqRb/Ts5sYbKMj6R h7J4mjIsGHnB26S8eDYxlWNVRPGeBZkEfNGRkWeDgpNjK6wpUMUmfN7zLrOLFg== Date: Thu, 9 Jun 2022 11:04:14 +0200 From: Lars-Dominik Braun To: 55866@debbugs.gnu.org Subject: [PATCH 2/2] gnu: python-debugpy: Disable tests. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55866 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: -1.7 (-) * gnu/packages/python-xyz.scm (python-debugpy)[arguments]: Respect tests? in 'check phase and disable #:tests. --- gnu/packages/python-xyz.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8de8d571e4..8e79ea01ae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12399,6 +12399,7 @@ (define-public python-debugpy (build-system python-build-system) (arguments (list + #:tests? #f ; Fail on systems with YAMA LSM’s ptrace scope > 0. #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-sh-in-tests @@ -12419,17 +12420,18 @@ (define-public python-debugpy (setenv "DEBUGPY_BUNDLING_DISABLED" "1"))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) - (invoke "pytest" "-vv" - "-n" (number->string (parallel-job-count)) - "-k" - (string-append - ;; These tests cannot be run in parallel because their - ;; test data would not be copied by xdist and lead to - ;; import errors. (see: - ;; https://github.com/microsoft/debugpy/issues/342 and - ;; https://github.com/microsoft/debugpy/issues/880). - "not test_custom_python_args " - "and not test_autokill "))))))) + (when tests? + (invoke "pytest" "-vv" + "-n" (number->string (parallel-job-count)) + "-k" + (string-append + ;; These tests cannot be run in parallel because their + ;; test data would not be copied by xdist and lead to + ;; import errors. (see: + ;; https://github.com/microsoft/debugpy/issues/342 and + ;; https://github.com/microsoft/debugpy/issues/880). + "not test_custom_python_args " + "and not test_autokill ")))))))) (native-inputs ;; See: https://raw.githubusercontent.com/microsoft/debugpy/ ;; main/tests/requirements.txt. -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 16:46:59 2022 Received: (at 55866) by debbugs.gnu.org; 9 Jun 2022 20:46:59 +0000 Received: from localhost ([127.0.0.1]:47923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzP3S-0003V2-QA for submit@debbugs.gnu.org; Thu, 09 Jun 2022 16:46:59 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:59054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzP3N-0003Uo-8O for 55866@debbugs.gnu.org; Thu, 09 Jun 2022 16:46:57 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by albert.telenet-ops.be with bizsmtp id h8mr270044UW6Th068mrSX; Thu, 09 Jun 2022 22:46:51 +0200 Message-ID: <3f0ecc335e5ed0288e5e1573328f65c2f8f76c74.camel@telenet.be> Subject: Re: [bug#55866] [PATCH 0/2] Disable tests failing due to =?UTF-8?Q?YAMA=E2=80=99s?= ptrace_scope. From: Maxime Devos To: Lars-Dominik Braun , 55866@debbugs.gnu.org Date: Thu, 09 Jun 2022 22:46:46 +0200 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-ogBapDOp++VlN2fCer7Z" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1654807611; bh=pELwhKC0kpgqFqnjp++P2xlJxRSnSb0LdaPI5LsBHTE=; h=Subject:From:To:Date:In-Reply-To:References; b=KeHFhRKaLzSyy44iNapzMWENtvC+HEbqrtqHese5RNCzA+mSOi8pfsyC+E/4ynF+G P5VaTCDOVwOA1Jx89zXnS4yoxJVwybYwSObBQ9iJUTHWRXC3Ue6Ht1u4FpMXIobxIl SCxXnC3KapsAi1O/uksSxRKvu+rst+fD9AVUf6NTKVNCpVfJ7hjXSnsVQhvZZW2b/c UI4if6o56+jTUvPVyEPdmhMV1jizcelLBIVN+U8vJcAXq9piZigpOdnlwYulHtkn7h eDit8j54QlQPfOqy4v7/8ZfR01Q1RAd4ImHbniYi6VqlyUn/FItX0a8miSjkDwap6K q5M97+hGLqnpg== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55866 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: -1.0 (-) --=-ogBapDOp++VlN2fCer7Z Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lars-Dominik Braun schreef op do 09-06-2022 om 10:51 [+0200]: > Hi, >=20 > I noticed that some tests fail on my foreign distribution, > but not on Guix System, because they differ in their > /proc/sys/kernel/yama/ptrace_scope. Guix sets it to 0 (no limitations), > whereas most distributions default to 1 (only children can be ptrace=E2= =80=99d), > causing a reproducibility issue. The following patches therefore disable > tests, which fail with a setting of >0. Sounds reasonable to me, though I recommend reporting the issue upstream such that they can adjust their test suites to skip the tests when YAMA interferes. Greetings,Maxime. --=-ogBapDOp++VlN2fCer7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYqJcNhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7rqoAPoDJX74h0jUyVMtX4G89gT/zuWU vSoPqcQPSpkrZTPWogEAg3LNV7PA8nyo1QoGv9pAat1CSBRqcJtP01kAiSW+NAo= =y1ri -----END PGP SIGNATURE----- --=-ogBapDOp++VlN2fCer7Z-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 10 05:43:27 2022 Received: (at 55866-done) by debbugs.gnu.org; 10 Jun 2022 09:43:27 +0000 Received: from localhost ([127.0.0.1]:48763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzbAt-0000v5-8h for submit@debbugs.gnu.org; Fri, 10 Jun 2022 05:43:27 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:46224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzbAn-0000ul-9R for 55866-done@debbugs.gnu.org; Fri, 10 Jun 2022 05:43:25 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4LKGH41rWXz9sqc; Fri, 10 Jun 2022 11:43:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654854192; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IRkgZFyzJuvsIpm++KtgnxewmSItM2gLbM83mbcdjhg=; b=lmVyyq5Z+X//42X15KbZOG8BzWU0tNuFibp60yRYWhtK+6NfIxCA/LGygJkBnm2gzlkBsf d9Lc6LTt5476misIuumDsYN1cz+MbtkWFntTeCzmUVeBP91kZfbrGHo5I0favLbrNiyCXt 57y4SmSW83tmOxYpwIlgoBhFUmucCQGYb1rPz6EEvmiEF1HLHWwTrQgB4xNSQGm2/sJOjN 0IRpig/f97jM1sMumEW81u4jnx4LJlrclxRPDcCWYW268XUFljDt5UvEfgQw+yj+ApbXOp +1nHF5ngT/sS5FGRy+pBFZgKoS8TqtZa4cegjfuCLg/gDeuKqb8uXtgsLu9DzA== Date: Fri, 10 Jun 2022 11:43:10 +0200 From: Lars-Dominik Braun To: Maxime Devos Subject: Re: [bug#55866] [PATCH 0/2] =?utf-8?Q?Disa?= =?utf-8?Q?ble_tests_failing_due_to_YAMA=E2=80=99s?= ptrace_scope. Message-ID: References: <3f0ecc335e5ed0288e5e1573328f65c2f8f76c74.camel@telenet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3f0ecc335e5ed0288e5e1573328f65c2f8f76c74.camel@telenet.be> X-Rspamd-Queue-Id: 4LKGH41rWXz9sqc X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55866-done Cc: 55866-done@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: -1.7 (-) Hi Maxime, > Sounds reasonable to me, though I recommend reporting the issue > upstream such that they can adjust their test suites to skip the tests > when YAMA interferes. pushed as 9d2ef7344e340747640dc00413aa6a7b054f022a and 3e6bc1edca0c7ee4e8bfe0d8e783db48d2bb647c. I added a link to the upstream report in the comments. Doesn’t make much sense for python-debugpy though, since we’d end up with no test suite at all. Thank you very much, Lars From unknown Fri Jun 20 19:54:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Jul 2022 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator