all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#53214: Release 1.4.0 progress
@ 2022-01-12 17:32 Ludovic Courtès
  2022-01-26  4:20 ` Leo Famulari
  2022-02-03 17:46 ` Leo Famulari
  0 siblings, 2 replies; 7+ messages in thread
From: Ludovic Courtès @ 2022-01-12 17:32 UTC (permalink / raw)
  To: 53214

Hello!

This pseudo-bug is here to keep track of bug fixes and patch series we
aim to address for 1.4.0.

To add an issue as “required” for 1.4.0, mark this bug as “blocked” by
this issue (this is ‘C block NUMBER RET’ in debbugs.el).

Ludo’.




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

* bug#53214: Release 1.4.0 progress
  2022-01-12 17:32 bug#53214: Release 1.4.0 progress Ludovic Courtès
@ 2022-01-26  4:20 ` Leo Famulari
  2022-01-29 21:11   ` Leo Famulari
  2022-02-03 17:46 ` Leo Famulari
  1 sibling, 1 reply; 7+ messages in thread
From: Leo Famulari @ 2022-01-26  4:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 53214

There are new crashes in the installer:

https://issues.guix.gnu.org/53541
https://issues.guix.gnu.org/53544




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

* bug#53214: Release 1.4.0 progress
  2022-01-26  4:20 ` Leo Famulari
@ 2022-01-29 21:11   ` Leo Famulari
  2022-01-30  0:22     ` Vagrant Cascadian
  2022-02-01  8:34     ` Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: Leo Famulari @ 2022-01-29 21:11 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 53214

The build farm is having trouble building Guix for i686-linux. In fact,
it hasn't successfully completed the 'guix' job in weeks:

https://issues.guix.gnu.org/53463

And building the guix package does not work on aarch64, also for weeks:

https://issues.guix.gnu.org/52943

Finally, should we consider retiring the armhf port in 1.4.0? It seems
that we have stopped trying to build for it:

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




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

* bug#53214: Release 1.4.0 progress
  2022-01-29 21:11   ` Leo Famulari
@ 2022-01-30  0:22     ` Vagrant Cascadian
  2022-01-30  1:00       ` Thiago Jung Bauermann via Bug reports for GNU Guix
  2022-02-01  8:34     ` Ludovic Courtès
  1 sibling, 1 reply; 7+ messages in thread
From: Vagrant Cascadian @ 2022-01-30  0:22 UTC (permalink / raw)
  To: Leo Famulari, Ludovic Courtès; +Cc: 53214

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

On 2022-01-29, Leo Famulari wrote:
> The build farm is having trouble building Guix for i686-linux. In fact,
> it hasn't successfully completed the 'guix' job in weeks:
>
> https://issues.guix.gnu.org/53463
>
> And building the guix package does not work on aarch64, also for weeks:
>
> https://issues.guix.gnu.org/52943

It does work on my aarch64 machine as of
1ef7a03a148cf5f83ab1820444f6bd50d8e732d1 and more recently
f8bfb2d85682dcabe56a4b1b0f25d566a0abbd2b, but not sure why it's not
building on the build farm...


> Finally, should we consider retiring the armhf port in 1.4.0? It seems
> that we have stopped trying to build for it:
>
> https://ci.guix.gnu.org/search?query=guix+spec%3Amaster+system%3Aarmhf-linux

In a similar vein, aarch64 substitutes are in pretty bad shape... and
the architecture as a whole is a bit hard to keep up with; there are
some pretty obscure and difficult to triage bugs here and there.

I'm not sure what the qualities of a release-worthy architecture are,
but aarch64 is definitely suffering badly ever since the core-updates
merge and the merge of the 1.4 branch into master, which required a lot
of rebuilds...


live well,
  vagrant

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

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

* bug#53214: Release 1.4.0 progress
  2022-01-30  0:22     ` Vagrant Cascadian
