[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grafting fails for latest Go release candidate
From: |
Marius Bakke |
Subject: |
Re: Grafting fails for latest Go release candidate |
Date: |
Mon, 07 Aug 2017 22:08:20 +0200 |
User-agent: |
Notmuch/0.25 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) |
Marius Bakke <address@hidden> writes:
> Leo Famulari <address@hidden> writes:
>
>> Working on the Go package, I found that the grafting procedure fails in
>> a way that I don't understand:
>>
>> ------
>> $ ./pre-inst-env guix build address@hidden
>> The following derivation will be built:
>> /gnu/store/bv30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv
>> @ build-started /gnu/store/bv30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv -
>> x86_64-linux
>> /var/log/guix/drvs/bv//30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv.bz2
>> grafting '/gnu/store/8zbi5rr5q2pxksfgpxq37m60nsa21d3v-go-1.9rc1-doc' ->
>> '/gnu/store/6v24sf0b3hgyc80b4w2yvx1aw03zinw6-go-1.9rc1-doc'...
>> grafting '/gnu/store/73fvsx0qizcrbajgjwn8mkzkpxa6abx4-go-1.9rc1' ->
>> '/gnu/store/ghg75mjw3csiv9hf7q0cxrm1g0fx5d0k-go-1.9rc1'...
>> ERROR: In procedure put-bytevector: Value out of range: 0
>> builder for `/gnu/store/bv30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv'
>> failed with exit code 1
>> @ build-failed /gnu/store/bv30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv - 1
>> builder for `/gnu/store/bv30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv'
>> failed with exit code 1
>> guix build: error: build failed: build of
>> `/gnu/store/bv30jxzjl7c5z3hk6pmywpzwwrn1hq5m-go-1.9rc1.drv' failed
>
> I just got a similar, but not quite same error:
>
> grafting '/gnu/store/mqlhrs9xj7rdnm3apzj2las4fr84i3gy-git-2.13.4' ->
> '/gnu/store/7kfijk9k2vq7c9bg6zy2pb2xpzs6s5b0-git-2.13.4'...
> ERROR: In procedure put-bytevector: Wrong type argument in position 1
> (expecting open output port): #<closed: file 91ef50>
I've caught a couple other elusive grafting errors:
grafting '/gnu/store/ccw7wzh9rbflc0fl968dbj2x0x9dn4y5-chromium-60.0.3112.90' ->
'/gnu/store/b3f2d6l1c546xwcv4hg8619qh87cixhb-chromium-60.0.3112.90'...
ERROR: Wrong type to apply: "der */\n max-width: 638px;\n min"
Wait, what? And this:
grafting '/gnu/store/r4ylhf3cx6gp4iv1m056i58hqwz7m0n5-git-2.14.0' ->
'/gnu/store/vy3rj6sc412kxabfisqiywp5z4by21jn-git-2.14.0'...
ERROR: In procedure vector-ref: Wrong type argument in position 1 (expecting
vector): #(#f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f
#f #f #f #f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #t #t #t #t #t #t #t #t #t #t #f #f #f #f #f
#f #f #f #f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f
#f #t #t #t #t #f #t
#t #t #t #t #t #t #t #t #f #t #t #t #t #f #f #t #t #t #t #t #f #f #f #f #f #f
#f #f #f #f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f
#f #f #f #f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f
#f #f #f #f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f
#f #f #f #f #f #f #f
#f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f #f)
These were sampled from different systems so it's not a local
issue. Clearly something is spilling memory, or reading the wrong
address, but what?
signature.asc
Description: PGP signature
- Re: Grafting fails for latest Go release candidate, Marius Bakke, 2017/08/03
- Re: Grafting fails for latest Go release candidate, Mark H Weaver, 2017/08/03
- Re: Grafting fails for latest Go release candidate,
Marius Bakke <=
- Re: Grafting fails for latest Go release candidate, Andy Wingo, 2017/08/09
- Re: Grafting fails for latest Go release candidate, Ludovic Courtès, 2017/08/21
- Re: Grafting fails for latest Go release candidate, Marius Bakke, 2017/08/21
- Re: Grafting fails for latest Go release candidate, Marius Bakke, 2017/08/22
- Re: Grafting fails for latest Go release candidate, Ludovic Courtès, 2017/08/23
- Re: bug#28211: Grafting fails for latest Go release candidate, Mark H Weaver, 2017/08/24
- Re: Grafting fails for latest Go release candidate, Leo Famulari, 2017/08/22