emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66059: closed ([cuirass] [feature] Mention which builder machine was


From: GNU bug Tracking System
Subject: bug#66059: closed ([cuirass] [feature] Mention which builder machine was used)
Date: Fri, 22 Sep 2023 08:23:02 +0000

Your message dated Fri, 22 Sep 2023 10:21:43 +0200
with message-id <87cyyabotk.fsf@gnu.org>
and subject line Re: bug#66059: [cuirass] [feature] Mention which builder 
machine was used
has caused the debbugs.gnu.org bug report #66059,
regarding [cuirass] [feature] Mention which builder machine was used
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66059: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66059
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [cuirass] [feature] Mention which builder machine was used Date: Sun, 17 Sep 2023 15:17:09 -0400
Hello,

When investigating a build failure, it can be useful to see the logs of
the machine that built the package (to determine whether it ran out of
memory, say), but currently the build logs or even the derivation page
on Cuirass doesn't track such information: it's not visible in the web
interface and not mentioned either in the build log.

We should add it to both places, ideally.

-- 
Thanks,
Maxim



--- End Message ---
--- Begin Message --- Subject: Re: bug#66059: [cuirass] [feature] Mention which builder machine was used Date: Fri, 22 Sep 2023 10:21:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Maxim,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> When investigating a build failure, it can be useful to see the logs of
> the machine that built the package (to determine whether it ran out of
> memory, say), but currently the build logs or even the derivation page
> on Cuirass doesn't track such information: it's not visible in the web
> interface and not mentioned either in the build log.

Fixed, on the build page (we can’t really do that on the build log):

  
https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=be79b1e4067a029dbe84d88dc6731a8a2a70db32

It was easy to do because Cuirass already keeps track of that.

However, Cuirass keeps track of the “worker” that was used, not the
machine.  A “worker” is essentially a fiber in the ‘cuirass
remote-worker’ process, with a temporary random name; when the worker
goes away, we become unable to map it back to the machine it belonged to
(I think).  Which means we’ll lose that info eventually.

(Now the whole point of normalized build environments is that knowing
which machine was used should rarely matter.)

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]