unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42523: ‘Latest’ ISO download link broken
@ 2020-07-24 23:43 Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-07-25  0:11 ` Brett Gilio
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-07-24 23:43 UTC (permalink / raw)
  To: 42523

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

Guix,

‘Download latest images’[0] points to [1], which returns a JSON:

> {"error":"Could not find the request build product."}

There are plenty[2] to choose from.

Kind regards,

T G-R

[0]: http://guix.gnu.org/download/latest/
[1]: 
https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:guix-master+status:success+system:x86_64-linux+iso9660-image
[2]: https://ci.guix.gnu.org/search?query=iso9660

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

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

* bug#42523: ‘Latest’ ISO download link broken
  2020-07-24 23:43 bug#42523: ‘Latest’ ISO download link broken Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-07-25  0:11 ` Brett Gilio
  2020-07-25 13:56   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-07-25 12:46 ` Mathieu Othacehe
  2021-02-14 21:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2 siblings, 1 reply; 8+ messages in thread
From: Brett Gilio @ 2020-07-25  0:11 UTC (permalink / raw)
  To: 42523

Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org>
writes:

> Guix,
>
> ‘Download latest images’[0] points to [1], which returns a JSON:
>
>> {"error":"Could not find the request build product."}
>
> There are plenty[2] to choose from.
>
> Kind regards,
>
> T G-R
>
> [0]: http://guix.gnu.org/download/latest/
> [1]:
> https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:guix-master+status:success+system:x86_64-linux+iso9660-image
> [2]: https://ci.guix.gnu.org/search?query=iso9660

The latest run of the CI for some reason didn't produce an ISO build
output. Strange. Who is in charge of our CI?




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

* bug#42523: ‘Latest’ ISO download link broken
  2020-07-24 23:43 bug#42523: ‘Latest’ ISO download link broken Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-07-25  0:11 ` Brett Gilio
@ 2020-07-25 12:46 ` Mathieu Othacehe
  2020-07-25 13:54   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2021-02-14 21:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2 siblings, 1 reply; 8+ messages in thread
From: Mathieu Othacehe @ 2020-07-25 12:46 UTC (permalink / raw)
  To: 42523


Hey Tobias,

Thanks for the report.

>> {"error":"Could not find the request build product."}
>
> There are plenty[2] to choose from.

The issue here is that, due to a bug when handling restarted builds in
Cuirass, the ISO build product for build 3016488 was not created.

I fixed the issue in Cuirass with
17395e85d2793ec4cb47e53bcbdb5b06187147bd. I'll reconfigure berlin
later-on. In the meantime I ran:

--8<---------------cut here---------------start------------->8---
insert into BuildProducts values (3016488, "ISO-9660", 651755520, "", "/gnu/store/l20v5vxadpl1bnsa91ird49rinpdwv0v-iso9660-image");
--8<---------------cut here---------------end--------------->8---

to hide the problem. So I think we can close this one.

Thanks,

Mathieu




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

* bug#42523: ‘Latest’ ISO download link broken
  2020-07-25 12:46 ` Mathieu Othacehe
@ 2020-07-25 13:54   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-07-25 13:54 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 42523-done, 42523

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

Mathieu,

Mathieu Othacehe 写道:
> I fixed the issue in Cuirass with
> 17395e85d2793ec4cb47e53bcbdb5b06187147bd. I'll reconfigure 
> berlin
> later-on. In the meantime I ran:
>
> --8<---------------cut 
> here---------------start------------->8---
> insert into BuildProducts values (3016488, "ISO-9660", 
> 651755520, "", 
> "/gnu/store/l20v5vxadpl1bnsa91ird49rinpdwv0v-iso9660-image");
> --8<---------------cut 
> here---------------end--------------->8---
>
> to hide the problem. So I think we can close this one.

Perfect!  Thank you very much.  I'll close this indeed.

Kind regards,

T G-R

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

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

* bug#42523: ‘Latest’ ISO download link broken
  2020-07-25  0:11 ` Brett Gilio
@ 2020-07-25 13:56   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-07-25 13:56 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 42523

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

Brett,

Brett Gilio 写道:
> The latest run of the CI for some reason didn't produce an ISO 
> build
> output. Strange. Who is in charge of our CI?

These peeps[0].

Kind regards,

T G-R

[0]: 
https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/berlin.scm#n15

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

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

* bug#42523: ‘Latest’ ISO download link broken
  2020-07-24 23:43 bug#42523: ‘Latest’ ISO download link broken Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-07-25  0:11 ` Brett Gilio
  2020-07-25 12:46 ` Mathieu Othacehe
@ 2021-02-14 21:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2021-02-17 14:35   ` Mathieu Othacehe
  2 siblings, 1 reply; 8+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-02-14 21:16 UTC (permalink / raw)
  To: 42523, m.othacehe

I wrote:
> ‘Download latest images’[0] points to [1], which returns a JSON

This still happens.

Kind regards,

T G-R

Sent from a Web browser. Excuse or enjoy my brevity.

[0]: http://guix.gnu.org/en/download/latest/
[1]: 
https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:guix-master+status:success+system:x86_64-linux+image.iso




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

* bug#42523: ‘Latest’ ISO download link broken
  2021-02-14 21:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-02-17 14:35   ` Mathieu Othacehe
  2021-02-17 15:36     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 8+ messages in thread
From: Mathieu Othacehe @ 2021-02-17 14:35 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 42523


Hello Tobias,

> This still happens.

Same bug, different cause. The Cuirass remote-worker was not setting an
UTF-8 locale, causing the spawned guix-publish to fail generating NAR
archives containing files with non ASCII characters.

This is fixed in Cuirass with ea01201ccd267506451e0301fbc5d8f12ef9ba5c.

Thanks,

Mathieu




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

* bug#42523: ‘Latest’ ISO download link broken
  2021-02-17 14:35   ` Mathieu Othacehe
@ 2021-02-17 15:36     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-02-17 15:36 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 42523-done

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

Mathieu Othacehe 写道:
>> This still happens.
>
> Same bug, different cause. The Cuirass remote-worker was not 
> setting an
> UTF-8 locale, causing the spawned guix-publish to fail 
> generating NAR
> archives containing files with non ASCII characters.
>
> This is fixed in Cuirass with 
> ea01201ccd267506451e0301fbc5d8f12ef9ba5c.

Sweet \o/  Thanks!

T G-R

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

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

end of thread, other threads:[~2021-02-17 15:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 23:43 bug#42523: ‘Latest’ ISO download link broken Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-07-25  0:11 ` Brett Gilio
2020-07-25 13:56   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-07-25 12:46 ` Mathieu Othacehe
2020-07-25 13:54   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-02-14 21:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-02-17 14:35   ` Mathieu Othacehe
2021-02-17 15:36     ` Tobias Geerinckx-Rice 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).