unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL:  9
@ 2016-06-23 23:03 myglc2
  2016-06-24 12:30 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: myglc2 @ 2016-06-23 23:03 UTC (permalink / raw)
  To: 23836

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

Running Guix on Debian 8.3 from git bae0636 bournish: Add 'wc' command.

============================================================================
Testsuite summary for GNU Guix 0.10.0
============================================================================
# TOTAL: 582
# PASS:  558
# SKIP:  15
# XFAIL: 0
# FAIL:  9
# XPASS: 0
# ERROR: 0
============================================================================


[-- Attachment #2: test-suite.log --]
[-- Type: application/octet-stream, Size: 43610 bytes --]

[-- Attachment #3: 160623.make.check.log --]
[-- Type: application/octet-stream, Size: 15458 bytes --]

g1@e3b:~/dev/guix$ git pull
Already up-to-date.
g1@e3b:~/dev/guix$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	t-profile-alt-8166-1-link

nothing added to commit but untracked files present (use "git add" to track)
g1@e3b:~/dev/guix$ git status -v
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	t-profile-alt-8166-1-link

nothing added to commit but untracked files present (use "git add" to track)
g1@e3b:~/dev/guix$ git branch -av | grep master
* master                                  bae0636 bournish: Add 'wc' command.
  remotes/origin/HEAD                     -> origin/master
  remotes/origin/master                   bae0636 bournish: Add 'wc' command.
  remotes/origin/security-updates         a3b84f7 Merge branch 'master' into security-updates
g1@e3b:~/dev/guix$ guix environment guix
;;; note: source file /home/g1/.config/guix/latest/gnu/packages/screen.scm
;;;       newer than compiled /home/g1/.config/guix/latest/gnu/packages/screen.go
substitute: warning: failed to install locale: Invalid argument
[guix env] g1@e3b:~/dev/guix$ ./bootstrap
+ exec autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /gnu/store/51s6w6jw83rmdfyqhwmxrvv5qbzypz9b-autoconf-2.69/bin/autoconf --force
autoreconf: running: /gnu/store/51s6w6jw83rmdfyqhwmxrvv5qbzypz9b-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:21: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:21: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:21: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
Makefile.am:431: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS
autoreconf: Leaving directory `.'
[guix env] g1@e3b:~/dev/guix$ ./configure --localstatedir=/var
checking for a BSD-compatible install... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/grep
checking for egrep... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether NLS is requested... yes
checking for msgfmt... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/msgfmt
checking for gmsgfmt... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/msgfmt
checking for xgettext... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/xgettext
checking for msgmerge... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/ld
checking if the linker (/gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sed... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/sed
checking for the Guix system type... x86_64-linux
checking for the store directory... /gnu/store
checking the length of the installed socket file name... 30
checking for unit test root directory... /home/g1/dev/guix/test-tmp
checking the length of the socket file name used in tests... 58
checking the length of a typical hash bang line... 73
checking the length of a hash bang line used in tests... 95
checking for pkg-config... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GUILE... yes
checking for guile... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile
checking for guild... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guild
checking for guile... (cached) /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile
checking for Guile version >= 2.0... 2.0.11
checking for guild... (cached) /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guild
checking for guile-config... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile-config
checking if (json) is available... yes
checking whether /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile provides feature 'regex'... yes
checking whether /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile provides feature 'posix'... yes
checking whether /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile provides feature 'socket'... yes
checking whether /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile provides feature 'net-db'... yes
checking whether /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile provides feature 'threads'... yes
checking whether (srfi srfi-37) is affected by http://bugs.gnu.org/13176... no
checking whether libc provides 'mount'... yes
checking for gzip... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/gzip
checking for bzip2... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/bzip2
checking for xz... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/xz
checking for nix-instantiate... no
checking for nix-hash... no
checking for Nixpkgs source tree... not found
checking for libgcrypt-config... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/libgcrypt-config
checking libgcrypt's library directory... /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib
checking for libgcrypt shared library name... /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt
checking whether /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt can be dynamically loaded... yes
checking whether to build daemon... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11... yes
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for BZ2_bzWriteOpen in -lbz2... yes
checking how to run the C++ preprocessor... g++ -E
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for SQLITE3... yes
checking for gcry_md_open in -lgcrypt... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for chroot... yes
checking for unshare... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for lutimes... yes
checking for lchown... yes
checking for posix_fallocate... yes
checking for sched_setaffinity... yes
checking for statvfs... yes
checking for nanosleep... yes
checking for strsignal... yes
checking whether it is possible to create a link to a symlink... yes
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking sys/personality.h usability... yes
checking sys/personality.h presence... yes
checking for sys/personality.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking if (gnutls) is available... yes
checking for default substitute URLs... https://mirror.hydra.gnu.org https://hydra.gnu.org
checking whether Guile's custom binary input ports support 'setvbuf'... yes
checking for unit test root directory... (cached) /home/g1/dev/guix/test-tmp
checking for guile... (cached) /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/guile
checking the current installation's localstatedir... none
checking for dot... /gnu/store/v1mid5zqlcs9al7idmv0mhc0ic2bz4hf-profile/bin/dot
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating nix/scripts/list-runtime-roots
config.status: creating nix/scripts/substitute
config.status: creating nix/scripts/guix-authenticate
config.status: creating nix/scripts/offload
config.status: creating Makefile
config.status: creating po/guix/Makefile.in
config.status: creating po/packages/Makefile.in
config.status: creating guix/config.scm
config.status: creating scripts/guix
config.status: creating test-env
config.status: creating pre-inst-env
config.status: creating emacs/guix-config.el
config.status: creating emacs/guix-helper.scm
config.status: creating nix/config.h
config.status: nix/config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/guix/POTFILES
config.status: creating po/guix/Makefile
config.status: creating po/packages/POTFILES
config.status: creating po/packages/Makefile
[guix env] g1@e3b:~/dev/guix$ make -j5 
make  all-recursive
make[1]: Entering directory '/home/g1/dev/guix'
Making all in po/guix
make[2]: Entering directory '/home/g1/dev/guix/po/guix'
make[2]: Leaving directory '/home/g1/dev/guix/po/guix'
Making all in po/packages
make[2]: Entering directory '/home/g1/dev/guix/po/packages'
make[2]: Leaving directory '/home/g1/dev/guix/po/packages'
make[2]: Entering directory '/home/g1/dev/guix'
Compiling Scheme modules...
  GEN      etc/guix-daemon.service
  GEN      etc/guix-daemon.conf
  LOAD     (gnu packages screen)
;;; note: source file ./gnu/packages/screen.scm
;;;       newer than compiled /home/g1/dev/guix/gnu/packages/screen.go
;;; note: source file ./guix/config.scm
;;;       newer than compiled /home/g1/dev/guix/guix/config.go
  LOAD     (guix config)
  GUILEC   gnu/packages/screen.go
  GUILEC   guix/config.go
make[2]: Leaving directory '/home/g1/dev/guix'
make[1]: Leaving directory '/home/g1/dev/guix'
[guix env] g1@e3b:~/dev/guix$ make -j5 check 
make  check-recursive
make[1]: Entering directory '/home/g1/dev/guix'
Making check in po/guix
make[2]: Entering directory '/home/g1/dev/guix/po/guix'
make[2]: Leaving directory '/home/g1/dev/guix/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/g1/dev/guix/po/packages'
make[2]: Leaving directory '/home/g1/dev/guix/po/packages'
make[2]: Entering directory '/home/g1/dev/guix'
Compiling Scheme modules...
make  check-TESTS check-local
make[3]: Entering directory '/home/g1/dev/guix'
make[3]: Nothing to be done for 'check-local'.
make[4]: Entering directory '/home/g1/dev/guix'
PASS: tests/hash.scm
SKIP: tests/base32.scm
PASS: tests/base64.scm
PASS: tests/cpio.scm
PASS: tests/pk-crypto.scm
PASS: tests/sets.scm
PASS: tests/pki.scm
PASS: tests/gnu-maintenance.scm
FAIL: tests/substitute.scm
PASS: tests/grafts.scm
PASS: tests/builders.scm
PASS: tests/ui.scm
PASS: tests/combinators.scm
PASS: tests/records.scm
PASS: tests/utils.scm
PASS: tests/upstream.scm
PASS: tests/build-utils.scm
SKIP: tests/snix.scm
PASS: tests/cran.scm
PASS: tests/hackage.scm
PASS: tests/elpa.scm
PASS: tests/monads.scm
PASS: tests/packages.scm
PASS: tests/union.scm
PASS: tests/profiles.scm
PASS: tests/gexp.scm
SKIP: tests/gremlin.scm
PASS: tests/bournish.scm
SKIP: tests/syscalls.scm
PASS: tests/publish.scm
PASS: tests/scripts.scm
PASS: tests/size.scm
PASS: tests/nar.scm
PASS: tests/challenge.scm
PASS: tests/lint.scm
PASS: tests/cve.scm
PASS: tests/file-systems.scm
PASS: tests/system.scm
PASS: tests/services.scm
FAIL: tests/containers.scm
PASS: tests/import-utils.scm
PASS: tests/scripts-build.scm
PASS: tests/derivations.scm
PASS: tests/gem.scm
SKIP: tests/pypi.scm
PASS: tests/graph.scm
PASS: tests/guix-download.sh
PASS: tests/guix-hash.sh
PASS: tests/cpan.scm
PASS: tests/store.scm
PASS: tests/guix-package-net.sh
PASS: tests/guix-authenticate.sh
PASS: tests/guix-archive.sh
SKIP: tests/guix-environment-container.sh
PASS: tests/guix-environment.sh
PASS: tests/guix-lint.sh
PASS: tests/guix-register.sh
PASS: tests/guix-system.sh
PASS: tests/guix-daemon.sh
PASS: tests/guix-graph.sh
PASS: tests/guix-build.sh
PASS: tests/guix-package.sh
PASS: tests/guix-gc.sh
============================================================================
Testsuite summary for GNU Guix 0.10.0
============================================================================
# TOTAL: 582
# PASS:  556
# SKIP:  17
# XFAIL: 0
# FAIL:  9
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
Makefile:4097: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/home/g1/dev/guix'
Makefile:4203: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/home/g1/dev/guix'
Makefile:4446: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/g1/dev/guix'
Makefile:3983: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/g1/dev/guix'
Makefile:4448: recipe for target 'check' failed
make: *** [check] Error 2
[guix env] g1@e3b:~/dev/guix$ exit
exit
g1@e3b:~/dev/guix$ exit
exit

Process shell<2> exited abnormally with code 2

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

end of thread, other threads:[~2016-06-28 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-23 23:03 bug#23836: bae0636 bournish: Add 'wc' command. make check FAIL: 9 myglc2
2016-06-24 12:30 ` Ludovic Courtès
2016-06-24 13:09   ` myglc2
2016-06-24 23:14     ` Ludovic Courtès
2016-06-28 16:11       ` myglc2

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