GNU bug report logs - #44402
`guix pull` crashes on current master

Previous Next

Package: guix;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Mon, 2 Nov 2020 22:39:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44402 in the body.
You can then email your comments to 44402 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#44402; Package guix. (Mon, 02 Nov 2020 22:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 02 Nov 2020 22:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Subject: `guix pull` crashes on current master
Date: Mon, 2 Nov 2020 17:38:29 -0500
As reported by mroh on #guix, building the current master branch crashes
`guix pull`:

------
building /gnu/store/73f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv...
[  8/110] loading...	 14.5% of 55 filesBacktrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 (((gnu packages less)) ((gnu packages linux)) ((gnu packages man)) ((gnu packages nano)) ((gnu packages nvi)) ((gnu packages package-management)) ((gnu packages pciutils)) (#) ?))
   222:29 18 (map1 (((gnu packages linux)) ((gnu packages man)) ((gnu packages nano)) ((gnu packages nvi)) ((gnu packages package-management)) ((gnu packages pciutils)) ((gnu packages texinfo)) # ?))
   222:29 17 (map1 (((gnu packages man)) ((gnu packages nano)) ((gnu packages nvi)) ((gnu packages package-management)) ((gnu packages pciutils)) ((gnu packages texinfo)) ((gnu packages zile)) # ?))
   222:29 16 (map1 (((gnu packages nano)) ((gnu packages nvi)) ((gnu packages package-management)) ((gnu packages pciutils)) ((gnu packages texinfo)) ((gnu packages zile)) ((gnu services)) ((?)) ?))
   222:29 15 (map1 (((gnu packages nvi)) ((gnu packages package-management)) ((gnu packages pciutils)) ((gnu packages texinfo)) ((gnu packages zile)) ((gnu services)) ((gnu services shepherd)) # ?))
   222:29 14 (map1 (((gnu packages package-management)) ((gnu packages pciutils)) ((gnu packages texinfo)) ((gnu packages zile)) ((gnu services)) ((gnu services shepherd)) ((gnu services base)) # ?))
   222:29 13 (map1 (((gnu packages pciutils)) ((gnu packages texinfo)) ((gnu packages zile)) ((gnu services)) ((gnu services shepherd)) ((gnu services base)) ((gnu bootloader)) ((gnu system #)) # ?))
   222:29 12 (map1 (((gnu packages texinfo)) ((gnu packages zile)) ((gnu services)) ((gnu services shepherd)) ((gnu services base)) ((gnu bootloader)) ((gnu system shadow)) ((gnu system nss)) (#) ?))
   222:29 11 (map1 (((gnu packages zile)) ((gnu services)) ((gnu services shepherd)) ((gnu services base)) ((gnu bootloader)) ((gnu system shadow)) ((gnu system nss)) ((gnu system locale)) ((?)) ?))
   222:29 10 (map1 (((gnu services)) ((gnu services shepherd)) ((gnu services base)) ((gnu bootloader)) ((gnu system shadow)) ((gnu system nss)) ((gnu system locale)) ((gnu system pam)) ((gnu ?)) ?))
   222:17  9 (map1 (((gnu services shepherd)) ((gnu services base)) ((gnu bootloader)) ((gnu system shadow)) ((gnu system nss)) ((gnu system locale)) ((gnu system pam)) ((gnu system #)) ((gnu ?)) ?))
  3297:17  8 (resolve-interface (gnu services shepherd) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
    390:8  7 (_ _)
In ice-9/boot-9.scm:
  3223:13  6 (_)
In ice-9/threads.scm:
    390:8  5 (_ _)
In ice-9/boot-9.scm:
  3507:20  4 (_)
   2806:4  3 (save-module-excursion #<procedure 7ffff2527d80 at ice-9/boot-9.scm:3508:21 ()>)
  3527:26  2 (_)
In unknown file:
           1 (primitive-load-path "gnu/services/shepherd" #<procedure 7ffff1cc3500 at ice-9/boot-9.scm:3514:37 ()>)
In gnu/services/shepherd.scm:
   107:21  0 (_)

gnu/services/shepherd.scm:107:21: In procedure allocate-struct: Wrong type argument in position 1 (expecting struct): #<procedure %service-extension?-procedure (obj)>
note: keeping build directory `/tmp/guix-build-guix-cli.drv-0'
builder for `/gnu/store/73f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv' failed with exit code 1
build of /gnu/store/73f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv failed
View build log at '/var/log/guix/drvs/73/f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv.bz2'.
cannot build derivation `/gnu/store/bbhcka85bgbjxdi47myz5xf0nrb2qygl-guix-cli-modules.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/z6fa0smqmsqnpzsdafncryza40h79yrj-guix-system-tests.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/hnfp4fvbnyaw3flqsmsw896iwmy8yds1-guix-dfed0eca9-modules.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/fgsx7x6dfs0l13i6ka4c70q0hpk2cv7f-guix-dfed0eca9.drv': 1 dependencies couldn't be built
cannot build derivation `/gnu/store/m6ls1fg02fx235x3vkiss18k2ys3jkjw-profile.drv': 1 dependencies couldn't be built
guix pull: error: build of `/gnu/store/m6ls1fg02fx235x3vkiss18k2ys3jkjw-profile.drv' failed
------

I've confirmed that commit b5f2a035f93519b27f46673e6d76665767a1fbd9
works, and I'm testing later commits now.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 03 Nov 2020 17:58:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Tue, 03 Nov 2020 17:58:02 GMT) Full text and rfc822 format available.

Message #10 received at 44402-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 44402-done <at> debbugs.gnu.org
Subject: Re: `guix pull` crashes on current master
Date: Tue, 3 Nov 2020 12:57:05 -0500
Three of us in #guix experienced this crash, and then could not
reproduce it afterwards.

So... it's not great, but since nobody else is having trouble, I'm
closing this bug.




Information forwarded to bug-guix <at> gnu.org:
bug#44402; Package guix. (Fri, 06 Nov 2020 08:42:02 GMT) Full text and rfc822 format available.

Message #13 received at 44402 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 44402 <at> debbugs.gnu.org
Subject: Re: bug#44402: `guix pull` crashes on current master
Date: Fri, 06 Nov 2020 09:41:33 +0100
Hi,

Leo Famulari <leo <at> famulari.name> skribis:

> In unknown file:
>            1 (primitive-load-path "gnu/services/shepherd" #<procedure 7ffff1cc3500 at ice-9/boot-9.scm:3514:37 ()>)
> In gnu/services/shepherd.scm:
>    107:21  0 (_)
>
> gnu/services/shepherd.scm:107:21: In procedure allocate-struct: Wrong type argument in position 1 (expecting struct): #<procedure %service-extension?-procedure (obj)>
> note: keeping build directory `/tmp/guix-build-guix-cli.drv-0'
> builder for `/gnu/store/73f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv' failed with exit code 1
> build of /gnu/store/73f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv failed

[...]

> I've confirmed that commit b5f2a035f93519b27f46673e6d76665767a1fbd9
> works, and I'm testing later commits now.

For posterity, do you know which commit(s) led to the failure above?

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#44402; Package guix. (Fri, 06 Nov 2020 17:01:02 GMT) Full text and rfc822 format available.

Message #16 received at 44402 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 44402 <at> debbugs.gnu.org
Subject: Re: bug#44402: `guix pull` crashes on current master
Date: Fri, 6 Nov 2020 12:00:04 -0500
On Fri, Nov 06, 2020 at 09:41:33AM +0100, Ludovic Courtès wrote:
> For posterity, do you know which commit(s) led to the failure above?

At the time of the failure, HEAD was
dfed0eca93b355fb04e7183a950362dc2ee3a846 (gnu: snap: Update to 6.2.4.).

I don't recall which commit I was "on" at the time, but it would have
been less than one week old.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Dec 2020 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.