GNU bug report logs - #30843
make check FAIL: tests/elpa & .guile-real: segfault

Previous Next

Package: guix;

Reported by: George myglc2 Clemmer <myglc2 <at> gmail.com>

Date: Sun, 18 Mar 2018 01:20:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

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 30843 in the body.
You can then email your comments to 30843 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#30843; Package guix. (Sun, 18 Mar 2018 01:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to George myglc2 Clemmer <myglc2 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 18 Mar 2018 01:20:01 GMT) Full text and rfc822 format available.

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

From: George myglc2 Clemmer <myglc2 <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: make check FAIL: tests/elpa & .guile-real: segfault 
Date: Sat, 17 Mar 2018 21:19:34 -0400
grep g1 <at> g1 make.log
g1 <at> g1 ~/src/guix [env]$ sudo git clean -dfx
g1 <at> g1 ~/src/guix [env]$ ./bootstrap
g1 <at> g1 ~/src/guix [env]$ ./configure --localstatedir=/var --sysconfdir=/etc
g1 <at> g1 ~/src/guix [env]$ make -j 10
g1 <at> g1 ~/src/guix [env]$ make -j 10 check
g1 <at> g1 ~/src/guix [env]$

***
./test-suite.log
========================================================
   GNU Guix 0.14.0.3463-be5ed-dirty: ./test-suite.log
========================================================

# TOTAL: 766
# PASS:  755
# SKIP:  10
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

[...]

FAIL: tests/elpa
================

test-name: elpa->guix-package test 1
location: /home/g1/src/guix/tests/elpa.scm:103
source:
+ (test-assert
+   "elpa->guix-package test 1"
+   (eval-test-with-elpa "auctex"))
random seed for tests: 1521330420

Starting download of /tmp/guix-file.OeUgKR
From https://elpa.gnu.org/packages/auctex-11.88.6.tar...
 auctex-11.88.6.tar  4.6MiB               0B/s 00:00 [                  ]   0.0% auctex-11.88.6.tar  4.6MiB           779KiB/s 00:00 [                  ]   1.4% auctex-11.88.6.tar  4.6MiB           1.7MiB/s 00:00 [##                ]  15.1% auctex-11.88.6.tar  4.6MiB           2.3MiB/s 00:01 [######            ]  35.6% auctex-11.88.6.tar  4.6MiB           2.4MiB/s 00:01 [#########         ]  54.8% auctex-11.88.6.tar  4.6MiB           2.7MiB/s 00:01 [##############    ]  80.9% auctex-11.88.6.tar  4.6MiB           2.9MiB/s 00:02 [##################] 100.0%

;;; (fail (package (name "emacs-auctex") (version "11.88.6") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/auctex-" version ".tar")) (sha256 (base32 "1pmki8hdjjikxlvip3pzi350bln3gcimr27yjf0xfwjvnp5hh9nc")))) (build-system emacs-build-system) (home-page "http://www.gnu.org/software/auctex/") (synopsis "Integrated environment for *TeX*") (description "This is the AUCTeX description.") (license license:gpl3+)) #f)
actual-value: #f
result: FAIL
***

Note: There was a guile segfault at about the same time ...

Mar 17 20:52:09 localhost vmunix: [202122.544472] .guile-real[13130]: segfault at 7b ip 000000000057885d sp 00007ffc1ac3a1b0 error 4 in .guile-real[400000+38a000]

Version info:

g1 <at> g1 ~/src/guix$ git log -n 1 --oneline
be5ed1421 (HEAD -> master, origin/master, origin/HEAD) gnu: Add terraform-docs.
g1 <at> g1 ~/src/guix$ guix --version
guix (GNU Guix) 0.14.0.3463-be5ed-dirty
Copyright (C) 2018 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
g1 <at> g1 ~/src/guix$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   po/guix/cs.po
	modified:   po/guix/da.po
	modified:   po/guix/de.po
	modified:   po/guix/eo.po
	modified:   po/guix/fr.po
	modified:   po/guix/hu.po
	modified:   po/guix/pl.po
	modified:   po/guix/pt_BR.po
	modified:   po/guix/sr.po
	modified:   po/guix/vi.po
	modified:   po/guix/zh_CN.po
	modified:   po/packages/da.po
	modified:   po/packages/de.po
	modified:   po/packages/eo.po
	modified:   po/packages/fr.po
	modified:   po/packages/hu.po
	modified:   po/packages/pl.po
	modified:   po/packages/pt_BR.po
	modified:   po/packages/sr.po
	modified:   po/packages/vi.po
	modified:   po/packages/zh_CN.po

no changes added to commit (use "git add" and/or "git commit -a")
g1 <at> g1 ~/src/guix$

HTH - George




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 19 Mar 2018 16:45:02 GMT) Full text and rfc822 format available.

Notification sent to George myglc2 Clemmer <myglc2 <at> gmail.com>:
bug acknowledged by developer. (Mon, 19 Mar 2018 16:45:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: George myglc2 Clemmer <myglc2 <at> gmail.com>
Cc: 30843-done <at> debbugs.gnu.org
Subject: Re: bug#30843: make check FAIL: tests/elpa & .guile-real: segfault
Date: Mon, 19 Mar 2018 17:44:53 +0100
George myglc2 Clemmer <myglc2 <at> gmail.com> skribis:

> ;;; (fail (package (name "emacs-auctex") (version "11.88.6") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/auctex-" version ".tar")) (sha256 (base32 "1pmki8hdjjikxlvip3pzi350bln3gcimr27yjf0xfwjvnp5hh9nc")))) (build-system emacs-build-system) (home-page "http://www.gnu.org/software/auctex/") (synopsis "Integrated environment for *TeX*") (description "This is the AUCTeX description.") (license license:gpl3+)) #f)
> actual-value: #f
> result: FAIL

Fixed in e5425ed950d06f8e75697b7e8562f71704094453.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Apr 2018 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 61 days ago.

Previous Next


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