unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25256: A lot of tests failed when building guix 0.12.0 from source
@ 2016-12-24  6:56 Alex Vong
  2016-12-24 21:36 ` Leo Famulari
  2018-12-30  0:56 ` Alex Vong
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Vong @ 2016-12-24  6:56 UTC (permalink / raw)
  To: 25256

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

Hello Guix,

Congratulation on guixsd moving to beta, maybe I should try it during
the holiday!

A tarball with all the test logs archived is in the attachment. As
usual, the tests are run on Debian Testing with 'uname -a' outputting
'Linux debian 4.8.0-2-amd64 #1 SMP Debian 4.8.11-1 (2016-12-02) x86_64
GNU/Linux'

Below is the build-log, you can see 87/656 tests failed:

make  check-recursive
make[1]: Entering directory '/home/alexvong1995/guix-0.12.0'
Making check in po/guix
make[2]: Entering directory '/home/alexvong1995/guix-0.12.0/po/guix'
make[2]: Leaving directory '/home/alexvong1995/guix-0.12.0/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/alexvong1995/guix-0.12.0/po/packages'
make[2]: Leaving directory '/home/alexvong1995/guix-0.12.0/po/packages'
make[2]: Entering directory '/home/alexvong1995/guix-0.12.0'
Compiling Scheme modules...
make  check-TESTS check-local
make[3]: Entering directory '/home/alexvong1995/guix-0.12.0'
make[3]: Nothing to be done for 'check-local'.
make[4]: Entering directory '/home/alexvong1995/guix-0.12.0'
PASS: tests/base64.scm
SKIP: tests/base32.scm
PASS: tests/hash.scm
PASS: tests/cpio.scm
PASS: tests/pk-crypto.scm
PASS: tests/pki.scm
PASS: tests/sets.scm
PASS: tests/modules.scm
PASS: tests/gnu-maintenance.scm
PASS: tests/substitute.scm
FAIL: tests/builders.scm
FAIL: tests/grafts.scm
PASS: tests/ui.scm
PASS: tests/records.scm
PASS: tests/upstream.scm
PASS: tests/combinators.scm
PASS: tests/utils.scm
PASS: tests/build-utils.scm
FAIL: tests/packages.scm
SKIP: tests/snix.scm
PASS: tests/hackage.scm
PASS: tests/cran.scm
FAIL: tests/derivations.scm
PASS: tests/elpa.scm
PASS: tests/monads.scm
FAIL: tests/gexp.scm
FAIL: tests/store.scm
FAIL: tests/union.scm
PASS: tests/nar.scm
SKIP: tests/syscalls.scm
SKIP: tests/gremlin.scm
PASS: tests/bournish.scm
FAIL: tests/profiles.scm
FAIL: tests/publish.scm
PASS: tests/scripts.scm
FAIL: tests/size.scm
PASS: tests/lint.scm
FAIL: tests/graph.scm
FAIL: tests/challenge.scm
PASS: tests/cve.scm
PASS: tests/zlib.scm
PASS: tests/file-systems.scm
PASS: tests/system.scm
PASS: tests/services.scm
SKIP: tests/containers.scm
PASS: tests/import-utils.scm
PASS: tests/scripts-build.scm
SKIP: tests/pypi.scm
PASS: tests/gem.scm
PASS: tests/crate.scm
PASS: tests/cpan.scm
PASS: tests/guix-download.sh
PASS: tests/guix-hash.sh
PASS: tests/guix-build.sh
FAIL: tests/guix-package-net.sh
PASS: tests/guix-package.sh
PASS: tests/guix-archive.sh
PASS: tests/guix-authenticate.sh
PASS: tests/guix-system.sh
SKIP: tests/guix-environment-container.sh
PASS: tests/guix-graph.sh
PASS: tests/guix-lint.sh
FAIL: tests/guix-register.sh
FAIL: tests/guix-daemon.sh
PASS: tests/guix-environment.sh
FAIL: tests/guix-gc.sh
============================================================================
Testsuite summary for GNU Guix 0.12.0
============================================================================
# TOTAL: 656
# PASS:  547
# SKIP:  22
# XFAIL: 0
# FAIL:  87
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
Makefile:4274: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/home/alexvong1995/guix-0.12.0'
Makefile:4380: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/home/alexvong1995/guix-0.12.0'
Makefile:4623: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/alexvong1995/guix-0.12.0'
Makefile:4160: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/alexvong1995/guix-0.12.0'
Makefile:4625: recipe for target 'check' failed
make: *** [check] Error 2

Cheers,
Alex

[-- Attachment #2: tests.tar.xz --]
[-- Type: application/x-xz, Size: 253316 bytes --]

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

* bug#25256: A lot of tests failed when building guix 0.12.0 from source
  2016-12-24  6:56 bug#25256: A lot of tests failed when building guix 0.12.0 from source Alex Vong
@ 2016-12-24 21:36 ` Leo Famulari
  2018-12-30  0:56 ` Alex Vong
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-12-24 21:36 UTC (permalink / raw)
  To: Alex Vong; +Cc: 25256

On Sat, Dec 24, 2016 at 06:56:24AM +0000, Alex Vong wrote:
> Hello Guix,

Hi!

> Congratulation on guixsd moving to beta, maybe I should try it during
> the holiday!
> 
> A tarball with all the test logs archived is in the attachment. As
> usual, the tests are run on Debian Testing with 'uname -a' outputting
> 'Linux debian 4.8.0-2-amd64 #1 SMP Debian 4.8.11-1 (2016-12-02) x86_64
> GNU/Linux'

Thanks for the report!

I think something is fishy with the test set-up, although I'm not sure
what.

For example, this is the contents of guix-daemon.log:

1 + set -e
2 + guix-daemon --version
3 guix-daemon: unrecognized option '--version'
4 Try `guix-daemon --help' or `guix-daemon --usage' for more information.
5 FAIL tests/guix-daemon.sh (exit status: 64)

My guix-daemon does accept the '--version' option.

Can you say how you built Guix and give some more information about the
environment the tests ran in? For example, did you use `guix
environment`?

For the record, I also tried it on Debian testing with a 4.8.x kernel on
x86_64, and my only test failure is tests/syscalls.scm, which I'm going
to look into :)

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

* bug#25256: A lot of tests failed when building guix 0.12.0 from source
  2016-12-24  6:56 bug#25256: A lot of tests failed when building guix 0.12.0 from source Alex Vong
  2016-12-24 21:36 ` Leo Famulari
@ 2018-12-30  0:56 ` Alex Vong
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Vong @ 2018-12-30  0:56 UTC (permalink / raw)
  To: 25256-done; +Cc: alexvong1995

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

This bug was fixed long ago, probably around 0.13 ~ 0.14, closing...

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2018-12-30  0:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-24  6:56 bug#25256: A lot of tests failed when building guix 0.12.0 from source Alex Vong
2016-12-24 21:36 ` Leo Famulari
2018-12-30  0:56 ` Alex Vong

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).