unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1:
@ 2018-11-28 14:00 znavko
  2018-11-28 14:55 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: znavko @ 2018-11-28 14:00 UTC (permalink / raw)
  To: 33539

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


I think the reason is that server is off-line, cause after `guix pull` has given me an error I run `guix pull --substitute-urls="http://berlin.guixsd.org <http://berlin.guixsd.org>"` that goes normally.


# guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git    ad8a4a6
Computing Guix derivation for 'x86_64-linux'... -@ substituter-started /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz /gnu/store/j1n8dv2qrgjyh58fq2vm6h870isi3wdv-guix-0.15.0-8.71a78ba/libexec/guix/substitute
/guix substitute: error: connect: Connection timed out
@ substituter-failed /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz 256 fetching path `/gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz' failed with exit code 1
Backtrace:
In guix/store.scm:
  1659:24 19 (run-with-store _ _ #:guile-for-build _ #:system _ # _)
   1532:8 18 (_ _)
In guix/gexp.scm:
    707:2 17 (_ _)
In guix/monads.scm:
    485:9 16 (_ _)
In guix/gexp.scm:
   572:22 15 (_ _)
In guix/store.scm:
   1532:8 14 (_ _)
In guix/gexp.scm:
    707:2 13 (_ _)
In guix/monads.scm:
    485:9 12 (_ _)
In guix/gexp.scm:
   572:22 11 (_ _)
In guix/store.scm:
   1532:8 10 (_ _)
In guix/gexp.scm:
    707:2  9 (_ _)
In guix/monads.scm:
    485:9  8 (_ _)
In guix/gexp.scm:
   572:22  7 (_ _)
In guix/store.scm:
   1532:8  6 (_ _)
  1555:38  5 (_ #<build-daemon 256.99 a459d20>)
In guix/packages.scm:
   881:14  4 (cache! #<weak-table 417/883> #<package guile-gcrypt@0…> …)
In unknown file:
           3 (_ #<procedure thunk ()> #<procedure list _> #<undefined>)
In guix/packages.scm:
  1205:22  2 (thunk)
  1138:25  1 (bag->derivation #<build-daemon 256.99 a459d20> #<<bag…> …)
In srfi/srfi-1.scm:
   592:17  0 (map1 (("source" #<origin #<<git-reference> url: "…>) …))

srfi/srfi-1.scm:592:17: In procedure map1:
Throw to key `srfi-34' with args `(#<condition &nix-protocol-error [message: "some substitutes for the outputs of derivation `/gnu/store/c1mzmfkmxcimgyq0322bx3044qi1llqi-git-2.19.2.tar.xz.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source " status: 1] 780b240>)'.
guix pull: error: You found a bug: the program '/gnu/store/vqcllnsq3k391mihacrzz3bp1ashdinx-compute-guix-derivation'
failed to compute the derivation for Guix (version: "ad8a4a666d1012f1ace44fc55d35e8f87a0c8cf9"; system: "x86_64-linux";
host version: "7a1d25c400c6271363096669b6d969565bebfd70"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.


[-- Attachment #2: Type: text/html, Size: 3593 bytes --]

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

* bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1:
  2018-11-28 14:00 bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1: znavko
@ 2018-11-28 14:55 ` Ludovic Courtès
  2018-11-28 15:39   ` znavko
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2018-11-28 14:55 UTC (permalink / raw)
  To: znavko; +Cc: 33539

Hello,

<znavko@tutanota.com> skribis:

> # guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
>   guix      https://git.savannah.gnu.org/git/guix.git    ad8a4a6
> Computing Guix derivation for 'x86_64-linux'... -@ substituter-started /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz /gnu/store/j1n8dv2qrgjyh58fq2vm6h870isi3wdv-guix-0.15.0-8.71a78ba/libexec/guix/substitute
> /guix substitute: error: connect: Connection timed out
> @ substituter-failed /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz 256 fetching path `/gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz' failed with exit code 1

It looks like a transient networking issue.  Did it eventually work?

Thanks,
Ludo’.

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

* bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1:
  2018-11-28 14:55 ` Ludovic Courtès
@ 2018-11-28 15:39   ` znavko
  2018-11-28 16:50     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: znavko @ 2018-11-28 15:39 UTC (permalink / raw)
  To: ludo; +Cc: 33539

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


No. The moment right now running gives the error:

# guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>'...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>    ad8a4a6
substituting /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz...
guix substitute: error: connect: Connection timed out
substitution of /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz failed
guix pull: error: build failed: some substitutes for the outputs of derivation `/gnu/store/c1mzmfkmxcimgyq0322bx3044qi1llqi-git-2.19.2.tar.xz.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source 

Berlin works:
# guix pull --substitute-urls=https://berlin.guixsd.org <https://berlin.guixsd.org>
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>'...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>    ad8a4a6
updating substitutes from 'https://berlin.guixsd.org <https://berlin.guixsd.org>'... 100.0%
updating substitutes from 'https://berlin.guixsd.org <https://berlin.guixsd.org>'... 100.0%
Computing Guix derivation for 'x86_64-linux'... |
nothing to be done


# traceroute hydra.gnu.org
traceroute to 20121227-hydra.gnu.org (18.4.89.46), 64 hops max
  1   x.x.x.x  1.567ms  0.801ms  0.752ms 
  2   x.x.x.x  1.850ms  3.188ms  4.537ms 
  3   x.x.x.x  6.246ms  8.411ms  6.997ms 
  4   212.73.250.154  47.733ms  49.409ms  52.103ms 
  5   *  *  * 
  6   *  *  * 
  7   4.53.48.98  160.639ms  161.683ms  161.171ms 
  8   18.69.9.1  160.537ms  161.068ms  160.717ms 
  9   18.69.1.2  157.535ms  157.356ms  156.771ms 
 10   18.123.55.2  160.199ms  161.479ms  160.308ms 
 11   18.4.89.21  158.786ms  158.635ms  161.484ms 




[-- Attachment #2: Type: text/html, Size: 2941 bytes --]

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

* bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1:
  2018-11-28 15:39   ` znavko
@ 2018-11-28 16:50     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-11-28 16:50 UTC (permalink / raw)
  To: znavko; +Cc: 33539

<znavko@tutanota.com> skribis:

> No. The moment right now running gives the error:
>
> # guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>'...
> Building from this channel:
>   guix      https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>    ad8a4a6
> substituting /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz...
> guix substitute: error: connect: Connection timed out
> substitution of /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz failed
> guix pull: error: build failed: some substitutes for the outputs of derivation `/gnu/store/c1mzmfkmxcimgyq0322bx3044qi1llqi-git-2.19.2.tar.xz.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source 
>
> Berlin works:
> # guix pull --substitute-urls=https://berlin.guixsd.org <https://berlin.guixsd.org>
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>'...
> Building from this channel:
>   guix      https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>    ad8a4a6
> updating substitutes from 'https://berlin.guixsd.org <https://berlin.guixsd.org>'... 100.0%
> updating substitutes from 'https://berlin.guixsd.org <https://berlin.guixsd.org>'... 100.0%
> Computing Guix derivation for 'x86_64-linux'... |
> nothing to be done

Indeed, something’s wrong with mirror.hydra.gnu.org right now.  I’m
looking into it.  In the meantime, the suggested workarounds are:

  1. Use https://berlin.guixsd.org as you did above;

  2. Use directly https://hydra.gnu.org until the problem is resolved.

Thanks,
Ludo’.

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

end of thread, other threads:[~2018-11-28 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 14:00 bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1: znavko
2018-11-28 14:55 ` Ludovic Courtès
2018-11-28 15:39   ` znavko
2018-11-28 16:50     ` 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).