unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur
@ 2024-01-04  2:39 Collin J. Doering via Bug reports for GNU Guix
  2024-01-08 16:44 ` Haugen, Kjetil via Bug reports for GNU Guix
  2024-01-09 17:42 ` Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Collin J. Doering via Bug reports for GNU Guix @ 2024-01-04  2:39 UTC (permalink / raw)
  To: 68237

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

After updating cuirass (details below), my cuirass instance no longer builds anything! It continues to poll channels, run evaluations and queue builds, but none of the builds ever run.

--8<---------------cut here---------------start------------->8---
Before: Cuirass 1.1.0-13.1341725 (guix checkout c4cca9cb5d3e93ef146acb930a95da9d2da6fb06)
After:  Cuirass 1.2.0-1.bdc1f9f (guix checkout 25b83bd9e4ceb77f08c0caee3ecdc48263b53a46)
--8<---------------cut here---------------end--------------->8---

After a bit of investigation, I noticed numerous instances of this in the logs following the update:

--8<---------------cut here---------------start------------->8---
/var/log/guix-daemon.log-2024-01-03 10:08:22 SIGPOLL
/var/log/guix-daemon.log:2024-01-03 10:08:22 unexpected build daemon error: interrupted by the user
--8<---------------cut here---------------end--------------->8---

It may be worth noting that I am running cuirass with substitutes on.

Any help appreciated.

-- 
Collin J. Doering

http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 515 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur
  2024-01-04  2:39 bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur Collin J. Doering via Bug reports for GNU Guix
@ 2024-01-08 16:44 ` Haugen, Kjetil via Bug reports for GNU Guix
  2024-01-09 17:42 ` Ludovic Courtès
  1 sibling, 0 replies; 6+ messages in thread
From: Haugen, Kjetil via Bug reports for GNU Guix @ 2024-01-08 16:44 UTC (permalink / raw)
  To: 68237@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

[AMD Official Use Only - General]

I have the exact same issue when setting up cuirass on a foreign distro.



