GNU bug report logs - #48926
Cuirass is not building Mutt

Previous Next

Package: guix;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Tue, 8 Jun 2021 19:10:01 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 48926 in the body.
You can then email your comments to 48926 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 bug-guix <at> gnu.org:
bug#48926; Package guix. (Tue, 08 Jun 2021 19:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 08 Jun 2021 19:10:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Cc: guix-sysadmin <at> gnu.org
Subject: Cuirass is not building Mutt
Date: Tue, 8 Jun 2021 15:09:32 -0400
Recently I noticed that I'm not getting substitutes for Mutt.

Looking at the ci.guix.gnu.org web interface, it seems that we stopped
building Mutt about a month ago:

https://ci.guix.gnu.org/search?query=spec%3Amaster+mutt-2.0.7+system%3Ax86_64-linux

And `guix weather` confirms that we seem to have stopped building it:

------
$ guix describe          
Generation 174	Jun 08 2021 14:59:25	(current)
  guix 74c7055
    repository URL: https://git.savannah.gnu.org/git/guix.git
    commit: 74c70553394e32f7b6d5fa56da3bf3b18623c70f
$ guix weather mutt      
computing 1 package derivations for x86_64-linux...
looking for 1 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
  0.0% substitutes available (0 out of 1)
  unknown substitute sizes
  0.0 MiB on disk (uncompressed)

  0.0% (0 out of 1) of the missing items are queued
  at least 1,000 queued builds
      x86_64-linux: 906 (90.6%)
      aarch64-linux: 9 (.9%)
      i686-linux: 85 (8.5%)
  build rate: .00 builds per hour
      x86_64-linux: 0.00 builds per hour
      i686-linux: 0.00 builds per hour
      aarch64-linux: 0.00 builds per hour
------

I wonder what is going on?




Information forwarded to bug-guix <at> gnu.org:
bug#48926; Package guix. (Wed, 09 Jun 2021 09:37:01 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: bug-guix <at> gnu.org, guix-sysadmin <at> gnu.org
Subject: Re: Cuirass is not building Mutt
Date: Wed, 09 Jun 2021 11:35:59 +0200
Hello Leo,

> I wonder what is going on?

The current mutt package output is:

--8<---------------cut here---------------start------------->8---
mathieu <at> meije ~$ guix build mutt  --no-grafts
/gnu/store/c0wp5iq5k11mvqrm4bs011qlm7qy48ia-mutt-2.0.7
--8<---------------cut here---------------end--------------->8---

The last mutt build on the master specification is
https://ci.guix.gnu.org/build/321231/details, that reports the same
output. This build has not been attempted again because its output
didn't change.

The substitute is however missing as you noticed. That's because the
Cuirass GC root expired, and the nar file also probably expired its 90
days TTL.

We should maybe increase this TTL, or make sure that every "latest"
master derivation is covered by a GC root.

WDYT?

Thanks,

Mathieu




Information forwarded to bug-guix <at> gnu.org:
bug#48926; Package guix. (Fri, 18 Jun 2021 09:38:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: guix-sysadmin <at> gnu.org, 48926 <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#48926: Cuirass is not building Mutt
Date: Fri, 18 Jun 2021 11:37:25 +0200
Hi,

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

> The substitute is however missing as you noticed. That's because the
> Cuirass GC root expired, and the nar file also probably expired its 90
> days TTL.
>
> We should maybe increase this TTL, or make sure that every "latest"
> master derivation is covered by a GC root.
>
> WDYT?

Mathieu, do you have Zabbix graphs showing how we’re doing wrt. storage
on berlin?

If we’re doing well, we should definitely increase the ‘guix publish’ TTL.

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#48926; Package guix. (Fri, 18 Jun 2021 09:49:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: guix-sysadmin <at> gnu.org, 48926 <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#48926: Cuirass is not building Mutt
Date: Fri, 18 Jun 2021 11:48:24 +0200
Hey,

> Mathieu, do you have Zabbix graphs showing how we’re doing wrt. storage
> on berlin?

Here's one attached, we have been stable around ~10TiB of free space for
the last couple of months.

> If we’re doing well, we should definitely increase the ‘guix publish’ TTL.

What about increasing it to say 180 days?

Thanks,

Mathieu




Information forwarded to bug-guix <at> gnu.org:
bug#48926; Package guix. (Fri, 18 Jun 2021 09:50:01 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: guix-sysadmin <at> gnu.org, 48926 <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#48926: Cuirass is not building Mutt
Date: Fri, 18 Jun 2021 11:49:29 +0200
[Message part 1 (text/plain, inline)]
With the attached file,

Mathieu
[Screenshot from 2021-06-18 11-46-13.png (image/png, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#48926; Package guix. (Mon, 28 Jun 2021 13:12:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: guix-sysadmin <at> gnu.org, 48926 <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#48926: Cuirass is not building Mutt
Date: Mon, 28 Jun 2021 15:11:17 +0200
Hi,

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

>> Mathieu, do you have Zabbix graphs showing how we’re doing wrt. storage
>> on berlin?
>
> Here's one attached, we have been stable around ~10TiB of free space for
> the last couple of months.

Interesting.

The graph suggests that GC is running everyday to collect probably a few
GiBs.  Perhaps we should ‘guix gc -F15T’ once a week to reduce GC work
on subsequent days?

>> If we’re doing well, we should definitely increase the ‘guix publish’ TTL.
>
> What about increasing it to say 180 days?

Sounds good to me.  Can you make the change?

Thanks,
Ludo’.




Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Sun, 19 Dec 2021 17:05:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Sun, 19 Dec 2021 17:05:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: guix-sysadmin <at> gnu.org, 48926-done <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#48926: Cuirass is not building Mutt
Date: Sun, 19 Dec 2021 18:04:01 +0100
Hey,

>> What about increasing it to say 180 days?
>
> Sounds good to me.  Can you make the change?

That was done with ca6f40272fdf5644597f6ad2e38fa8ab2907d126.

Closing,

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Jan 2022 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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