GNU bug report logs - #52180
maintenance: Disable ARM emulation.

Previous Next

Package: guix-patches;

Reported by: Mathieu Othacehe <othacehe <at> gnu.org>

Date: Mon, 29 Nov 2021 14:57:02 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52180 in the body.
You can then email your comments to 52180 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52180; Package guix-patches. (Mon, 29 Nov 2021 14:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mathieu Othacehe <othacehe <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 29 Nov 2021 14:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: maintenance: Disable ARM emulation.
Date: Mon, 29 Nov 2021 15:56:16 +0100
[Message part 1 (text/plain, inline)]
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
[0001-hydra-Disable-ARM-emulation.patch (text/x-patch, inline)]
From d2b2a9a714f9d5140690682ef64968bebd06327a Mon Sep 17 00:00:00 2001
From: Mathieu Othacehe <othacehe <at> gnu.org>
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


Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Fri, 03 Dec 2021 09:47:02 GMT) Full text and rfc822 format available.

Notification sent to Mathieu Othacehe <othacehe <at> gnu.org>:
bug acknowledged by developer. (Fri, 03 Dec 2021 09:47:03 GMT) Full text and rfc822 format available.

Message #10 received at 52180-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: 52180-done <at> debbugs.gnu.org
Subject: Re: bug#52180: maintenance: Disable ARM emulation.
Date: Fri, 03 Dec 2021 10:46:52 +0100
> * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system
> emulation on build nodes.

Pushed as 353e955dc322c8355f98d5f0436dff7011c8fe30.

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 31 Dec 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.