all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#54247: "guix pull error: You found a bug"
@ 2022-03-04 21:35 Pierre-Henry Fröhring
  2022-03-05  3:40 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Henry Fröhring @ 2022-03-04 21:35 UTC (permalink / raw)
  To: 54247

Hello,

I've done as the comment says i.e. reporting the bug.

# guix pull
Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to d049ff1 (3 new
commits)...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git	d049ff1
substitute: updating substitutes from 'https://ci.guix.gnu.org'...
100.0%
substitute: updating substitutes from
'https://bordeaux.guix.gnu.org'... 100.0%
building /gnu/store/23f7vvgb33h19h89j01jqiz86c6indy2-compute-guix-
derivation.drv...
Computing Guix derivation for 'x86_64-linux'... \guix pull: error: You
found a bug: the program '/gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-
compute-guix-derivation'
failed to compute the derivation for Guix (version:
"d049ff159980954dccb6bc578b1df1efbc408e92"; system: "x86_64-linux";
host version: "218400c0f7d754467eac20bbdea3c5282efe7b2e"; pull-version:
1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.


Regards,
phf





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

* bug#54247: "guix pull error: You found a bug"
  2022-03-04 21:35 bug#54247: "guix pull error: You found a bug" Pierre-Henry Fröhring
@ 2022-03-05  3:40 ` Maxim Cournoyer
  2022-03-05 10:23   ` Pierre-Henry Fröhring
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2022-03-05  3:40 UTC (permalink / raw)
  To: Pierre-Henry Fröhring; +Cc: 54247

Hi Pierre,

Pierre-Henry Fröhring <contact@phfrohring.com> writes:

> Hello,
>
> I've done as the comment says i.e. reporting the bug.
>
> # guix pull
> Updating channel 'guix' from Git repository at
> 'https://git.savannah.gnu.org/git/guix.git'...
> Authenticating channel 'guix', commits 9edb3f6 to d049ff1 (3 new
> commits)...
> Building from this channel:
>   guix      https://git.savannah.gnu.org/git/guix.git	d049ff1
> substitute: updating substitutes from 'https://ci.guix.gnu.org'...
> 100.0%
> substitute: updating substitutes from
> 'https://bordeaux.guix.gnu.org'... 100.0%
> building /gnu/store/23f7vvgb33h19h89j01jqiz86c6indy2-compute-guix-
> derivation.drv...
> Computing Guix derivation for 'x86_64-linux'... \guix pull: error: You
> found a bug: the program '/gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-
> compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "d049ff159980954dccb6bc578b1df1efbc408e92"; system: "x86_64-linux";
> host version: "218400c0f7d754467eac20bbdea3c5282efe7b2e"; pull-version:
> 1).
> Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

Thanks for the report.

It appears this happened while ci.guix.gnu.org (Cuirass) was down; I
wonder what the error was though.  Could you please try the following:

--8<---------------cut here---------------start------------->8---
$ guix build /gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-compute-guix-derivation
--8<---------------cut here---------------end--------------->8---

To retry building the problematic derivation?  And attach the full
compressed log here.

Thank you,

Maxim




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

* bug#54247: "guix pull error: You found a bug"
  2022-03-05  3:40 ` Maxim Cournoyer
@ 2022-03-05 10:23   ` Pierre-Henry Fröhring
  2022-03-07  2:38     ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Henry Fröhring @ 2022-03-05 10:23 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 54247

      Thanks for the report.

      It appears this happened while ci.guix.gnu.org (Cuirass) was down; I wonder
      what the error was though.  Could you please try the following:

      –8<—————cut here—————start————->8— $ guix build
      /gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-compute-guix-derivation
      –8<—————cut here—————end—————>8—

      To retry building the problematic derivation?  And attach the full compressed
      log here.

      Thank you,

      Maxim

Thank you for the swift answer Maxim. Executing :

┌────
│ guix build /gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-compute-guix-derivation
└────

yielded nothing.

Executing :

┌────
│ guix pull
└────

yielded the same result as above.

I resized the tiny VPS to a bigger one just above and it worked. Here is the new "size" of
the VPS :

      Basic - Premium AMD, Shared CPU, 1 vCPU, 2 GB, 25 GB, 2 TB

May I suggest a kind of warning or test for hardware requirements when `guix' is used ?

Thank you, PHF






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

* bug#54247: "guix pull error: You found a bug"
  2022-03-05 10:23   ` Pierre-Henry Fröhring
@ 2022-03-07  2:38     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2022-03-07  2:38 UTC (permalink / raw)
  To: Pierre-Henry Fröhring; +Cc: GNU Debbugs, 54247

Hello,

Pierre-Henry Fröhring <contact@phfrohring.com> writes:

>       Thanks for the report.
>
>       It appears this happened while ci.guix.gnu.org (Cuirass) was down; I wonder
>       what the error was though.  Could you please try the following:
>
>       –8<—————cut here—————start————->8— $ guix build
>       /gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-compute-guix-derivation
>       –8<—————cut here—————end—————>8—
>
>       To retry building the problematic derivation?  And attach the full compressed
>       log here.
>
>       Thank you,
>
>       Maxim
>
> Thank you for the swift answer Maxim. Executing :
>
> ┌────
> │ guix build /gnu/store/6yhwysy1x5zc5s4xbdar2sayqc20fwdl-compute-guix-derivation
> └────
>
> yielded nothing.
>
> Executing :
>
> ┌────
> │ guix pull
> └────
>
> yielded the same result as above.
>
> I resized the tiny VPS to a bigger one just above and it worked. Here is the new "size" of
> the VPS :
>
>       Basic - Premium AMD, Shared CPU, 1 vCPU, 2 GB, 25 GB, 2 TB

Glad it worked now.  What was the original system specifications?  I
suspect a lack of RAM, perhaps.

> May I suggest a kind of warning or test for hardware requirements when `guix' is used ?

That's a good suggestion, but I'm guessing difficult to implement ('guix
pull' may complete with very little memory used or a lot, depending on
the availability of substitutes).

For you specific needs (low specs), I'd suggest using this your
~/.config/guix/channels.scm file:

--8<---------------cut here---------------start------------->8---
     (use-modules (guix ci))

     (list (channel-with-substitutes-available
            %default-guix-channel
            "https://ci.guix.gnu.org"))
--8<---------------cut here---------------end--------------->8---

As documented in '(guix) Channels with Substitutes'.

I hope that helps,

Maxim




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

end of thread, other threads:[~2022-03-07  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 21:35 bug#54247: "guix pull error: You found a bug" Pierre-Henry Fröhring
2022-03-05  3:40 ` Maxim Cournoyer
2022-03-05 10:23   ` Pierre-Henry Fröhring
2022-03-07  2:38     ` Maxim Cournoyer

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.