[-- Attachment #2: Type: text/html, Size: 1850 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur
  2024-01-04  2:39 bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur Collin J. Doering via Bug reports for GNU Guix
  2024-01-08 16:44 ` Haugen, Kjetil via Bug reports for GNU Guix
@ 2024-01-09 17:42 ` Ludovic Courtès
  2024-01-15  9:40   ` Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2024-01-09 17:42 UTC (permalink / raw)
  To: Collin J. Doering; +Cc: 68237, Kjetil Haugen

Hi Collin and Kjetil,

"Collin J. Doering" <collin@rekahsoft.ca> skribis:

> After updating cuirass (details below), my cuirass instance no longer builds anything! It continues to poll channels, run evaluations and queue builds, but none of the builds ever run.
>
> Before: Cuirass 1.1.0-13.1341725 (guix checkout c4cca9cb5d3e93ef146acb930a95da9d2da6fb06)
> After:  Cuirass 1.2.0-1.bdc1f9f (guix checkout 25b83bd9e4ceb77f08c0caee3ecdc48263b53a46)

"Haugen, Kjetil" <Kjetil.Haugen@amd.com> skribis:

> I have the exact same issue when setting up cuirass on a foreign distro.

Cuirass commits 10a5117936bb51c54a362172b6e53ef5150ab909 and
b8ee2486ce877e42a3f910610d3efa8274e2603f appear to fix issues when
building in local build mode that most likely explain what you were
observing.

  https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/log

I’ll do some more testing before updating the ‘cuirass’ package in Guix,
but in the meantime you can test by running this from a Cuirass checkout
(assuming you’re on a distro other than Guix):

  guix package -f guix.scm

Or, if you’re on Guix System, you pull Cuirass as a channel and use its
package.

(Overall, the “--build-remote” build mechanism gets more attention
because that’s the scalable method to use as soon as you have a couple
of build machines.)

Thanks for reporting the issue!

Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur
  2024-01-09 17:42 ` Ludovic Courtès
@ 2024-01-15  9:40   ` Ludovic Courtès
  2024-01-15 18:49     ` Haugen, Kjetil via Bug reports for GNU Guix
  2024-01-15 22:31     ` Collin J. Doering via Bug reports for GNU Guix
  0 siblings, 2 replies; 6+ messages in thread
From: Ludovic Courtès @ 2024-01-15  9:40 UTC (permalink / raw)
  To: Collin J. Doering; +Cc: 68237, Kjetil Haugen

Hi,

Ludovic Courtès <ludovic.courtes@inria.fr> skribis:

> Cuirass commits 10a5117936bb51c54a362172b6e53ef5150ab909 and
> b8ee2486ce877e42a3f910610d3efa8274e2603f appear to fix issues when
> building in local build mode that most likely explain what you were
> observing.

If you run ‘guix pull’ now, you’ll get version 1.2.0-2.7bcd3d0 of the
‘cuirass’ package, which includes the fixes above.

I’m tentatively closing this issue but please do let me know if you
notice any problems.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur
  2024-01-15  9:40   ` Ludovic Courtès
@ 2024-01-15 18:49     ` Haugen, Kjetil via Bug reports for GNU Guix
  2024-01-15 22:31     ` Collin J. Doering via Bug reports for GNU Guix
  1 sibling, 0 replies; 6+ messages in thread
From: Haugen, Kjetil via Bug reports for GNU Guix @ 2024-01-15 18:49 UTC (permalink / raw)
  To: Ludovic Courtès, Collin J. Doering; +Cc: 68237@debbugs.gnu.org

[AMD Official Use Only - General]

Thanks, Ludovic:

After upgrading, builds are now executing for me ...

> From: Ludovic Courtès <ludo@gnu.org>

> If you run ‘guix pull’ now, you’ll get version 1.2.0-2.7bcd3d0 of the ‘cuirass’ package, which includes the fixes above.
> I’m tentatively closing this issue but please do let me know if you notice any problems.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur
  2024-01-15  9:40   ` Ludovic Courtès
  2024-01-15 18:49     ` Haugen, Kjetil via Bug reports for GNU Guix
@ 2024-01-15 22:31     ` Collin J. Doering via Bug reports for GNU Guix
  1 sibling, 0 replies; 6+ messages in thread
From: Collin J. Doering via Bug reports for GNU Guix @ 2024-01-15 22:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 68237, Kjetil Haugen

[-- Attachment #1: Type: text/plain, Size: 987 bytes --]

Excellent! Confirmed latest version 1.2.0-2.7bcd3d0 solves the issue. Also, fwiw I was not on a foreign distro.

Also, thanks for noting that cuirass also is a channel, so in the future I could simply use it directly for upstream changes.

Best wishes!

On 15 Jan 2024 at 10:40, Ludovic Courtès <ludo@gnu.org> wrote:

> Hi,
>
> Ludovic Courtès <ludovic.courtes@inria.fr> skribis:
>
>> Cuirass commits 10a5117936bb51c54a362172b6e53ef5150ab909 and
>> b8ee2486ce877e42a3f910610d3efa8274e2603f appear to fix issues when
>> building in local build mode that most likely explain what you were
>> observing.
>
> If you run ‘guix pull’ now, you’ll get version 1.2.0-2.7bcd3d0 of the
> ‘cuirass’ package, which includes the fixes above.
>
> I’m tentatively closing this issue but please do let me know if you
> notice any problems.
>
> Thanks,
> Ludo’.


-- 
Collin J. Doering

http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 515 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-15 22:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04  2:39 bug#68237: Cuirass 1.2.0-1.bdc1f9f local builds never occur Collin J. Doering via Bug reports for GNU Guix
2024-01-08 16:44 ` Haugen, Kjetil via Bug reports for GNU Guix
2024-01-09 17:42 ` Ludovic Courtès
2024-01-15  9:40   ` Ludovic Courtès
2024-01-15 18:49     ` Haugen, Kjetil via Bug reports for GNU Guix
2024-01-15 22:31     ` Collin J. Doering via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).