@ 2022-01-30  1:00       ` Thiago Jung Bauermann via Bug reports for GNU Guix
  0 siblings, 0 replies; 7+ messages in thread
From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2022-01-30  1:00 UTC (permalink / raw)
  To: 53214; +Cc: Vagrant Cascadian, Ludovic Courtès, Leo Famulari

Hello,

Em sábado, 29 de janeiro de 2022, às 21:22:21 -03, Vagrant Cascadian 
escreveu:
> On 2022-01-29, Leo Famulari wrote:
> > The build farm is having trouble building Guix for i686-linux. In fact,
> > it hasn't successfully completed the 'guix' job in weeks:
> > 
> > https://issues.guix.gnu.org/53463
> > 
> > And building the guix package does not work on aarch64, also for weeks:
> > 
> > https://issues.guix.gnu.org/52943
> 
> It does work on my aarch64 machine as of
> 1ef7a03a148cf5f83ab1820444f6bd50d8e732d1 and more recently
> f8bfb2d85682dcabe56a4b1b0f25d566a0abbd2b, but not sure why it's not
> building on the build farm...

A couple of weeks ago guixp9 wasn’t doing powerpc64le builds either.
I did a “guix pull && guix upgrade” (which upgraded the version of Cuirass 
installed) and restarted the Cuirass worker then things got back on track 
again. I don’t know why...

-- 
Thanks,
Thiago






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

* bug#53214: Release 1.4.0 progress
  2022-01-29 21:11   ` Leo Famulari
  2022-01-30  0:22     ` Vagrant Cascadian
@ 2022-02-01  8:34     ` Ludovic Courtès
  1 sibling, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2022-02-01  8:34 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 53214

Hi,

Leo Famulari <leo@famulari.name> skribis:

> The build farm is having trouble building Guix for i686-linux. In fact,
> it hasn't successfully completed the 'guix' job in weeks:
>
> https://issues.guix.gnu.org/53463

(This issue title doesn’t mention i686.)  I’m looking at it, though a
bit slowly because I’ve been busy with other things:

  https://issues.guix.gnu.org/53506

> And building the guix package does not work on aarch64, also for weeks:
>
> https://issues.guix.gnu.org/52943

Ah, I thought this had been fixed with Chris Marusich’s commits but
apparently not?

> Finally, should we consider retiring the armhf port in 1.4.0? It seems
> that we have stopped trying to build for it:
>
> https://ci.guix.gnu.org/search?query=guix+spec%3Amaster+system%3Aarmhf-linux

The “armhf-linux” box was unchecked, not sure why.  I’ve re-added it and
we’ll see.  (For the record, anyone with access to berlin or with a
certificate can do it via the Cuirass web interface.)

Bordeaux.guix does have binaries:

--8<---------------cut here---------------start------------->8---
$ guix weather -s armhf-linux coreutils guile grep sed
computing 4 package derivations for armhf-linux...
looking for 6 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
  0.0% substitutes available (0 out of 6)
  unknown substitute sizes
  0.0 MiB on disk (uncompressed)
  0.042 seconds per request (0.2 seconds in total)
  23.6 requests per second

  0.0% (0 out of 6) of the missing items are queued
  at least 1,000 queued builds
      aarch64-linux: 1000 (100.0%)
  build rate: 17.64 builds per hour
      i686-linux: 4.74 builds per hour
      x86_64-linux: 9.23 builds per hour
      powerpc64le-linux: 3.69 builds per hour
looking for 6 store items on https://bordeaux.guix.gnu.org...
https://bordeaux.guix.gnu.org
  100.0% substitutes available (6 out of 6)
  23.1 MiB of nars (compressed)
  113.8 MiB on disk (uncompressed)
  0.034 seconds per request (0.1 seconds in total)
  29.3 requests per second
  (continuous integration information unavailable)
--8<---------------cut here---------------end--------------->8---

Overall it’s not a great situation to be in, but I think we should be
able to address it.  Usually I think it’s safer to merge ‘core-updates’
only after “make assert-binaries-available” passes.

Thanks,
Ludo’.




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

* bug#53214: Release 1.4.0 progress
  2022-01-12 17:32 bug#53214: Release 1.4.0 progress Ludovic Courtès
  2022-01-26  4:20 ` Leo Famulari
@ 2022-02-03 17:46 ` Leo Famulari
  1 sibling, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2022-02-03 17:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 53214

I suggest we fix #49508 "Implement --allow-insecure-transport for `guix
pull`" before the next release:

https://issues.guix.gnu.org/49508




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

end of thread, other threads:[~2022-02-03 18:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 17:32 bug#53214: Release 1.4.0 progress Ludovic Courtès
2022-01-26  4:20 ` Leo Famulari
2022-01-29 21:11   ` Leo Famulari
2022-01-30  0:22     ` Vagrant Cascadian
2022-01-30  1:00       ` Thiago Jung Bauermann via Bug reports for GNU Guix
2022-02-01  8:34     ` Ludovic Courtès
2022-02-03 17:46 ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.