unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30843: make check FAIL: tests/elpa & .guile-real: segfault
@ 2018-03-18  1:19 George myglc2 Clemmer
  2018-03-19 16:44 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: George myglc2 Clemmer @ 2018-03-18  1:19 UTC (permalink / raw)
  To: 30843


grep g1@g1 make.log
g1@g1 ~/src/guix [env]$ sudo git clean -dfx
g1@g1 ~/src/guix [env]$ ./bootstrap
g1@g1 ~/src/guix [env]$ ./configure --localstatedir=/var --sysconfdir=/etc
g1@g1 ~/src/guix [env]$ make -j 10
g1@g1 ~/src/guix [env]$ make -j 10 check
g1@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...
^[[K auctex-11.88.6.tar  4.6MiB               0B/s 00:00 [                  ]   0.0%^[[K auctex-11.88.6.tar  4.6MiB           779KiB/s 00:00 [                  ]   1.4%^[[K auctex-11.88.6.tar  4.6MiB           1.7MiB/s 00:00 [##                ]  15.1%^[[K auctex-11.88.6.tar  4.6MiB           2.3MiB/s 00:01 [######            ]  35.6%^[[K auctex-11.88.6.tar  4.6MiB           2.4MiB/s 00:01 [#########         ]  54.8%^[[K auctex-11.88.6.tar  4.6MiB           2.7MiB/s 00:01 [##############    ]  80.9%^[[K 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@g1 ~/src/guix$ git log -n 1 --oneline
be5ed1421 (HEAD -> master, origin/master, origin/HEAD) gnu: Add terraform-docs.
g1@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@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@g1 ~/src/guix$

HTH - George

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

* bug#30843: make check FAIL: tests/elpa & .guile-real: segfault
  2018-03-18  1:19 bug#30843: make check FAIL: tests/elpa & .guile-real: segfault George myglc2 Clemmer
@ 2018-03-19 16:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-19 16:44 UTC (permalink / raw)
  To: George myglc2 Clemmer; +Cc: 30843-done

George myglc2 Clemmer <myglc2@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’.

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

end of thread, other threads:[~2018-03-19 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-18  1:19 bug#30843: make check FAIL: tests/elpa & .guile-real: segfault George myglc2 Clemmer
2018-03-19 16:44 ` 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).