all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#50557: Unable to access remote logs
@ 2021-09-13  1:07 Sarah Morgensen
  2021-09-13 12:09 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Sarah Morgensen @ 2021-09-13  1:07 UTC (permalink / raw)
  To: 50557

Hello Guix,

For whatever reason, it seems build logs are not available from
ci.guix.gnu.org and bordeaux.guix.gnu.org.  "Invoking guix publish" says
that they should be available at /log/store-name, but...

--8<---------------cut here---------------start------------->8---
$ guix build hello
0.1 MB will be downloaded:
   /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
substituting /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10...
downloading from https://ci.guix.gnu.org/nar/lzip/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 ...
 hello-2.10  51KiB                                                        249KiB/s 00:00 [##################] 100.0%

/gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10

$ wget https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
--2021-09-12 18:05:39--  https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40
Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-09-12 18:05:40 ERROR 404: Not Found.

$ guix build hello --log-file
guix build: error: no build log for '/gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10'
--8<---------------cut here---------------end--------------->8---

--
Sarah




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

* bug#50557: Unable to access remote logs
  2021-09-13  1:07 bug#50557: Unable to access remote logs Sarah Morgensen
@ 2021-09-13 12:09 ` Ludovic Courtès
  2021-09-13 15:16   ` Mathieu Othacehe
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2021-09-13 12:09 UTC (permalink / raw)
  To: Sarah Morgensen; +Cc: Mathieu Othacehe, 50557

Hi Sarah,

Sarah Morgensen <iskarian@mgsn.dev> skribis:

> For whatever reason, it seems build logs are not available from
> ci.guix.gnu.org and bordeaux.guix.gnu.org.  "Invoking guix publish" says
> that they should be available at /log/store-name, but...
>
> $ guix build hello
> 0.1 MB will be downloaded:
>    /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
> substituting /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10...
> downloading from https://ci.guix.gnu.org/nar/lzip/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 ...
>  hello-2.10  51KiB                                                        249KiB/s 00:00 [##################] 100.0%
>
> /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
>
> $ wget https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
> --2021-09-12 18:05:39--  https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10
> Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40
> Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2021-09-12 18:05:40 ERROR 404: Not Found.
>
> $ guix build hello --log-file
> guix build: error: no build log for '/gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10'

Yes, this is a side effect of the new Cuirass architecture, deployed a
few months ago: it used to be that packages were built via offloading,
and thus berlin (the front-end of ci.guix) would have build logs
available locally; now that Cuirass’s own remote build mechanism is
used, berlin no longer has build logs, hence this issue.

Mathieu, can you think of a way we could address this?  Maybe Cuirass
could handle those /log URLs since it already has build log URLs anyway?

Thanks,
Ludo’.




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

* bug#50557: Unable to access remote logs
  2021-09-13 12:09 ` Ludovic Courtès
@ 2021-09-13 15:16   ` Mathieu Othacehe
  2021-09-14 13:35     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mathieu Othacehe @ 2021-09-13 15:16 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 50557-done, Sarah Morgensen


Hello,

> Mathieu, can you think of a way we could address this?  Maybe Cuirass
> could handle those /log URLs since it already has build log URLs anyway?

I fixed it with 60190401ce4ccc890629ec3cb22a84a8ab8c2645 in Cuirass and
abaf1392287d50a7225cdb3e3f3f8b82b827c7db in maintenance.

I now have:

--8<---------------cut here---------------start------------->8---
mathieu@meije ~$ guix build emacs --log-file --no-grafts
https://ci.guix.gnu.org/log/g24hw5dv5k89wqs83457xmjbd56whkab-emacs-27.2
--8<---------------cut here---------------end--------------->8---

Thanks,

Mathieu




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

* bug#50557: Unable to access remote logs
  2021-09-13 15:16   ` Mathieu Othacehe
@ 2021-09-14 13:35     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-09-14 13:35 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 50557-done, Sarah Morgensen

Salut Mathieu,

Mathieu Othacehe <othacehe@gnu.org> skribis:

>> Mathieu, can you think of a way we could address this?  Maybe Cuirass
>> could handle those /log URLs since it already has build log URLs anyway?
>
> I fixed it with 60190401ce4ccc890629ec3cb22a84a8ab8c2645 in Cuirass and
> abaf1392287d50a7225cdb3e3f3f8b82b827c7db in maintenance.
>
> I now have:
>
> mathieu@meije ~$ guix build emacs --log-file --no-grafts
> https://ci.guix.gnu.org/log/g24hw5dv5k89wqs83457xmjbd56whkab-emacs-27.2

That was quick, thanks a lot!

Ludo’.




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

end of thread, other threads:[~2021-09-14 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  1:07 bug#50557: Unable to access remote logs Sarah Morgensen
2021-09-13 12:09 ` Ludovic Courtès
2021-09-13 15:16   ` Mathieu Othacehe
2021-09-14 13:35     ` Ludovic Courtès

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.