make check stucks for hours

  • Open
  • quality assurance status badge
Details
2 participants
  • Wensheng Xie
  • zimoun
Owner
unassigned
Submitted by
Wensheng Xie
Severity
normal
W
W
Wensheng Xie wrote on 12 May 2020 13:07
(address . bug-guix@gnu.org)
HE1P190MB0281EAAA9BB28F5D13B44DB2B0BE0@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM
commands run
0.
pwd = ~/work/guix
1.
guix environment guix --pure --ad-hoc git emacs strace gnupg
2.
./bootstrap
3.
./configure
4.
make check

output:
wxie@guix ~/work/guix$ guix environment guix --pure --ad-hoc git emacs strace gnupg
Folgende Ableitung wird erstellt:
/gnu/store/96sb2i83hqwnxammj9vjknfpzp4f9wk3-profile.drv
Folgende Profil-Hooks werden erstellt:
/gnu/store/4v8xf1z30yfir31d4kbdbrmg920ig07x-fonts-dir.drv
/gnu/store/9gjd7g2mdhf4961rx89si9avs534rnj3-xdg-desktop-database.drv
/gnu/store/japnrmzaq1a64c6hc1z0r33z2lkqw941-gtk-icon-themes.drv
/gnu/store/m4a9ank4hkh80q7gwacddyfclzjxgswy-glib-schemas.drv
/gnu/store/pxff98zfc0smwbqr7znkzf1j5ylaksrh-xdg-mime-database.drv
/gnu/store/xbffjqblsz038whhbmvc9pi7rizlgrx2-gtk-im-modules.drv
/gnu/store/xpv0ychbx92g95qgvkb1678j6j5fbim0-info-dir.drv
/gnu/store/zaq2m6md9fr6mrklv6jfa40hrwr3296d-manual-database.drv
/gnu/store/zmgzxh8w5pmh7i9bd31pfnykx1yi0msv-ca-certificate-bundle.drv
Zertifikatsbündel der Zertifikatsautoritäten wird erstellt …
Schriftartenverzeichnis wird erstellt …
Zwischenspeicher für GLib-Schemata wird erzeugt …
Zwischenspeicher für GTK-Symbolthemen wird erzeugt …
Dateien im Zwischenspeicher für GTK-Eingabemethoden werden erstellt …
Verzeichnis von Info-Handbüchern wird erstellt …
Datenbank für Handbuchseiten wird erstellt …
Zwischenspeicher für XDG-Desktop-Dateien wird erzeugt …
XDG-Mime-Datenbank wird erstellt …
Profil mit 58 Paketen wird erstellt …
wxie@guix ~/work/guix [env]$ ./bootstrap
++ find po/doc -type f -name 'guix-manual*.po'
++ xargs -n 1 '-I{}' basename '{}' .po
++ sed -e 's,guix-manual\.,,'
+ langs='de
fr
zh_CN
es
ru'
+ for lang in ${langs}
+ '[' '!' -e doc/guix.de.texi ']'
+ for lang in ${langs}
+ '[' '!' -e doc/guix.fr.texi ']'
+ for lang in ${langs}
+ '[' '!' -e doc/guix.zh_CN.texi ']'
+ for lang in ${langs}
+ '[' '!' -e doc/guix.es.texi ']'
+ for lang in ${langs}
+ '[' '!' -e doc/guix.ru.texi ']'
++ find po/doc -type f -name 'guix-cookbook*.po'
++ sed -e 's,guix-cookbook\.,,'
++ xargs -n 1 '-I{}' basename '{}' .po
+ langs=de
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.de.texi ']'
+ 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/yk3zw1pqbs5wlf1lapf25986yjd0g736-autoconf-2.69/bin/autoconf --force
autoreconf: running: /gnu/store/yk3zw1pqbs5wlf1lapf25986yjd0g736-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:23: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:23: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:23: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
Makefile.am:647: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS
autoreconf: Leaving directory `.'
wxie@guix ~/work/guix [env]$ ./configure
checking for a BSD-compatible install... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-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 whether make supports the include directive... yes (GNU style)
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/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/grep
checking for egrep... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-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/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/msgfmt
checking for gmsgfmt... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/msgfmt
checking for xgettext... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/xgettext
checking for msgmerge... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/msgmerge
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by GCC... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/ld
checking if the linker (/gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-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/bp62pwbhja21d2xzq0n71frhir346d7n-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... 40
checking for unit test root directory... /home/wxie/work/guix/test-tmp
checking the length of the socket file name used in tests... 61
checking the length of a typical hash bang line... 73
checking the length of a hash bang line used in tests... 98
checking for pkg-config... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 3.0
configure: found guile 3.0
checking for guile-3.0... no
checking for guile3.0... no
checking for guile-3... no
checking for guile3... no
checking for guile... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile
checking for Guile version >= 3.0... 3.0.2
checking for guild... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guild
checking for guile-config... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile-config
checking if (gnutls) is available... yes
checking if (git) is available... yes
checking whether Guile-JSON is available and recent enough... yes
checking whether Guile-Sqlite3 is available and recent enough... yes
checking if (gcrypt hash) is available... yes
checking if (newt) is available... no
checking whether /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile provides feature 'regex'... yes
checking whether /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile provides feature 'posix'... yes
checking whether /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile provides feature 'socket'... yes
checking whether /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile provides feature 'net-db'... yes
checking whether /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile provides feature 'threads'... yes
checking whether 'equal?' works for syntax objects... yes
checking for a sed that does not truncate output... (cached) /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/sed
checking for gzip... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/gzip
checking for bzip2... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/bzip2
checking for xz... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/xz
checking for nix-hash... no
checking for Nixpkgs source tree... not found
checking for libgcrypt-config... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/libgcrypt-config
checking libgcrypt's library directory... /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq-libgcrypt-1.8.5/lib
checking zlib's library directory... /gnu/store/rykm237xkmq7rl1p0nwass01p090p88x-zlib-1.2.11/lib
checking for zlib's shared library name... /gnu/store/rykm237xkmq7rl1p0nwass01p090p88x-zlib-1.2.11/lib/libz
checking lzlib's file name... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/lib/liblz.so.1
checking whether Guile-SSH is available and recent enough... 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 for ar... ar
checking the archiver (ar) interface... ar
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 gzdopen in -lz... yes
checking how to run the C++ preprocessor... g++ -E
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for BZ2_bzWriteOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for sqlite3 >= 3.6.19... 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 for statx... 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 for default substitute URLs... https://ci.guix.gnu.org
checking whether Guile-SSH is available and recent enough... (cached) yes
checking for unit test root directory... (cached) /home/wxie/work/guix/test-tmp
checking for guile... (cached) /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/guile
checking the current installation's localstatedir... none
checking for emacs... /gnu/store/bp62pwbhja21d2xzq0n71frhir346d7n-profile/bin/emacs
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating etc/indent-code.el
config.status: creating Makefile
config.status: creating po/guix/Makefile.in
config.status: creating po/packages/Makefile.in
config.status: creating etc/guix-daemon.cil
config.status: creating guix/config.scm
config.status: creating test-env
config.status: creating pre-inst-env
config.status: creating nix/config.h
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
wxie@guix ~/work/guix [env]$ make authenticate
Authenticating Git checkout...
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/git.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/i18n.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/base32.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/build/utils.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/store.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/utils.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; note: source file /home/wxie/work/guix/guix/config.scm
;;; newer than compiled /home/wxie/work/guix/guix/config.go
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/memoization.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/profiling.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/build/syscalls.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/deprecation.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/diagnostics.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/colors.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/serialization.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/combinators.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/monads.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/records.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/base16.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/gexp.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/derivations.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/sets.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/grafts.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/openpgp.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/progress.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
Authenticating d68de95 to 24e38f2 (0 commits)...
wxie@guix ~/work/guix [env]$ make check
make check-recursive
make[1]: Entering directory '/home/wxie/work/guix'
Making check in po/guix
make[2]: Entering directory '/home/wxie/work/guix/po/guix'
make[2]: Leaving directory '/home/wxie/work/guix/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/wxie/work/guix/po/packages'
make[2]: Leaving directory '/home/wxie/work/guix/po/packages'
make[2]: Entering directory '/home/wxie/work/guix'
Updating ./doc/version.texi
Updating ./doc/version-de.texi
Updating ./doc/version-es.texi
Updating ./doc/version-fr.texi
Updating ./doc/version-ru.texi
Updating ./doc/version-zh_CN.texi
CXX nix/nix-daemon/guix_daemon-nix-daemon.o
CXX nix/nix-daemon/guix_daemon-guix-daemon.o
CXX nix/libstore/libstore_a-gc.o
CXX nix/libstore/libstore_a-globals.o
CXX nix/libstore/libstore_a-misc.o
CXX nix/libstore/libstore_a-references.o
CXX nix/libstore/libstore_a-store-api.o
CXX nix/libstore/libstore_a-optimise-store.o
CXX nix/libstore/libstore_a-local-store.o
CXX nix/libstore/libstore_a-build.o
CXX nix/libstore/libstore_a-pathlocks.o
CXX nix/libstore/libstore_a-derivations.o
CXX nix/libstore/libstore_a-builtins.o
CXX nix/libstore/libstore_a-sqlite.o
AR libstore.a
ar: `u' modifier ignored since `D' is the default (see `U')
CXX nix/libutil/libutil_a-archive.o
CXX nix/libutil/libutil_a-affinity.o
CXX nix/libutil/libutil_a-serialise.o
CXX nix/libutil/libutil_a-util.o
CXX nix/libutil/libutil_a-hash.o
CXX nix/libutil/libutil_a-gcrypt-hash.o
AR libutil.a
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD guix-daemon
GEN scripts/guix
Compiling Scheme modules...
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/build/compile.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/modules.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/memoization.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/profiling.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/sets.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
;;; WARNING: loading compiled file /home/wxie/work/guix/guix/build/utils.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode kind
[ 50%] LOAD guix/config.scm
;;; note: source file ./guix/config.scm
;;; newer than compiled /home/wxie/work/guix/guix/config.go
;;; note: source file ./guix/config.scm
;;; newer than compiled /home/wxie/work/guix/guix/config.go
[100%] GUILEC guix/config.go
HELP2MAN doc/guix-daemon.1
GEN etc/guix-daemon.service
GEN etc/guix-publish.service
GEN etc/init.d/guix-daemon
GEN etc/guix-daemon.conf
GEN etc/guix-publish.conf
make check-TESTS check-local
make[3]: Entering directory '/home/wxie/work/guix'
make[4]: Entering directory '/home/wxie/work/guix'
PASS: tests/accounts.scm
PASS: tests/base16.scm
SKIP: tests/base32.scm
PASS: tests/base64.scm
PASS: tests/bournish.scm
PASS: tests/builders.scm
PASS: tests/build-utils.scm
PASS: tests/cache.scm
PASS: tests/challenge.scm
FAIL: tests/channels.scm
PASS: tests/combinators.scm
PASS: tests/containers.scm
PASS: tests/cpan.scm
SKIP: tests/cpio.scm
PASS: tests/cran.scm
PASS: tests/crate.scm
PASS: tests/cve.scm
PASS: tests/debug-link.scm
PASS: tests/derivations.scm
PASS: tests/discovery.scm
PASS: tests/elpa.scm
PASS: tests/file-systems.scm
PASS: tests/gem.scm
PASS: tests/gexp.scm
PASS: tests/git.scm
PASS: tests/glob.scm
PASS: tests/gnu-maintenance.scm
PASS: tests/grafts.scm
PASS: tests/graph.scm
PASS: tests/gremlin.scm
SKIP: tests/hackage.scm
PASS: tests/import-utils.scm

make check stucks for hours without output here.
It seems there is problem with tests/inferior.scm
Z
Z
zimoun wrote on 29 Oct 2020 00:02
(name . Wensheng Xie)(address . xiewensheng@hotmail.com)(address . 41205@debbugs.gnu.org)
86v9eux8cl.fsf@gmail.com
Dear,

On Tue, 12 May 2020 at 19:07, Wensheng Xie <xiewensheng@hotmail.com> wrote:

Toggle quote (3 lines)
> 3.
> ./configure

Here is missing the argument ’--localstatedir=/var/’.

Could you add it and report if you still have the same issue?

Thanks,
simon
W
W
Wensheng Xie wrote on 31 Oct 2020 03:06
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 41205@debbugs.gnu.org)
VI1P190MB0286E8D262337E28394646BAB0120@VI1P190MB0286.EURP190.PROD.OUTLOOK.COM
Thanks for investigating.

I will try to do it later. Please give me some time.

On 2020/10/29 ??7:02, zimoun wrote:
Toggle quote (14 lines)
> Dear,
>
> On Tue, 12 May 2020 at 19:07, Wensheng Xie <xiewensheng@hotmail.com> wrote:
>
>> 3.
>> ./configure
> Here is missing the argument ’--localstatedir=/var/’.
>
> Could you add it and report if you still have the same issue?
>
> Thanks,
> simon
>
>
?