From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 15 05:39:42 2023 Received: (at submit) by debbugs.gnu.org; 15 Jul 2023 09:39:42 +0000 Received: from localhost ([127.0.0.1]:44177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKbkc-0004cv-3C for submit@debbugs.gnu.org; Sat, 15 Jul 2023 05:39:42 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKbkZ-0004ci-Pl for submit@debbugs.gnu.org; Sat, 15 Jul 2023 05:39: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 1qKbkU-0007lL-JI for guix-patches@gnu.org; Sat, 15 Jul 2023 05:39:34 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qKbkT-0005CO-8I for guix-patches@gnu.org; Sat, 15 Jul 2023 05:39:34 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 751A827BBE2 for ; Sat, 15 Jul 2023 10:39:31 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 6d32bde9 for ; Sat, 15 Jul 2023 09:39:31 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: ghc-8.10: Fix build on i686-linux. Date: Sat, 15 Jul 2023 10:39:30 +0100 Message-ID: <083e20c72d24a3ed0bc00959ae2053784b03bada.1689413970.git.mail@cbaines.net> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) As one profiling test fails very repeatedly on the bordeaux build farm, but ghc did seem to build successfully on other machines. * gnu/packages/haskell.scm (ghc-8.10)[arguments]: Don't run the T11627a profiling test on i686-linux. --- gnu/packages/haskell.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6b2c86fec4..62815efbb1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1271,8 +1271,11 @@ (define-public ghc-8.10 ;; next rebuild. Note that they are required for GHC 8.10 and 9.2. #$@(if (string-prefix? "i686" (or (%current-target-system) (%current-system))) - #~((add-after 'skip-failing-tests-i686 'skip-failing-tests-i686-cuirass + #~((add-after 'skip-failing-tests-i686 'skip-more-failing-tests-i686 (lambda _ + (substitute* '("testsuite/tests/profiling/should_run/all.T") + (("test\\('T11627a', \\[ ") + "test('T11627a', [ when(arch('i386'), skip), ")) (substitute* '("testsuite/driver/testlib.py") ((".*changes being made to the file will invalidate the code signature.*") "") base-commit: b5a5e4d712d0a1998995be62bb41b03955b7dcf1 prerequisite-patch-id: 3297b62c093009d94f43908e88dfc50a53ccbeac -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 16 04:29:24 2023 Received: (at 64643) by debbugs.gnu.org; 16 Jul 2023 08:29:25 +0000 Received: from localhost ([127.0.0.1]:46743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKx88-0000Er-N7 for submit@debbugs.gnu.org; Sun, 16 Jul 2023 04:29:24 -0400 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]:59296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKx85-0000EX-8E for 64643@debbugs.gnu.org; Sun, 16 Jul 2023 04:29:22 -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-102.mailbox.org (Postfix) with ESMTPS id 4R3dfc0Tx1z9sNR; Sun, 16 Jul 2023 10:29:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1689496152; 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=vgmOyWhCGcXRTMkI0mlMleZ4Dvw03LfafJUGyCmTPLs=; b=NIpKQqO0fJoglVGwb2mLL7uSZ4vWk4LhnDxJUZloHhbqtcYc/uvyMUAFVWuPObHybK3O2J SnjO4SxIgArZ+O+sZR9OD/KRdffaDjW2OaDHEXTXa3TjJBhaE1RwoScaJEKyvXwmqq0VTV 4UwFMm/qZTM7fRzRoHuNItQgBTBUKxqu3u7xvL51KTcx0saclYU9VanBbK2v1SObZ0ZDUH 91VYxTJH+7FPyH9e8q2D2IarC7RtXjijMpUHiOgTxoPbAolT8rfutNk/A9UXA+PWUAC+Y6 IItZ5RLARYZYwDjKUZJ7jYmUOgyZWlQ3tSF0Fi5uwNfA6vMPM8yGHkx5xHgH6g== Date: Sun, 16 Jul 2023 10:29:07 +0200 From: Lars-Dominik Braun To: Christopher Baines Subject: Re: [bug#64643] [PATCH] gnu: ghc-8.10: Fix build on i686-linux. Message-ID: References: <083e20c72d24a3ed0bc00959ae2053784b03bada.1689413970.git.mail@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <083e20c72d24a3ed0bc00959ae2053784b03bada.1689413970.git.mail@cbaines.net> X-Rspamd-Queue-Id: 4R3dfc0Tx1z9sNR X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64643 Cc: 64643@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 Christopher, > As one profiling test fails very repeatedly on the bordeaux build farm, but > ghc did seem to build successfully on other machines. do you have a log file showing the failure? It’s also a pretty big rebuild (almost 1800 packages), so maybe we can apply this change on i386 only for now? Cheers, Lars From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 16 04:43:02 2023 Received: (at 64643) by debbugs.gnu.org; 16 Jul 2023 08:43:02 +0000 Received: from localhost ([127.0.0.1]:46767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKxLJ-0000ca-IG for submit@debbugs.gnu.org; Sun, 16 Jul 2023 04:43:02 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKxLF-0000cP-Ls for 64643@debbugs.gnu.org; Sun, 16 Jul 2023 04:42:59 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 768A827BBE2; Sun, 16 Jul 2023 09:42:56 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e419d393; Sun, 16 Jul 2023 08:42:55 +0000 (UTC) References: <083e20c72d24a3ed0bc00959ae2053784b03bada.1689413970.git.mail@cbaines.net> User-agent: mu4e 1.10.5; emacs 28.2 From: Christopher Baines To: Lars-Dominik Braun Subject: Re: [bug#64643] [PATCH] gnu: ghc-8.10: Fix build on i686-linux. Date: Sun, 16 Jul 2023 09:41:41 +0100 In-reply-to: Message-ID: <87v8ekxn5c.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64643 Cc: 64643@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.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Lars-Dominik Braun writes: > Hi Christopher, > >> As one profiling test fails very repeatedly on the bordeaux build farm, = but >> ghc did seem to build successfully on other machines. > > do you have a log file showing the failure? It=E2=80=99s also a pretty big > rebuild (almost 1800 packages), so maybe we can apply this change on > i386 only for now? Yep, you can click the "View build on https://bordeaux.guix.gnu.org" links from this page [1] to find the build logs for all the failing builds. 1: https://data.qa.guix.gnu.org/gnu/store/sp4csvzxjzzjhmyp7sfdxg3ypqpysh2a-= ghc-8.10.7.drv And yes, this patch only affects i686-linux as confirmed by [2]. 2: https://qa.guix.gnu.org/issue/64643 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSzrY9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfOyA//aMm3phiDaiaFH2lGzPEDVpmLYu4X22VL c+Je+WkFmWm1aNMHRTYgF6zPnXsZg3JllNqNNHnAXQ6OZr6k54372x+gJuRiRnwV LByIi8mB525P3pMCR1nykD62Spuf15pYEs/Df/cR7mS6U1BehoGPCwFo6ZsQ2eNQ CQ8fWP3Eieelii3C2mbI++lzoMV8CRwmvTzv+G3Yw1Gri3Ho+t9aM0qIcTXWBNPN aMHzTtZWKYw4ni2N0VFS2Yjo/o1gWcqv/hSvevEL1X/gkLJ0eWTbQe+6HaQudkJQ VWTzo/jJVNubUKkRm6Tnj948IIInCU5Yz3QaLcqrPDL4okXQqoeeDk+fHPJet5aA oXW+Jt1KvBXB+t6jus3Pym1IIl9OyyB+HxyjBNv96Shvo/voiCuTsJ/XA58saVBU y5F2YIPm/SfhH4GTJjBNSZ1H69W+5r7yJhEsIgpE7uYLN0mk38Cv+JYvi29kuZ6F 2xGn49JGXB4VOC8Y4aY9JtTuMAZlXiz0XEH1peKvVRR3yag6OXxxUrQhnf8Keafl XZkvViGRgjtmox3QN+Wq33p+o+QRszO20lO8Pxl6TC68h8D5JtnNQ/RtM+nC/mxk qGc5kEnwlJtZJ/8PpbmwmuH76EGqnT2vmZ20cfeff+lX4qcB3pQxW/V0YaADCEbf AVdlO2djVXE= =XNVx -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 16 05:04:05 2023 Received: (at 64643) by debbugs.gnu.org; 16 Jul 2023 09:04:05 +0000 Received: from localhost ([127.0.0.1]:46820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKxfh-0001Ib-0U for submit@debbugs.gnu.org; Sun, 16 Jul 2023 05:04:05 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:40670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKxff-0001I8-Bn for 64643@debbugs.gnu.org; Sun, 16 Jul 2023 05:04:04 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (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 4R3fQg5GFhz9sdn; Sun, 16 Jul 2023 11:03:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1689498235; 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=INA6F0CJzpx2qUyIPBa0ZmOT0CUsZZfkGsiJjJEm8BA=; b=kVqPHJmenNvvJ3CNYIjV682Qyn83LjMzmNfDJYwDYswlKqqaUHR36HGaHgq9AOro1e4Cq0 VMZkTVNUcQ7X0ySmiVYd4W3P7Zc6h0beuWPqSe342BPPQMMuYmbcFlr0/ZJcjIHJ7oaONs Wt+DlJ2Ab9YN5WF7HNL2bY3lU//C9/GknYKdL4/PWgO9dRWGR9eCzMOcKfNXpjodXbNBoH zKvPV5xMP3lobgr4rt3dSIHj9iBvmZNLESDHFPhjPVbblb2AnSzB+6tykcNXW6g5OENcho hDbiiS6mKjQkb9onL30Og864qOtme5QO+dC34IhkIPb9TG1rD+dtHJiS9wSUow== Date: Sun, 16 Jul 2023 11:03:51 +0200 From: Lars-Dominik Braun To: Christopher Baines Subject: Re: [bug#64643] [PATCH] gnu: ghc-8.10: Fix build on i686-linux. Message-ID: References: <083e20c72d24a3ed0bc00959ae2053784b03bada.1689413970.git.mail@cbaines.net> <87v8ekxn5c.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87v8ekxn5c.fsf@cbaines.net> X-Rspamd-Queue-Id: 4R3fQg5GFhz9sdn X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64643 Cc: 64643@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, > Yep, you can click the "View build on https://bordeaux.guix.gnu.org" > links from this page [1] to find the build logs for all the failing > builds. > > 1: https://data.qa.guix.gnu.org/gnu/store/sp4csvzxjzzjhmyp7sfdxg3ypqpysh2a-ghc-8.10.7.drv huh, a segfault. Weird. Perhaps it’s running out of address space. > And yes, this patch only affects i686-linux as confirmed by [2]. Ah, you’re right. I missed this patch context: > #$@(if (string-prefix? "i686" (or (%current-target-system) > (%current-system))) Looks good to me then! Cheers, Lars From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 17 09:00:26 2023 Received: (at 64643-done) by debbugs.gnu.org; 17 Jul 2023 13:00:26 +0000 Received: from localhost ([127.0.0.1]:49375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLNpx-0004fK-Gy for submit@debbugs.gnu.org; Mon, 17 Jul 2023 09:00:26 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLNps-0004f6-8k for 64643-done@debbugs.gnu.org; Mon, 17 Jul 2023 09:00:24 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 17B0527BBE2; Mon, 17 Jul 2023 14:00:19 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 22992769; Mon, 17 Jul 2023 13:00:17 +0000 (UTC) References: <083e20c72d24a3ed0bc00959ae2053784b03bada.1689413970.git.mail@cbaines.net> <87v8ekxn5c.fsf@cbaines.net> User-agent: mu4e 1.10.5; emacs 28.2 From: Christopher Baines To: Lars-Dominik Braun Subject: Re: [bug#64643] [PATCH] gnu: ghc-8.10: Fix build on i686-linux. Date: Mon, 17 Jul 2023 13:58:56 +0100 In-reply-to: Message-ID: <87r0p6y9pc.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64643-done Cc: 64643-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.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Lars-Dominik Braun writes: > Hi, > >> Yep, you can click the "View build on https://bordeaux.guix.gnu.org" >> links from this page [1] to find the build logs for all the failing >> builds. >> >> 1: https://data.qa.guix.gnu.org/gnu/store/sp4csvzxjzzjhmyp7sfdxg3ypqpysh= 2a-ghc-8.10.7.drv > > huh, a segfault. Weird. Perhaps it=E2=80=99s running out of address space. > >> And yes, this patch only affects i686-linux as confirmed by [2]. > > Ah, you=E2=80=99re right. I missed this patch context: > >> #$@(if (string-prefix? "i686" (or (%current-target-system) >> (%current-system))) > > Looks good to me then! Great, I've pushed this to master as ad08f9331fee7a8e71e94b02f86f54ab3e1001a8. There's ~2000 affected packages, but I think this is OK since at least for the bordeaux build farm, these packages are being unblocked rather than rebuilt, and for ci, it'll take no time at all to catch up. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmS1O19fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfCtg//S/zO15/DtKbxL/6sraTZkt2Dlk/RMQbt J/1rISlGFelF5+4u2GLHhaYfWfS4b1ksxUcltsElTz5HYqc6dyDswvDM06a5bFfq uX0OMiuocARHUodm6VNgoOVzb5MchoUSpF6HCMKEQCbN4U3uHOIYk2EjZSFQkmQ3 G8HWGxpAG//Mtx9gX0o253SoPRymdENcc9sAQz1s7Y0/unCtWZZ6hx6kjK6/zj1l 7ULDCV6xoPUbvaZw75VjOmy/EfJylUgNN5sywgQ/R9bkXbPtJhUcc8biafYwyxAb QwuzcVpBZRNFUdeSE0g20N1PwBR1OLEnlawD4+Cd+4G9j0xMbdeGVpCJhacmRcI5 OTraYh5nPPvfWXX1HSU9ib7F5gP5cK5d5gbNOBvL0QQPN+0YfT+dIx3162Lkh98k oDHPTKatSt/DhjX7rZo1Xbh6+HZaxYjLRfyp9P6qtfqwijiY8iRz/VTRGrF/JRAr 7sFdcnVZkf1hdguhahKIhSL8TqGKuwcnA8KnrLJL3TMdOWFpayLuAv3xS+XG5vXr XU90max58DT7IgE+nGjjXU4KitIQJsYdeV3mDh3VpDrlj/vr8/i/LMyzgOyQ5Nu8 eMrrz7D7LgXumRdutVfTSzVu2wyL7K9jR275HV2qHvPNflkYNNp9io4K8+s9BS07 N9Mx0sorYHo= =racn -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Sep 07 01:28:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Aug 2023 11:24:08 +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