unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Unable to `guix pull` on large server
@ 2017-08-24 16:53 Marius Bakke
  2017-08-24 22:13 ` Marius Bakke
  2017-08-26 12:11 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Marius Bakke @ 2017-08-24 16:53 UTC (permalink / raw)
  To: guix-devel

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

Hello!

I recently installed Guix on a foreign distro (Ubuntu 16.04), but am
unable to run `guix pull` after updating from 0.13.0 to 'master'.

--8<---------------cut here---------------start------------->8---
marius@uer:~$ guix pull --branch=core-updates # master also fails
Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit 2718a9cd096d0f5ae4b23cc0814a42aee5cf3c4d...
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following derivation will be built:
   /gnu/store/h01qr32ac80p7dl33llbw9yjl7y7ci8d-guix-latest.drv
copying and compiling to '/gnu/store/k4wrbdf8xk5ac8zz9fnsw1jghgf98gx4-guix-latest' with Guile 2.2.2...
loading...       25.3% of 620 filesrandom seed for tests: 1503514620
loading...       99.8% of 620 files
compiling...     93.4% of 620 filesice-9/threads.scm:289:22: In procedure loop:
ice-9/threads.scm:289:22: Syntax error:
guix/grafts.scm:267:2: return: return used outside of 'with-monad' in form (return result)

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
builder for `/gnu/store/h01qr32ac80p7dl33llbw9yjl7y7ci8d-guix-latest.drv' failed with exit code 1
guix pull: error: build failed: build of `/gnu/store/h01qr32ac80p7dl33llbw9yjl7y7ci8d-guix-latest.drv' failed
--8<---------------cut here---------------start------------->8---

I've also seen this error (once):

--8<---------------cut here---------------end--------------->8---
compiling...     93.4% of 622 filesice-9/threads.scm:289:22: In procedure loop:
ice-9/threads.scm:289:22: Syntax error:
guix/scripts.scm:119:6: >>=: >>= (bind) used outside of 'with-monad' in form (>>= (maybe-build (list derivation) #:use-substitutes? use-substitutes? #:dry-run? dry-run?) (lambda (unused-value)
(mbegin %store-monad (return (show-derivation-outputs derivation)))))
--8<---------------cut here---------------end--------------->8---

This is a Broadwell system with 20 physical cores + HT and 192GB RAM.

Oddly, the initial pull from 0.13.0 went okay.  After that it
consistently fails like above around 93.4%.  What's going on here?

Compiling a git checkout "manually" works, FWIW.

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

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

* Re: Unable to `guix pull` on large server
  2017-08-24 16:53 Unable to `guix pull` on large server Marius Bakke
@ 2017-08-24 22:13 ` Marius Bakke
  2017-08-26 12:11 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-08-24 22:13 UTC (permalink / raw)
  To: guix-devel

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

Marius Bakke <mbakke@fastmail.com> writes:

> Hello!
>
> I recently installed Guix on a foreign distro (Ubuntu 16.04), but am
> unable to run `guix pull` after updating from 0.13.0 to 'master'.
>
> --8<---------------cut here---------------start------------->8---
> marius@uer:~$ guix pull --branch=core-updates # master also fails
> Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Building from Git commit 2718a9cd096d0f5ae4b23cc0814a42aee5cf3c4d...
> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
> The following derivation will be built:
>    /gnu/store/h01qr32ac80p7dl33llbw9yjl7y7ci8d-guix-latest.drv
> copying and compiling to '/gnu/store/k4wrbdf8xk5ac8zz9fnsw1jghgf98gx4-guix-latest' with Guile 2.2.2...
> loading...       25.3% of 620 filesrandom seed for tests: 1503514620
> loading...       99.8% of 620 files
> compiling...     93.4% of 620 filesice-9/threads.scm:289:22: In procedure loop:
> ice-9/threads.scm:289:22: Syntax error:
> guix/grafts.scm:267:2: return: return used outside of 'with-monad' in form (return result)
>
> Some deprecated features have been used.  Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information.  Set it to "no" to suppress
> this message.
> builder for `/gnu/store/h01qr32ac80p7dl33llbw9yjl7y7ci8d-guix-latest.drv' failed with exit code 1
> guix pull: error: build failed: build of `/gnu/store/h01qr32ac80p7dl33llbw9yjl7y7ci8d-guix-latest.drv' failed
> --8<---------------cut here---------------start------------->8---

I did `guix package -r guix -i guile2.0-guix` and all is good.

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

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

* Re: Unable to `guix pull` on large server
  2017-08-24 16:53 Unable to `guix pull` on large server Marius Bakke
  2017-08-24 22:13 ` Marius Bakke
@ 2017-08-26 12:11 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-08-26 12:11 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

Hi Marius,

Marius Bakke <mbakke@fastmail.com> skribis:

> I've also seen this error (once):
>
> compiling...     93.4% of 622 filesice-9/threads.scm:289:22: In procedure loop:
> ice-9/threads.scm:289:22: Syntax error:
> guix/scripts.scm:119:6: >>=: >>= (bind) used outside of 'with-monad' in form (>>= (maybe-build (list derivation) #:use-substitutes? use-substitutes? #:dry-run? dry-run?) (lambda (unused-value)
> (mbegin %store-monad (return (show-derivation-outputs derivation)))))
>
> This is a Broadwell system with 20 physical cores + HT and 192GB RAM.

I think this is the same Guile bug as reported at
<https://bugs.gnu.org/27652>.  Weird and kinda scary!

Ludo’.

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

end of thread, other threads:[~2017-08-26 12:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 16:53 Unable to `guix pull` on large server Marius Bakke
2017-08-24 22:13 ` Marius Bakke
2017-08-26 12:11 ` Ludovic Courtès

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).