From unknown Sat Jun 21 10:42:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52180 <52180@debbugs.gnu.org> To: bug#52180 <52180@debbugs.gnu.org> Subject: Status: maintenance: Disable ARM emulation. Reply-To: bug#52180 <52180@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:42:51 +0000 retitle 52180 maintenance: Disable ARM emulation. reassign 52180 guix-patches submitter 52180 Mathieu Othacehe severity 52180 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 29 09:56:22 2021 Received: (at submit) by debbugs.gnu.org; 29 Nov 2021 14:56:22 +0000 Received: from localhost ([127.0.0.1]:38861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mri4s-0003PQ-07 for submit@debbugs.gnu.org; Mon, 29 Nov 2021 09:56:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:57862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mri4q-0003PJ-3N for submit@debbugs.gnu.org; Mon, 29 Nov 2021 09:56:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mri4o-0004Hd-IE for guix-patches@gnu.org; Mon, 29 Nov 2021 09:56:19 -0500 Received: from [2001:470:142:3::e] (port=46332 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mri4o-0006BR-9N for guix-patches@gnu.org; Mon, 29 Nov 2021 09:56:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=46XZvRMw2iPEAPLv6tytEJrE34u5rIG2VIMYFvDAP0s=; b=FsoqYh4XnJ919t rAKk+For/d4/MDEsmGChToepNffzztjB2yv9rINg2mcFNurWiuePAiBmwYFtfFcAVctVfMpD0M4i7 pUR2P5MjqD2vh19hS/5Z1/c9aNmH6iFI84JH42Ogj955t2LnvJuGUxP36mOWM98OvUECt3r5v+tgN 6868RAIqF4oi27TyrVrwecZBYgE7LWVc5o9fAQ3eoEjOer1bt01OJmBP9yUczAacPMDxPdmeaZyU6 HvYcfQG/wU6TaWrF8m8OrlboJAw+f4CbTSjgDcO2ZDj0y2gLhCKBGlAPF68yWBnnKUnZ2TlzBgBkh OjPBKQv2cE+2ijv+9jhQ==; Received: from [2a01:e0a:19b:d9a0:2ddb:d3d2:32e8:d31a] (port=60752 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mri4o-0003bB-4K for guix-patches@gnu.org; Mon, 29 Nov 2021 09:56:18 -0500 From: Mathieu Othacehe To: guix-patches@gnu.org Subject: maintenance: Disable ARM emulation. Date: Mon, 29 Nov 2021 15:56:16 +0100 Message-ID: <87mtlnj9in.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) 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: -3.3 (---) --=-=-= Content-Type: text/plain Hello, The Cuirass instance on Berlin is now connected to three more ARM machines: grunewald, pankow and kreuzberg thanks to Ricardo! We can now hopefully stop relying on ARM emulated builds. Here's a patch on maintenance to disable running ARM emulated builds on hydra-guix build nodes. Those emulated builds are known to fail in various ways when native builds work properly. Thanks, Mathieu --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-hydra-Disable-ARM-emulation.patch >From d2b2a9a714f9d5140690682ef64968bebd06327a Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 29 Nov 2021 15:48:50 +0100 Subject: [PATCH 1/1] hydra: Disable ARM emulation. * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system emulation on build nodes. --- hydra/berlin-nodes.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm index c8f035b..92bef7a 100644 --- a/hydra/berlin-nodes.scm +++ b/hydra/berlin-nodes.scm @@ -136,14 +136,8 @@ #:emulated-architectures '("arm" "aarch64" "ppc64le") #:childhurd? (childhurd-ip? ip) - ;; Emulate foreign architectures on - ;; half of the build machines. #:systems - `("x86_64-linux" "i686-linux" - ,@(if (odd? id) - '("armhf-linux" - "aarch64-linux") - '())) + `("x86_64-linux" "i686-linux") #:max-jobs 4 ;; The big-memory machines have 96 ;; logical cores, the others 64. -- 2.34.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 03 04:47:01 2021 Received: (at 52180-done) by debbugs.gnu.org; 3 Dec 2021 09:47:01 +0000 Received: from localhost ([127.0.0.1]:50048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mt59g-0006mU-Qg for submit@debbugs.gnu.org; Fri, 03 Dec 2021 04:47:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mt59f-0006mH-BA for 52180-done@debbugs.gnu.org; Fri, 03 Dec 2021 04:46:59 -0500 Received: from [2001:470:142:3::e] (port=52648 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt59a-000786-27 for 52180-done@debbugs.gnu.org; Fri, 03 Dec 2021 04:46:54 -0500 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=OJCsaCDnkYIyh8Lt5+PCWcyQ+IlWY/+4orSLRK0uivo=; b=Aj+vbE55iJNgORyyxJNw pwA2e4+Z5qO4xOzxO95oXczX21P42WHpKeu0E71gvKuY4K2Sf17z5tqN5AFdcIwoLt6+TCxaLQniH syGkGAZJ7ezM2az0t1jzg70CYnlBjDP87i0IUCDDwP7cBssft+9+2GLShkqik/yUXW+GcsshI/IPN ai1V3/LODygTr5rWm4QLaUIg/jBttbiUmmDKEa5/QnKquZV3lSmySZM1PvyZ1ok0EcyaDwPAV6dqN lNjGjrUUjMBIKe7A7f4iMH2sOwTF/8ssUKFWQHKnFI/Noe6GZqfG/UP44nGctb14LYnoWE3K4lzfF PFLxN4M8pdYL0w==; Received: from [2a01:e0a:19b:d9a0:45b5:a14a:5c75:5737] (port=32912 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt59Z-0003PD-VI for 52180-done@debbugs.gnu.org; Fri, 03 Dec 2021 04:46:54 -0500 From: Mathieu Othacehe To: 52180-done@debbugs.gnu.org Subject: Re: bug#52180: maintenance: Disable ARM emulation. References: <87mtlnj9in.fsf@gnu.org> Date: Fri, 03 Dec 2021 10:46:52 +0100 In-Reply-To: <87mtlnj9in.fsf@gnu.org> (Mathieu Othacehe's message of "Mon, 29 Nov 2021 15:56:16 +0100") Message-ID: <87mtlit3zn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52180-done 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: -3.3 (---) > * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system > emulation on build nodes. Pushed as 353e955dc322c8355f98d5f0436dff7011c8fe30. Thanks, Mathieu From unknown Sat Jun 21 10:42:51 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, 31 Dec 2021 12: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