Open ghost opened 5 years ago
According to https://github.com/NixOS/nixpkgs/commit/bfb476c7d622d4d86142524974b4afb3c15bcc04 it is being patched to allow running tests in the builder chroot. But we are not running the tests there anyway due to other failures. I would just drop the whole checking code.
--- a/pkgs/applications/networking/p2p/gnunet/default.nix
+++ b/pkgs/applications/networking/p2p/gnunet/default.nix
@@ -21,31 +21,6 @@ stdenv.mkDerivation rec {
sqlite zlib libpulseaudio libopus libogg jansson
];
- preConfigure = ''
- # Brute force: since nix-worker chroots don't provide
- # /etc/{resolv.conf,hosts}, replace all references to `localhost'
- # by their IPv4 equivalent.
- find . \( -name \*.c -or -name \*.conf \) | \
- xargs sed -ie 's|\<localhost\>|127.0.0.1|g'
-
- # Make sure the tests don't rely on `/tmp', for the sake of chroot
- # builds.
- find . \( -iname \*test\*.c -or -name \*.conf \) | \
- xargs sed -ie "s|/tmp|$TMPDIR|g"
-
- sed -ie 's|@LDFLAGS@|@LDFLAGS@ $(Z_LIBS)|g' \
- src/regex/Makefile.in \
- src/fs/Makefile.in
- '';
-
- # unfortunately, there's still a few failures with impure tests
- doCheck = false;
- checkPhase = ''
- export GNUNET_PREFIX="$out"
- export PATH="$out/bin:$PATH"
- make -k check
- '';
-
meta = with stdenv.lib; {
description = "GNU's decentralized anonymous and censorship-resistant P2P framework";
The z_libs
fix does not appear to be necessary either.
It would be nice if gnunet provided test suite that we could install and run in a VM, something like https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests that many Freedesktop projects offer. We even support multi VM tests (e.g. https://github.com/NixOS/nixpkgs/blob/91b02cd86b09bdd3549663e81883a2c3a7e11961/nixos/tests/etcd-cluster.nix#L104-L156).
Alternately, make check
could allow skipping tests that require features that are not available in our chroot.
cc maintainer @vrthra
Dropping the checking code sounds inconvenient to discover actual errors. What we have right now obviously needs better discovering which tests can work in your environment. Building gnunet from git on Hydra is no option I guess, and I think I can't ask you to create a "flavor" of the package which runs the tests so that we can see somewhere which tests fail and why?
It would be nice if gnunet provided test suite that we could install and run in a VM, something like https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests that many Freedesktop projects offer. We even support multi VM tests (e.g.
My idea earlier this year after joining NetBSD and reading up on its testsuite, was to implement Kyua-based tests, which however would be additional material. If we switch away from the mixture of tests we have right now is another subject.
Alternately, make check could allow skipping tests that require features that are not available in our chroot.
As far as I am aware this already happens, tests which can not run get skipped. But we might have some more work with identifying what to skip when. I don't run NixOS on my test machines, but I am aware of one person in our team who (used to?) work with NixOS.
This is the log of building https://github.com/NixOS/nixpkgs/blob/1243424d5689ce4861008a37b528758b607ce0e1/pkgs/applications/networking/p2p/gnunet/default.nix with doCheck
changed to true
:
unpacking source archive /nix/store/izrxg9x341p2g7q7hj9h04sgsg66bp4c-gnunet-0.11.6.tar.gz
source root is gnunet-0.11.6
setting SOURCE_DATE_EPOCH to timestamp 1563983689 of file gnunet-0.11.6/contrib/conf/gnunet/no_autostart_above_core.conf
patching sources
updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
configuring
fixing libtool script ./build-aux/ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/qdd7kk9x018587cfbpzyv5vlw33yssmh-gnunet-0.11.6
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking target system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /nix/store/8rrmy8zn34dhalbqg7acxrabq0p84yni-coreutils-8.31/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/8rrmy8zn34dhalbqg7acxrabq0p84yni-coreutils-8.31/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 gawk... (cached) gawk
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... none
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... none
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed
checking for grep that handles long lines and -e... /nix/store/ays6n3gm7yb1q01dpzlrzv7qzn9xzcjr-gnugrep-3.3/bin/grep
checking for egrep... /nix/store/ays6n3gm7yb1q01dpzlrzv7qzn9xzcjr-gnugrep-3.3/bin/grep -E
checking for fgrep... /nix/store/ays6n3gm7yb1q01dpzlrzv7qzn9xzcjr-gnugrep-3.3/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for a working dd... /nix/store/8rrmy8zn34dhalbqg7acxrabq0p84yni-coreutils-8.31/bin/dd
checking how to truncate binary pipes... /nix/store/8rrmy8zn34dhalbqg7acxrabq0p84yni-coreutils-8.31/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for X... no
checking for build target... linux
checking whether unaligned 64-bit access works... yes
checking for library containing gethostbyname... none required
checking for library containing memrchr... none required
checking for library containing memset_s... no
checking for library containing memset_s... (cached) no
checking for socket in -lsocket... no
checking for log in -lm... yes
checking for getloadavg in -lc... yes
checking for getopt... false
checking for ssh... false
./configure: line 20399: ssh: command not found
checking for a Python interpreter with version >= 3.4... none
checking for perl... no
checking for -iptables... no
checking for iptables... false
configure: WARNING: warning: 'iptables' not found.
checking for -ip6tables... no
checking for ip6tables... false
configure: WARNING: warning: 'ip6tables' not found.
checking for -ip... no
checking for ip... false
configure: WARNING: warning: 'ip' not found.
checking for -ifconfig... no
checking for ifconfig... false
checking for ifconfig... false
configure: WARNING: 'ifconfig' not found.
checking for -sysctl... no
checking for sysctl... false
checking for sysctl... false
configure: WARNING: 'sysctl' not found.
checking for -upnpc... no
checking for upnpc... false
configure: WARNING: warning: 'upnpc' binary not found.
checking for struct tm.tm_gmtoff... yes
checking whether _stati64 is declared... no
checking for getaddrinfo_a in -lanl... yes
checking for libgcrypt-config... /nix/store/7xa81zakyrjx82af64j560vjy1jibl9b-libgcrypt-1.8.5-dev/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.6.0... yes (1.8.5)
checking LIBGCRYPT API version... okay
checking whether gcry_mpi_set_opaque_copy is declared... yes
checking whether struct in6_ifreq is declared... no
checking whether to build documentation... yes
checking wether to include generated texi2mdoc output in installation... no
checking whether to build only documentation... no
checking whether to include man pages... yes
checking whether to poison freed memory... no
checking for working HMAC... yes
checking for ba2str in -lbluetooth... no
configure: WARNING: bluetooth not found
checking for libzbar... --with-zbar not specified
checking for zbar_processor_create in -lzbar... no
configure: WARNING: zbar not found
checking for libjansson... --with-jansson not specified
checking for json_loads in -ljansson... yes
checking jansson.h usability... yes
checking jansson.h presence... yes
checking for jansson.h... yes
configure: jansson was found
checking for pa_stream_peek in -lpulse... yes
checking pulse/simple.h usability... yes
checking pulse/simple.h presence... yes
checking for pulse/simple.h... yes
configure: libpulse was found
checking for opus_decode_float in -lopus... yes
checking opus/opus.h usability... yes
checking opus/opus.h presence... yes
checking for opus/opus.h... yes
checking whether OPUS_SET_GAIN is declared... yes
configure: libopus was found
checking for ogg_stream_flush_fill in -logg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking for pkg-config... /nix/store/0h3ii8qfybg9hp702531fg510al1frkr-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... no
checking for GST... no
checking for gawk... (cached) gawk
checking for gnurl-config... /nix/store/92p8kmna4mfm4zhyhl8n7z4zvh8n5n5c-libgnurl-7.66.0/bin/gnurl-config
checking for the version of libgnurl... 7.66.0
checking for libgnurl >= version 7.34.0... yes
checking whether libgnurl is usable... yes
checking for curl_free... yes
checking for gawk... (cached) gawk
checking for curl-config... /nix/store/qcmayvcnjy33mgh8dfc2bh8zwslid3vx-curl-7.66.0-dev/bin/curl-config
checking for the version of libcurl... 7.66.0
checking for libcurl >= version 7.34.0... yes
checking whether libcurl is usable... yes
checking for curl_free... (cached) yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking whether CURLINFO_TLS_SESSION is declared... yes
checking for curl_easy_getinfo in -lcurl-gnutls... no
checking for library containing __atomic_load_8... -latomic
checking glpk.h usability... no
checking glpk.h presence... no
checking for glpk.h... no
checking for glp_init_env in -lglpk... no
checking for glp_iocp.presolve... no
configure: WARNING: ERROR: GNUnet requires GLPK >= 4.32
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking whether NSS_STATUS_UNAVAIL is declared... yes
checking for kvm_open in -lkvm... no
checking for kstat_open in -lkstat... no
checking whether to compile GNU Taler Wallet library ONLY... no
checking for libextractor... --with-extractor not specified
checking extractor.h usability... yes
checking extractor.h presence... yes
checking for extractor.h... yes
checking for EXTRACTOR_plugin_add_defaults in -lextractor... yes
checking for libltdl... --with-ltdl not specified
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlopenext in -lltdl... yes
libltdl found
checking idna.h usability... yes
checking idna.h presence... yes
checking for idna.h... yes
configure: Found idna.h
checking idn2.h usability... no
checking idn2.h presence... no
checking for idn2.h... no
checking idn2/idn2.h usability... no
checking idn2/idn2.h presence... no
checking for idn2/idn2.h... no
configure: Failed to find idn2.h
checking if libidn can be used... configure: Checking for libidn
checking for idna_to_ascii_8z in -lidn... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for libunistring... yes
checking how to link with libunistring... -lunistring
checking for libunistring version... 0.9.10
checking unistr.h usability... yes
checking unistr.h presence... yes
checking for unistr.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking malloc/malloc_np.h usability... no
checking malloc/malloc_np.h presence... no
checking for malloc/malloc_np.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.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/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sockLib.h usability... no
checking sockLib.h presence... no
checking for sockLib.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for fcntl.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking terminos.h usability... no
checking terminos.h presence... no
checking for terminos.h... no
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for sys/types.h... (cached) yes
checking for netinet/in_systm.h... yes
checking for netinet/in.h... (cached) yes
checking for netinet/ip.h... yes
checking for SQLite... --with-sqlite not specified
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for pkg-config... (cached) /nix/store/0h3ii8qfybg9hp702531fg510al1frkr-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for the PostgreSQL libraries CPPFLAGS... Package libpq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpq' found
checking for the pg_config program...
no postgres
checking for sigset_t... yes
checking for off_t... yes
checking for size_t... yes
checking for mysql... --with-mysql not specified
checking for mysql_init in -lmysqlclient... no
checking for libmicrohttpd... --with-microhttpd not specified
checking for microhttpd.h... yes
checking whether MHD_OPTION_PER_IP_CONNECTION_LIMIT is declared... yes
checking for MHD_get_fdset2 in -lmicrohttpd... yes
checking for libmicrohttpd >= 0.9.52... ok
checking whether NLS is requested... yes
checking for msgfmt... /nix/store/kw6id9k62hq9427hhqc2k9cqmpnzl9wg-gettext-0.19.8.1/bin/msgfmt
checking for gmsgfmt... /nix/store/kw6id9k62hq9427hhqc2k9cqmpnzl9wg-gettext-0.19.8.1/bin/msgfmt
checking for xgettext... /nix/store/kw6id9k62hq9427hhqc2k9cqmpnzl9wg-gettext-0.19.8.1/bin/xgettext
checking for msgmerge... /nix/store/kw6id9k62hq9427hhqc2k9cqmpnzl9wg-gettext-0.19.8.1/bin/msgmerge
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 pid_t... yes
checking for size_t... (cached) yes
checking for mode_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_un.sun_len... no
checking whether closedir returns void... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for atoll... yes
checking for stat64... yes
checking for strnlen... yes
checking for mremap... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sysconf... yes
checking for initgroups... yes
checking for strndup... yes
checking for gethostbyname2... yes
checking for getpeerucred... no
checking for getpeereid... no
checking for setresuid... yes
checking for getnameinfo... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for gethostbyaddr... yes
checking for getaddrinfo... yes
checking for getaddrinfo_a... no
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for getresgid... yes
checking for mallinfo... yes
checking for malloc_size... no
checking for malloc_usable_size... yes
checking for getrusage... yes
checking for random... yes
checking for srandom... yes
checking for stat... yes
checking for statfs... yes
checking for statvfs... yes
checking for wait4... yes
checking for sudo... no
checking for gnunetdns group name... gnunetdns
checking for gnutls... --with-gnutls not specified
checking gnutls/abstract.h usability... yes
checking gnutls/abstract.h presence... yes
checking for gnutls/abstract.h... yes
checking for gnutls_priority_set in -lgnutls... yes
checking gnutls/dane.h usability... yes
checking gnutls/dane.h presence... yes
checking for gnutls/dane.h... yes
checking for dane_verify_crt_raw in -lgnutls-dane... yes
checking if GNUnet is being configured to run on the SuperMUC...
checking if NSE has to send timestamp information to testbed logger... no
checking whether to run tests...
checking whether to compile in benchmarks (currently for http and crypto)... no
checking whether to run expensive tests... no
checking whether to enable ports for gnunet-java... no
checking whether to run benchmarks during make check... no
checking wether to compile gnunet-testing... yes
checking whether to compile experimental code... no
checking whether to compile malicious code... no
checking whether to start peer's services on demand by default... yes
checking whether to create expensive statistics on memory use... 0
checking whether to enable windows workarounds... no
checking whether __thread is supported... yes
checking whether to compile with support for code coverage analysis... no
checking for svnversion... no
checking for git... no
checking for source being under a VCS... checking for git... no
checking for source being under a VCS... no
checking VCS version... "release"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/hellos/Makefile
config.status: creating contrib/services/Makefile
config.status: creating contrib/services/openrc/Makefile
config.status: creating contrib/services/systemd/Makefile
config.status: creating contrib/scripts/Makefile
config.status: creating contrib/scripts/gnunet-logread/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating doc/handbook/Makefile
config.status: creating doc/tutorial/Makefile
config.status: creating lint/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/arm/Makefile
config.status: creating src/arm/arm.conf
config.status: creating src/ats/Makefile
config.status: creating src/ats/ats.conf
config.status: creating src/ats-tool/Makefile
config.status: creating src/ats-tests/Makefile
config.status: creating src/auction/Makefile
config.status: creating src/block/Makefile
config.status: creating src/cadet/Makefile
config.status: creating src/cadet/cadet.conf
config.status: creating src/core/Makefile
config.status: creating src/core/core.conf
config.status: creating src/consensus/Makefile
config.status: creating src/consensus/consensus.conf
config.status: creating src/conversation/Makefile
config.status: creating src/conversation/conversation.conf
config.status: creating src/curl/Makefile
config.status: creating src/datacache/Makefile
config.status: creating src/datastore/Makefile
config.status: creating src/datastore/datastore.conf
config.status: creating src/dht/Makefile
config.status: creating src/dht/dht.conf
config.status: creating src/dns/Makefile
config.status: creating src/dns/dns.conf
config.status: creating src/exit/Makefile
config.status: creating src/fragmentation/Makefile
config.status: creating src/fs/Makefile
config.status: creating src/fs/fs.conf
config.status: creating src/gns/Makefile
config.status: creating src/gns/gns.conf
config.status: creating src/gns/nss/Makefile
config.status: creating src/gnsrecord/Makefile
config.status: creating src/hello/Makefile
config.status: creating src/identity/Makefile
config.status: creating src/identity/identity.conf
config.status: creating src/credential/Makefile
config.status: creating src/credential/credential.conf
config.status: creating src/include/Makefile
config.status: creating src/integration-tests/Makefile
config.status: creating src/json/Makefile
config.status: creating src/hostlist/Makefile
config.status: creating src/my/Makefile
config.status: creating src/mysql/Makefile
config.status: creating src/namecache/Makefile
config.status: creating src/namecache/namecache.conf
config.status: creating src/namestore/Makefile
config.status: creating src/namestore/namestore.conf
config.status: creating src/nat/Makefile
config.status: creating src/nat/nat.conf
config.status: creating src/nat-auto/Makefile
config.status: creating src/nat-auto/nat-auto.conf
config.status: creating src/nse/Makefile
config.status: creating src/nse/nse.conf
config.status: creating src/nt/Makefile
config.status: creating src/peerinfo/Makefile
config.status: creating src/peerinfo/peerinfo.conf
config.status: creating src/peerinfo-tool/Makefile
config.status: creating src/peerstore/Makefile
config.status: creating src/peerstore/peerstore.conf
config.status: creating src/pq/Makefile
config.status: creating src/pt/Makefile
config.status: creating src/regex/Makefile
config.status: creating src/regex/regex.conf
config.status: creating src/revocation/Makefile
config.status: creating src/revocation/revocation.conf
config.status: creating src/rps/Makefile
config.status: creating src/rps/rps.conf
config.status: creating src/secretsharing/Makefile
config.status: creating src/secretsharing/secretsharing.conf
config.status: creating src/scalarproduct/Makefile
config.status: creating src/scalarproduct/scalarproduct.conf
config.status: creating src/set/Makefile
config.status: creating src/set/set.conf
config.status: creating src/sq/Makefile
config.status: creating src/statistics/Makefile
config.status: creating src/statistics/statistics.conf
config.status: creating src/template/Makefile
config.status: creating src/testbed/Makefile
config.status: creating src/testbed/testbed.conf
config.status: creating src/testbed-logger/Makefile
config.status: creating src/testbed-logger/testbed-logger.conf
config.status: creating src/testing/Makefile
config.status: creating src/topology/Makefile
config.status: creating src/transport/Makefile
config.status: creating src/transport/transport.conf
config.status: creating src/util/Makefile
config.status: creating src/util/resolver.conf
config.status: creating src/vpn/Makefile
config.status: creating src/vpn/vpn.conf
config.status: creating src/zonemaster/Makefile
config.status: creating src/zonemaster/zonemaster.conf
config.status: creating src/rest/Makefile
config.status: creating src/abe/Makefile
config.status: creating src/reclaim-attribute/Makefile
config.status: creating src/reclaim/Makefile
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gnunetarm.pc
config.status: creating pkgconfig/gnunetats.pc
config.status: creating pkgconfig/gnunetblock.pc
config.status: creating pkgconfig/gnunetcadet.pc
config.status: creating pkgconfig/gnunetconsensus.pc
config.status: creating pkgconfig/gnunetconversation.pc
config.status: creating pkgconfig/gnunetcore.pc
config.status: creating pkgconfig/gnunetdatacache.pc
config.status: creating pkgconfig/gnunetdatastore.pc
config.status: creating pkgconfig/gnunetdht.pc
config.status: creating pkgconfig/gnunetdns.pc
config.status: creating pkgconfig/gnunetenv.pc
config.status: creating pkgconfig/gnunetfragmentation.pc
config.status: creating pkgconfig/gnunetfs.pc
config.status: creating pkgconfig/gnunetgns.pc
config.status: creating pkgconfig/gnunethello.pc
config.status: creating pkgconfig/gnunetidentity.pc
config.status: creating pkgconfig/gnunetmicrophone.pc
config.status: creating pkgconfig/gnunetmysql.pc
config.status: creating pkgconfig/gnunetnamestore.pc
config.status: creating pkgconfig/gnunetnat.pc
config.status: creating pkgconfig/gnunetnse.pc
config.status: creating pkgconfig/gnunetpeerinfo.pc
config.status: creating pkgconfig/gnunetpq.pc
config.status: creating pkgconfig/gnunetregex.pc
config.status: creating pkgconfig/gnunetrevocation.pc
config.status: creating pkgconfig/gnunetrps.pc
config.status: creating pkgconfig/gnunetscalarproduct.pc
config.status: creating pkgconfig/gnunetset.pc
config.status: creating pkgconfig/gnunetspeaker.pc
config.status: creating pkgconfig/gnunetstatistics.pc
config.status: creating pkgconfig/gnunettestbed.pc
config.status: creating pkgconfig/gnunettesting.pc
config.status: creating pkgconfig/gnunettransport.pc
config.status: creating pkgconfig/gnunetutil.pc
config.status: creating pkgconfig/gnunetvpn.pc
config.status: creating gnunet_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: libpulse(audio) not found, conversation will not be built.
configure: WARNING: GStreamer not found, conversation will not be built.
configure: WARNING: zbar not found, gnunet-qr will not be built.
configure: WARNING: optional ifconfig not found
configure: WARNING: optional upnpc binary not found
configure: WARNING: optional iptables not found
configure: WARNING: optional bluetooth library not found.
configure: WARNING: optional MySQL not found (or too old)
configure:
GNUnet Configuration (incomplete!)
gnunet version: 0.11.6
Host setup: aarch64-unknown-linux-gnu
Install prefix: /nix/store/qdd7kk9x018587cfbpzyv5vlw33yssmh-gnunet-0.11.6
Compiler: gcc
CFLAGS: -fno-strict-aliasing -Wall -g -O2 -I/nix/store/7xa81zakyrjx82af64j560vjy1jibl9b-libgcrypt-1.8.5-dev/include -I/nix/store/qcw8dnfwgncdfzja8syninmyndk8sd2r-libgpg-error-1.36-dev/include
CPPFLAGS:
LDFLAGS: -Wl,--unresolved-symbols=report-all
LIBS: -lm
Build Target: linux
Mac OSX framework build: no
Default Interface: eth0
MySQL: no
PostgreSQL: no
sqlite3: yes
gnurl: yes
curl:
bluetooth: no (optional)
jansson: yes
iptables: no (optional)
ifconfig: no (optional)
upnpc: no (optional)
gnutls: yes (with DANE support)
libzbar: no
java:
libmicrohttpd: yes
libidn: libidn1
libopus: yes
gstreamer: no
libpulse: no
libextractor: yes
texinfo manual: no
transpiled mdoc manual: no
features: sqlite
experimental:
IMPORTANT:
Please make sure NOW that you have created a user and group 'gnunet'
and additionally a group 'gnunetdns'. On Debian and Ubuntu GNU/Linux,
type:
addgroup gnunetdns
adduser --system --group --disabled-login --home /var/lib/gnunet gnunet
Make sure that '/var/lib/gnunet' is owned (and writable) by user
'gnunet'. Then, you can compile GNUnet with
make
After that, run (if necessary as 'root')
make install
to install everything.
Each GNUnet user should be added to the 'gnunet' group (may
require fresh login to come into effect):
adduser USERNAME gnunet
(run the above command as root once for each of your users, replacing
"USERNAME" with the respective login names). If you have a global IP
address, no further configuration is required.
For more detailed setup instructions, see https://docs.gnunet.org/
Optionally, download and compile gnunet-gtk to get a GUI for
file-sharing and configuration. This is particularly recommended
if your network setup is non-trivial, as gnunet-setup can be
used to test in the GUI if your network configuration is working.
gnunet-setup should be run as the "gnunet" user under X. As it
does very little with the network, running it as "root" is likely
also harmless. You can also run it as a normal user, but then
you have to copy ~/.gnunet/gnunet.conf" over to the "gnunet" user's
home directory in the end.
Once you have configured your peer, run (as the 'gnunet' user)
gnunet-arm -s
to start the peer. You can then run the various GNUnet-tools as
your "normal" user (who should only be in the group 'gnunet').
building
build flags: -j64 -l64 SHELL=/nix/store/zgj73yrhl1i38x1lw7jllnz9gpa6z7j1-bash-4.4-p23/bin/bash
make all-recursive
make[1]: Entering directory '/build/gnunet-0.11.6'
Making all in m4
make[2]: Entering directory '/build/gnunet-0.11.6/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/gnunet-0.11.6/m4'
Making all in src
make[2]: Entering directory '/build/gnunet-0.11.6/src'
Making all in include
make[3]: Entering directory '/build/gnunet-0.11.6/src/include'
Making all in .
make[4]: Entering directory '/build/gnunet-0.11.6/src/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/gnunet-0.11.6/src/include'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/include'
Making all in util
make[3]: Entering directory '/build/gnunet-0.11.6/src/util'
CC gnunet-resolver.o
CC bandwidth.lo
CC bio.lo
CC client.lo
CC common_allocation.lo
CC common_endian.lo
CC common_logging.lo
CC configuration.lo
CC configuration_loader.lo
CC container_bloomfilter.lo
CC container_heap.lo
CC container_meta_data.lo
CC container_multihashmap.lo
CC container_multishortmap.lo
CC container_multipeermap.lo
CC container_multiuuidmap.lo
CC container_multihashmap32.lo
CC crypto_symmetric.lo
CC crypto_crc.lo
CC crypto_ecc.lo
CC crypto_ecc_dlog.lo
CC crypto_ecc_setup.lo
CC crypto_hash.lo
CC crypto_hash_file.lo
CC crypto_hkdf.lo
CC crypto_kdf.lo
CC crypto_mpi.lo
CC crypto_paillier.lo
CC crypto_random.lo
CC crypto_rsa.lo
CC disk.lo
CC dnsparser.lo
CC dnsstub.lo
CC getopt.lo
CC getopt_helpers.lo
CC helper.lo
CC load.lo
CC mst.lo
CC mq.lo
CC nc.lo
CC network.lo
CC op.lo
CC os_installation.lo
CC os_network.lo
CC os_priority.lo
CC peer.lo
CC plugin.lo
CC program.lo
CC resolver_api.lo
CC regex.lo
CC service.lo
CC signal.lo
CC scheduler.lo
CC strings.lo
CC tun.lo
CC time.lo
CC speedup.lo
CC proc_compat.lo
CC gnunet-config.o
CC gnunet-ecc.o
CC gnunet-scrypt.o
CC gnunet-uri.o
CC gnunet-service-resolver.o
CC gnunet-timeout.o
CC gnunet-config-diff.o
CC test_common_logging_dummy.o
CC test_plugin_plug.lo
CCLD gnunet-timeout
CCLD libgnunet_plugin_test.la
CCLD libgnunetutil.la
CCLD gnunet-resolver
CCLD gnunet-config
CCLD gnunet-ecc
CCLD gnunet-scrypt
CCLD gnunet-uri
CCLD gnunet-service-resolver
CCLD gnunet-config-diff
CCLD test_common_logging_dummy
make[3]: Leaving directory '/build/gnunet-0.11.6/src/util'
Making all in nt
make[3]: Entering directory '/build/gnunet-0.11.6/src/nt'
CC nt.lo
CCLD libgnunetnt.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nt'
Making all in gnsrecord
make[3]: Entering directory '/build/gnunet-0.11.6/src/gnsrecord'
CC gnsrecord.lo
CC gnsrecord_serialization.lo
CC gnsrecord_crypto.lo
CC gnsrecord_misc.lo
CC plugin_gnsrecord_dns.lo
CCLD libgnunetgnsrecord.la
CCLD libgnunet_plugin_gnsrecord_dns.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/gnsrecord'
Making all in hello
make[3]: Entering directory '/build/gnunet-0.11.6/src/hello'
CC gnunet-hello.o
CC hello.lo
CC address.lo
CC hello-ng.lo
CCLD libgnunethello.la
CCLD gnunet-hello
make[3]: Leaving directory '/build/gnunet-0.11.6/src/hello'
Making all in block
make[3]: Entering directory '/build/gnunet-0.11.6/src/block'
CC block.lo
CC bg_bf.lo
CC plugin_block_template.lo
CC plugin_block_test.lo
CCLD libgnunetblock.la
CCLD libgnunetblockgroup.la
CCLD libgnunet_plugin_block_template.la
CCLD libgnunet_plugin_block_test.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/gnunet-0.11.6/src/block'
Making all in statistics
make[3]: Entering directory '/build/gnunet-0.11.6/src/statistics'
CC gnunet-statistics.o
CC statistics_api.lo
CC gnunet-service-statistics.o
CCLD libgnunetstatistics.la
CCLD gnunet-statistics
CCLD gnunet-service-statistics
make[3]: Leaving directory '/build/gnunet-0.11.6/src/statistics'
Making all in arm
make[3]: Entering directory '/build/gnunet-0.11.6/src/arm'
CC gnunet-arm.o
CC arm_api.lo
CC arm_monitor_api.lo
CC gnunet-service-arm.o
CC mockup-service.o
CCLD mockup-service
CCLD libgnunetarm.la
CCLD gnunet-arm
CCLD gnunet-service-arm
make[3]: Leaving directory '/build/gnunet-0.11.6/src/arm'
Making all in testing
make[3]: Entering directory '/build/gnunet-0.11.6/src/testing'
CC gnunet-testing.o
CC testing.lo
CC list-keys.o
CCLD list-keys
CCLD libgnunettesting.la
CCLD gnunet-testing
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testing'
Making all in json
make[3]: Entering directory '/build/gnunet-0.11.6/src/json'
CC json.lo
CC json_mhd.lo
CC json_generator.lo
CC json_helper.lo
CC json_gnsrecord.lo
CCLD libgnunetjson.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/json'
Making all in curl
make[3]: Entering directory '/build/gnunet-0.11.6/src/curl'
CC libgnunetcurl_la-curl.lo
CC libgnunetcurl_la-curl_reschedule.lo
CCLD libgnunetcurl.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/curl'
Making all in rest
make[3]: Entering directory '/build/gnunet-0.11.6/src/rest'
CC gnunet-rest-server.o
CC rest.lo
CC plugin_rest_copying.lo
CC plugin_rest_config.lo
CCLD libgnunetrest.la
CCLD gnunet-rest-server
CCLD libgnunet_plugin_rest_copying.la
CCLD libgnunet_plugin_rest_config.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/rest'
Making all in peerinfo
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerinfo'
CC gnunet-service-peerinfo.o
CC peerinfo_api.lo
CC peerinfo_api_notify.lo
CCLD libgnunetpeerinfo.la
CCLD gnunet-service-peerinfo
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo'
Making all in sq
make[3]: Entering directory '/build/gnunet-0.11.6/src/sq'
CC sq.lo
CC sq_exec.lo
CC sq_prepare.lo
CC sq_query_helper.lo
CC sq_result_helper.lo
CCLD libgnunetsq.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/sq'
Making all in datacache
make[3]: Entering directory '/build/gnunet-0.11.6/src/datacache'
CC datacache.lo
CC plugin_datacache_template.lo
CC plugin_datacache_sqlite.lo
CC plugin_datacache_heap.lo
CCLD libgnunet_plugin_datacache_template.la
CCLD libgnunetdatacache.la
CCLD libgnunet_plugin_datacache_heap.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libgnunet_plugin_datacache_sqlite.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/datacache'
Making all in datastore
make[3]: Entering directory '/build/gnunet-0.11.6/src/datastore'
CC gnunet-datastore.o
CC datastore_api.lo
CC gnunet-service-datastore.o
CC plugin_datastore_template.lo
CC plugin_datastore_sqlite.lo
CC plugin_datastore_heap.lo
CCLD libgnunet_plugin_datastore_template.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libgnunet_plugin_datastore_heap.la
CCLD gnunet-service-datastore
CCLD libgnunetdatastore.la
CCLD libgnunet_plugin_datastore_sqlite.la
CCLD gnunet-datastore
make[3]: Leaving directory '/build/gnunet-0.11.6/src/datastore'
Making all in template
make[3]: Entering directory '/build/gnunet-0.11.6/src/template'
CC gnunet-template.o
CC gnunet-service-template.o
CCLD gnunet-template
CCLD gnunet-service-template
make[3]: Leaving directory '/build/gnunet-0.11.6/src/template'
Making all in peerstore
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerstore'
CC gnunet-peerstore.o
CC peerstore_api.lo
CC peerstore_common.lo
CC gnunet_service_peerstore-gnunet-service-peerstore.o
CC gnunet_service_peerstore-peerstore_common.o
CC plugin_peerstore_sqlite.lo
CCLD gnunet-service-peerstore
CCLD libgnunetpeerstore.la
CCLD libgnunet_plugin_peerstore_sqlite.la
CCLD gnunet-peerstore
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerstore'
Making all in ats
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats'
CC gnunet-service-ats.o
CC gnunet-service-ats_addresses.o
CC gnunet-service-ats_connectivity.o
CC gnunet-service-ats_normalization.o
CC gnunet-service-ats_performance.o
CC gnunet-service-ats_plugins.o
CC gnunet-service-ats_preferences.o
CC gnunet-service-ats_scheduling.o
CC gnunet-service-ats_reservations.o
CC ats_api_connectivity.lo
CC ats_api_scheduling.lo
CC ats_api_scanner.lo
CC ats_api_performance.lo
CC gnunet-service-ats-new.o
CC ats_api2_application.lo
CC ats_api2_transport.lo
CC plugin_ats_proportional.lo
CC plugin_ats2_simple.lo
CCLD libgnunetatsapplication.la
CCLD libgnunetatstransport.la
CCLD gnunet-service-ats-new
CCLD libgnunetats.la
CCLD libgnunet_plugin_ats2_simple.la
CCLD libgnunet_plugin_ats_proportional.la
CCLD gnunet-service-ats
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats'
Making all in nat
make[3]: Entering directory '/build/gnunet-0.11.6/src/nat'
CC gnunet-nat.o
CC nat_api.lo
CC nat_api_stun.lo
CC gnunet-helper-nat-server.o
CC gnunet-helper-nat-client.o
CC gnunet-service-nat.o
CC gnunet-service-nat_externalip.o
CC gnunet-service-nat_stun.o
CC gnunet-service-nat_mini.o
CC gnunet-service-nat_helper.o
CCLD gnunet-helper-nat-client
CCLD gnunet-helper-nat-server
CCLD libgnunetnatnew.la
CCLD gnunet-nat
CCLD gnunet-service-nat
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nat'
Making all in nat-auto
make[3]: Entering directory '/build/gnunet-0.11.6/src/nat-auto'
CC gnunet-nat-auto.o
CC nat_auto_api.lo
CC nat_auto_api_test.lo
CC gnunet-nat-server.o
CC gnunet-service-nat-auto.o
CCLD gnunet-nat-server
CCLD gnunet-service-nat-auto
CCLD libgnunetnatauto.la
CCLD gnunet-nat-auto
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nat-auto'
Making all in fragmentation
make[3]: Entering directory '/build/gnunet-0.11.6/src/fragmentation'
CC fragmentation.lo
CC defragmentation.lo
CCLD libgnunetfragmentation.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/fragmentation'
Making all in transport
make[3]: Entering directory '/build/gnunet-0.11.6/src/transport'
CC gnunet-transport.o
CC transport_api_address_to_string.lo
CC transport_api_blacklist.lo
CC transport_api_core.lo
CC transport_api_hello_get.lo
CC transport_api_manipulation.lo
CC transport_api_monitor_peers.lo
CC transport_api_monitor_plugins.lo
CC transport_api_offer_hello.lo
CC gnunet_service_transport-gnunet-service-transport.o
CC gnunet_service_transport-gnunet-service-transport_ats.o
CC gnunet_service_transport-gnunet-service-transport_hello.o
CC gnunet_service_transport-gnunet-service-transport_neighbours.o
CC gnunet_service_transport-gnunet-service-transport_plugins.o
CC gnunet_service_transport-gnunet-service-transport_validation.o
CC gnunet_service_transport-gnunet-service-transport_manipulation.o
CC gnunet-communicator-unix.o
CC transport_api2_communication.lo
CC gnunet-communicator-udp.o
CC transport_api2_application.lo
CC gnunet-communicator-tcp.o
CC gnunet-transport-profiler.o
CC gnunet-service-tng.o
CC transport_api2_core.lo
CC transport_api2_monitor.lo
CC transport-testing.lo
CC transport-testing-filenames.lo
CC transport-testing-loggers.lo
CC transport-testing-main.lo
CC transport-testing2.lo
CC transport-testing-send.lo
CC plugin_transport_template.lo
CC plugin_transport_tcp.lo
CC plugin_transport_udp.lo
CC plugin_transport_udp_broadcasting.lo
CC plugin_transport_unix.lo
CC libgnunet_plugin_transport_http_client_la-plugin_transport_http_client.lo
CC libgnunet_plugin_transport_http_client_la-plugin_transport_http_common.lo
CC libgnunet_plugin_transport_https_client_la-plugin_transport_http_common.lo
CC libgnunet_plugin_transport_https_client_la-plugin_transport_http_client.lo
CC libgnunet_plugin_transport_http_server_la-plugin_transport_http_server.lo
sed -e 's,[@]pkgdatadir[@],/nix/store/qdd7kk9x018587cfbpzyv5vlw33yssmh-gnunet-0.11.6/share/gnunet,g' < ./gnunet-transport-certificate-creation.in > gnunet-transport-certificate-creation
CC libgnunet_plugin_transport_http_server_la-plugin_transport_http_common.lo
CC libgnunet_plugin_transport_https_server_la-plugin_transport_http_server.lo
CC libgnunet_plugin_transport_https_server_la-plugin_transport_http_common.lo
chmod +x gnunet-transport-certificate-creation
transport-testing2.c: In function 'check_add_address':
transport-testing2.c:283:27: warning: unused variable 'tc' [-Wunused-variable]
struct TransportClient *tc = cls;
^~
transport-testing2.c: In function 'GNUNET_TRANSPORT_TESTING_transport_communicator_send':
transport-testing2.c:820:10: warning: 'tc_t' is used uninitialized in this function [-Wuninitialized]
return tc_t;
^~~~
CCLD libgnunet_plugin_transport_template.la
CCLD libgnunettransportmonitor.la
CCLD libgnunettransportapplication.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libgnunettransportcore.la
CCLD libgnunettransport.la
CCLD libgnunettransportcommunicator.la
CCLD libgnunettransporttesting.la
CCLD libgnunettransporttesting2.la
CCLD gnunet-transport
CCLD gnunet-transport-profiler
CCLD gnunet-communicator-unix
CCLD gnunet-communicator-tcp
CCLD libgnunet_plugin_transport_unix.la
CCLD libgnunet_plugin_transport_http_client.la
CCLD libgnunet_plugin_transport_https_client.la
CCLD gnunet-communicator-udp
CCLD libgnunet_plugin_transport_http_server.la
CCLD libgnunet_plugin_transport_https_server.la
CCLD libgnunet_plugin_transport_udp.la
CCLD gnunet-service-transport
CCLD gnunet-service-tng
CCLD libgnunet_plugin_transport_tcp.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/transport'
Making all in ats-tool
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats-tool'
CC gnunet-ats.o
CCLD gnunet-ats
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats-tool'
Making all in peerinfo-tool
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerinfo-tool'
CC gnunet-peerinfo.o
CC gnunet-peerinfo_plugins.o
CC plugin_rest_peerinfo.lo
CCLD gnunet-peerinfo
CCLD libgnunet_plugin_rest_peerinfo.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo-tool'
Making all in core
make[3]: Entering directory '/build/gnunet-0.11.6/src/core'
CC gnunet-core.o
CC core_api.lo
CC core_api_monitor_peers.lo
CC gnunet-service-core.o
CC gnunet-service-core_kx.o
CC gnunet-service-core_sessions.o
CC gnunet-service-core_typemap.o
CCLD libgnunetcore.la
CCLD gnunet-core
CCLD gnunet-service-core
make[3]: Leaving directory '/build/gnunet-0.11.6/src/core'
Making all in testbed-logger
make[3]: Entering directory '/build/gnunet-0.11.6/src/testbed-logger'
CC gnunet-service-testbed-logger.o
CC testbed_logger_api.lo
CCLD gnunet-service-testbed-logger
CCLD libgnunettestbedlogger.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testbed-logger'
Making all in testbed
make[3]: Entering directory '/build/gnunet-0.11.6/src/testbed'
CC gnunet-testbed-profiler.o
CC testbed_api.lo
CC testbed_api_hosts.lo
CC testbed_api_operations.lo
CC testbed_api_peers.lo
CC testbed_api_services.lo
CC testbed_api_statistics.lo
CC testbed_api_testbed.lo
CC testbed_api_test.lo
CC testbed_api_topology.lo
CC testbed_api_sd.lo
CC testbed_api_barriers.lo
CC gnunet-service-testbed.o
CC gnunet-service-testbed_links.o
CC gnunet-service-testbed_peers.o
CC gnunet-service-testbed_cache.o
CC gnunet-service-testbed_oc.o
CC gnunet-service-testbed_cpustatus.o
CC gnunet-service-testbed_meminfo.o
CC gnunet-service-testbed_barriers.o
CC gnunet-service-testbed_connectionpool.o
CC gnunet-helper-testbed.o
CC gnunet-daemon-testbed-blacklist.o
CC gnunet-daemon-testbed-underlay.o
CC gnunet-daemon-latency-logger.o
CC generate-underlay-topology.o
CCLD gnunet-daemon-testbed-blacklist
CCLD gnunet-daemon-latency-logger
CCLD gnunet-daemon-testbed-underlay
CCLD libgnunettestbed.la
CCLD gnunet-testbed-profiler
CCLD gnunet-service-testbed
CCLD gnunet-helper-testbed
CCLD generate-underlay-topology
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testbed'
Making all in ats-tests
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats-tests'
CC gnunet-ats-sim.o
CC ats-testing.lo
CC ats-testing-log.lo
CC ats-testing-traffic.lo
CC ats-testing-experiment.lo
CC ats-testing-preferences.lo
CC gnunet-solver-eval.o
CCLD gnunet-solver-eval
CCLD libgnunetatstesting.la
CCLD gnunet-ats-sim
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats-tests'
Making all in nse
make[3]: Entering directory '/build/gnunet-0.11.6/src/nse'
CC gnunet-nse.o
CC nse_api.lo
CC gnunet-service-nse.o
CC gnunet-nse-profiler.o
CCLD libgnunetnse.la
CCLD gnunet-nse
CCLD gnunet-nse-profiler
CCLD gnunet-service-nse
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nse'
Making all in dht
make[3]: Entering directory '/build/gnunet-0.11.6/src/dht'
CC gnunet-dht-monitor.o
CC dht_api.lo
CC gnunet-dht-get.o
CC gnunet-dht-put.o
CC gnunet-service-dht.o
CC gnunet-service-dht_datacache.o
CC gnunet-service-dht_hello.o
CC gnunet-service-dht_nse.o
CC gnunet-service-dht_neighbours.o
CC gnunet-service-dht_routing.o
CC gnunet_dht_profiler.o
CC dht_test_lib.o
CC plugin_block_dht.lo
CCLD libgnunet_plugin_block_dht.la
CCLD libgnunetdht.la
CCLD gnunet-dht-monitor
CCLD gnunet-dht-get
CCLD gnunet-dht-put
CCLD gnunet-dht-profiler
AR libgnunetdhttest.a
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD gnunet-service-dht
make[3]: Leaving directory '/build/gnunet-0.11.6/src/dht'
Making all in hostlist
make[3]: Entering directory '/build/gnunet-0.11.6/src/hostlist'
CC gnunet_daemon_hostlist-gnunet-daemon-hostlist.o
CC gnunet_daemon_hostlist-gnunet-daemon-hostlist_client.o
CC gnunet_daemon_hostlist-gnunet-daemon-hostlist_server.o
CCLD gnunet-daemon-hostlist
make[3]: Leaving directory '/build/gnunet-0.11.6/src/hostlist'
Making all in topology
make[3]: Entering directory '/build/gnunet-0.11.6/src/topology'
CC gnunet-daemon-topology.o
CC friends.lo
CCLD libgnunetfriends.la
CCLD gnunet-daemon-topology
make[3]: Leaving directory '/build/gnunet-0.11.6/src/topology'
Making all in regex
make[3]: Entering directory '/build/gnunet-0.11.6/src/regex'
CC gnunet-service-regex.o
CC regex_internal.o
CC regex_internal_dht.o
CC regex_block_lib.lo
CC gnunet-daemon-regexprofiler.o
CC regex_test_lib.o
CC regex_test_graph.o
CC regex_test_random.o
CC perf-regex.o
CC gnunet-regex-profiler.o
CC regex_api_announce.lo
CC regex_api_search.lo
CC plugin_block_regex.lo
regex_test_lib.c:100:1: warning: 'space' defined but not used [-Wunused-function]
space (int n)
^~~~~
CCLD libgnunetregex.la
CCLD libgnunetregexblock.la
CCLD libgnunet_plugin_block_regex.la
AR libgnunetregex_internal.a
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD gnunet-service-regex
AR libgnunetregextest.a
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD gnunet-daemon-regexprofiler
CCLD perf-regex
CCLD gnunet-regex-profiler
make[3]: Leaving directory '/build/gnunet-0.11.6/src/regex'
Making all in dns
make[3]: Entering directory '/build/gnunet-0.11.6/src/dns'
CC gnunet-service-dns.o
CC gnunet-helper-dns.o
CC gnunet-dns-monitor.o
CC dns_api.lo
CC gnunet-dns-redirector.o
CC gnunet-zonewalk.o
CC plugin_block_dns.lo
gnunet-helper-dns.c: In function 'signal_handler':
gnunet-helper-dns.c:159:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
(void) write (cpipe[1], "K", 1);
^~~~~~~~~~~~~~~~~~~~~~~~
CCLD libgnunet_plugin_block_dns.la
CCLD libgnunetdns.la
CCLD gnunet-zonewalk
CCLD gnunet-helper-dns
CCLD gnunet-dns-redirector
CCLD gnunet-dns-monitor
CCLD gnunet-service-dns
make[3]: Leaving directory '/build/gnunet-0.11.6/src/dns'
Making all in identity
make[3]: Entering directory '/build/gnunet-0.11.6/src/identity'
CC gnunet-identity.o
CC identity_api.lo
CC identity_api_lookup.lo
CC identity_api_suffix_lookup.lo
CC gnunet-service-identity.o
CC plugin_rest_identity.lo
CCLD libgnunetidentity.la
CCLD gnunet-service-identity
CCLD libgnunet_plugin_rest_identity.la
CCLD gnunet-identity
make[3]: Leaving directory '/build/gnunet-0.11.6/src/identity'
Making all in namecache
make[3]: Entering directory '/build/gnunet-0.11.6/src/namecache'
CC gnunet-namecache.o
CC namecache_api.lo
CC gnunet-service-namecache.o
CC plugin_namecache_sqlite.lo
CCLD libgnunetnamecache.la
CCLD libgnunet_plugin_namecache_sqlite.la
CCLD gnunet-namecache
CCLD gnunet-service-namecache
make[3]: Leaving directory '/build/gnunet-0.11.6/src/namecache'
Making all in namestore
make[3]: Entering directory '/build/gnunet-0.11.6/src/namestore'
CC gnunet-namestore.o
CC namestore_api.lo
CC namestore_api_monitor.lo
CC gnunet-zoneimport.o
CC gnunet-service-namestore.o
CC gnunet-namestore-fcfsd.o
CC plugin_namestore_sqlite.lo
CC plugin_namestore_flat.lo
CC plugin_rest_namestore.lo
CCLD libgnunet_plugin_namestore_flat.la
CCLD libgnunet_plugin_namestore_sqlite.la
CCLD libgnunetnamestore.la
CCLD libgnunet_plugin_rest_namestore.la
CCLD gnunet-namestore
CCLD gnunet-zoneimport
CCLD gnunet-namestore-fcfsd
CCLD gnunet-service-namestore
make[3]: Leaving directory '/build/gnunet-0.11.6/src/namestore'
Making all in cadet
make[3]: Entering directory '/build/gnunet-0.11.6/src/cadet'
CC gnunet-cadet.o
CC cadet_api.lo
CC cadet_api_get_channel.lo
CC cadet_api_get_path.lo
CC cadet_api_list_peers.lo
CC cadet_api_list_tunnels.lo
CC cadet_api_helper.lo
CC gnunet-service-cadet.o
CC gnunet-service-cadet_channel.o
CC gnunet-service-cadet_connection.o
CC gnunet-service-cadet_core.o
CC gnunet-service-cadet_dht.o
CC gnunet-service-cadet_hello.o
CC gnunet-service-cadet_tunnels.o
CC gnunet-service-cadet_paths.o
CC gnunet-service-cadet_peer.o
CC cadet_test_lib.lo
CCLD libgnunetcadet.la
CCLD libgnunetcadettest.la
CCLD gnunet-cadet
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD gnunet-service-cadet
make[3]: Leaving directory '/build/gnunet-0.11.6/src/cadet'
Making all in set
make[3]: Entering directory '/build/gnunet-0.11.6/src/set'
CC gnunet-set-profiler.o
CC set_api.lo
CC gnunet-service-set.o
CC gnunet-service-set_union.o
CC gnunet-service-set_intersection.o
CC ibf.o
CC gnunet-service-set_union_strata_estimator.o
CC gnunet-set-ibf-profiler.o
CC plugin_block_set_test.lo
CCLD libgnunet_plugin_block_set_test.la
CCLD gnunet-set-ibf-profiler
CCLD libgnunetset.la
CCLD gnunet-set-profiler
CCLD gnunet-service-set
make[3]: Leaving directory '/build/gnunet-0.11.6/src/set'
Making all in consensus
make[3]: Entering directory '/build/gnunet-0.11.6/src/consensus'
CC gnunet-consensus-profiler.o
CC consensus_api.lo
CC gnunet-service-consensus.o
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]PYTHON[@],:,g' < consensus-simulation.py.in > consensus-simulation.py
CC gnunet_service_evil_consensus-gnunet-service-consensus.o
CC plugin_block_consensus.lo
chmod +x consensus-simulation.py
CCLD libgnunet_plugin_block_consensus.la
CCLD libgnunetconsensus.la
CCLD gnunet-consensus-profiler
CCLD gnunet-service-consensus
CCLD gnunet-service-evil-consensus
make[3]: Leaving directory '/build/gnunet-0.11.6/src/consensus'
Making all in scalarproduct
make[3]: Entering directory '/build/gnunet-0.11.6/src/scalarproduct'
CC gnunet-scalarproduct.o
CC scalarproduct_api.lo
CC gnunet-service-scalarproduct_alice.o
CC gnunet-service-scalarproduct_bob.o
CC gnunet-service-scalarproduct-ecc_alice.o
CC gnunet-service-scalarproduct-ecc_bob.o
CCLD libgnunetscalarproduct.la
CCLD gnunet-service-scalarproduct-ecc-bob
CCLD gnunet-service-scalarproduct-ecc-alice
CCLD gnunet-service-scalarproduct-bob
CCLD gnunet-scalarproduct
CCLD gnunet-service-scalarproduct-alice
make[3]: Leaving directory '/build/gnunet-0.11.6/src/scalarproduct'
Making all in revocation
make[3]: Entering directory '/build/gnunet-0.11.6/src/revocation'
CC gnunet-revocation.o
CC revocation_api.lo
CC gnunet-service-revocation.o
CC plugin_block_revocation.lo
CCLD libgnunetrevocation.la
CCLD libgnunet_plugin_block_revocation.la
CCLD gnunet-revocation
CCLD gnunet-service-revocation
make[3]: Leaving directory '/build/gnunet-0.11.6/src/revocation'
Making all in vpn
make[3]: Entering directory '/build/gnunet-0.11.6/src/vpn'
CC gnunet-vpn.o
CC vpn_api.lo
CC gnunet-helper-vpn.o
CC gnunet_service_vpn-gnunet-service-vpn.o
CCLD gnunet-helper-vpn
CCLD libgnunetvpn.la
CCLD gnunet-vpn
CCLD gnunet-service-vpn
make[3]: Leaving directory '/build/gnunet-0.11.6/src/vpn'
Making all in gns
make[3]: Entering directory '/build/gnunet-0.11.6/src/gns'
Making all in .
make[4]: Entering directory '/build/gnunet-0.11.6/src/gns'
CC gnunet-gns.o
CC gns_api.lo
CC gns_tld_api.lo
CC gnunet-bcd.o
CC gnunet-service-gns.o
CC gnunet-service-gns_resolver.o
CC gnunet-service-gns_interceptor.o
CC gnunet-dns2gns.o
CC gnunet_gns_proxy-gnunet-gns-proxy.o
CC gnunet-gns-benchmark.o
CC plugin_block_gns.lo
sed -e 's,[@]pkgdatadir[@],/nix/store/qdd7kk9x018587cfbpzyv5vlw33yssmh-gnunet-0.11.6/share/gnunet,g' < ./gnunet-gns-proxy-setup-ca.in > gnunet-gns-proxy-setup-ca
CC plugin_gnsrecord_gns.lo
CC plugin_rest_gns.lo
chmod +x gnunet-gns-proxy-setup-ca
CCLD libgnunet_plugin_block_gns.la
CCLD libgnunet_plugin_gnsrecord_gns.la
CCLD libgnunetgns.la
CCLD gnunet-bcd
CCLD libgnunet_plugin_rest_gns.la
CCLD gnunet-gns
CCLD gnunet-dns2gns
CCLD gnunet-gns-benchmark
CCLD gnunet-service-gns
CCLD gnunet-gns-proxy
make[4]: Leaving directory '/build/gnunet-0.11.6/src/gns'
Making all in nss
make[4]: Entering directory '/build/gnunet-0.11.6/src/gns/nss'
CC libnss_gns_la-nss_gns_query.lo
CC libnss_gns_la-nss_gns.lo
CC libnss_gns4_la-nss_gns_query.lo
CC libnss_gns4_la-nss_gns.lo
CC libnss_gns6_la-nss_gns_query.lo
CC libnss_gns6_la-nss_gns.lo
CCLD libnss_gns.la
CCLD libnss_gns4.la
CCLD libnss_gns6.la
make[4]: Leaving directory '/build/gnunet-0.11.6/src/gns/nss'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/gns'
Making all in zonemaster
make[3]: Entering directory '/build/gnunet-0.11.6/src/zonemaster'
CC gnunet-service-zonemaster.o
CC gnunet-service-zonemaster-monitor.o
CCLD gnunet-service-zonemaster-monitor
CCLD gnunet-service-zonemaster
make[3]: Leaving directory '/build/gnunet-0.11.6/src/zonemaster'
Making all in fs
make[3]: Entering directory '/build/gnunet-0.11.6/src/fs'
CC gnunet-auto-share.o
CC gnunet-directory.o
CC fs_api.lo
CC fs_directory.lo
CC fs_dirmetascan.lo
CC fs_download.lo
CC fs_file_information.lo
CC fs_getopt.lo
CC fs_list_indexed.lo
CC fs_publish.lo
CC fs_publish_ksk.lo
CC fs_publish_ublock.lo
CC fs_misc.lo
CC fs_namespace.lo
CC fs_search.lo
CC fs_sharetree.lo
CC fs_tree.lo
CC fs_unindex.lo
CC fs_uri.lo
CC gnunet-download.o
CC gnunet-publish.o
CC gnunet-search.o
CC gnunet-fs.o
CC gnunet-unindex.o
CC gnunet-helper-fs-publish.o
CC gnunet-service-fs.o
CC gnunet-service-fs_cp.o
CC gnunet-service-fs_indexing.o
CC gnunet-service-fs_pe.o
CC gnunet-service-fs_pr.o
CC gnunet-service-fs_push.o
CC gnunet-service-fs_put.o
CC gnunet-service-fs_cadet_client.o
CC gnunet-service-fs_cadet_server.o
CC gnunet-fs-profiler.o
CC gnunet-daemon-fsprofiler.o
CC fs_test_lib.o
CC plugin_block_fs.lo
CCLD gnunet-fs-profiler
CCLD gnunet-helper-fs-publish
AR libgnunetfstest.a
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD gnunet-auto-share
CCLD libgnunetfs.la
CCLD libgnunet_plugin_block_fs.la
CCLD gnunet-directory
CCLD gnunet-download
CCLD gnunet-publish
CCLD gnunet-search
CCLD gnunet-fs
CCLD gnunet-unindex
CCLD gnunet-service-fs
CCLD gnunet-daemon-fsprofiler
make[3]: Leaving directory '/build/gnunet-0.11.6/src/fs'
Making all in exit
make[3]: Entering directory '/build/gnunet-0.11.6/src/exit'
CC gnunet-daemon-exit.o
CC gnunet-helper-exit.o
CCLD gnunet-helper-exit
CCLD gnunet-daemon-exit
make[3]: Leaving directory '/build/gnunet-0.11.6/src/exit'
Making all in pt
make[3]: Entering directory '/build/gnunet-0.11.6/src/pt'
CC gnunet-daemon-pt.o
CCLD gnunet-daemon-pt
make[3]: Leaving directory '/build/gnunet-0.11.6/src/pt'
Making all in secretsharing
make[3]: Entering directory '/build/gnunet-0.11.6/src/secretsharing'
CC gnunet-secretsharing-profiler.o
CC secretsharing_api.lo
CC secretsharing_common.lo
CC gnunet_service_secretsharing-gnunet-service-secretsharing.o
CC gnunet_service_secretsharing-secretsharing_common.o
CCLD libgnunetsecretsharing.la
CCLD gnunet-secretsharing-profiler
CCLD gnunet-service-secretsharing
make[3]: Leaving directory '/build/gnunet-0.11.6/src/secretsharing'
Making all in reclaim-attribute
make[3]: Entering directory '/build/gnunet-0.11.6/src/reclaim-attribute'
CC reclaim_attribute.lo
CC plugin_reclaim_attribute_gnuid.lo
CCLD libgnunet_plugin_reclaim_attribute_gnuid.la
CCLD libgnunetreclaimattribute.la
make[3]: Leaving directory '/build/gnunet-0.11.6/src/reclaim-attribute'
Making all in reclaim
make[3]: Entering directory '/build/gnunet-0.11.6/src/reclaim'
CC gnunet-reclaim.o
CC reclaim_api.lo
CC gnunet-service-reclaim.o
CC gnunet-service-reclaim_tickets.o
CC plugin_gnsrecord_reclaim.lo
CC plugin_rest_openid_connect.lo
CC oidc_helper.lo
CC plugin_rest_reclaim.lo
CC json_reclaim.lo
oidc_helper.c:246:1: warning: 'url_decode' defined but not used [-Wunused-function]
url_decode (const char *str)
^~~~~~~~~~
CCLD libgnunet_plugin_gnsrecord_reclaim.la
CCLD libgnunetreclaim.la
CCLD libgnunet_plugin_rest_openid_connect.la
CCLD libgnunet_plugin_rest_reclaim.la
CCLD gnunet-reclaim
CCLD gnunet-service-reclaim
make[3]: Leaving directory '/build/gnunet-0.11.6/src/reclaim'
Making all in integration-tests
make[3]: Entering directory '/build/gnunet-0.11.6/src/integration-tests'
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]PYTHON[@],:,g' < ./gnunet_testing.py.in > gnunet_testing.py
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]PYTHON[@],:,g' < ./gnunet_pyexpect.py.in > gnunet_pyexpect.py
chmod +x gnunet_testing.py
chmod +x gnunet_pyexpect.py
make[3]: Leaving directory '/build/gnunet-0.11.6/src/integration-tests'
make[3]: Entering directory '/build/gnunet-0.11.6/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src'
make[2]: Leaving directory '/build/gnunet-0.11.6/src'
Making all in po
make[2]: Entering directory '/build/gnunet-0.11.6/po'
make[2]: Leaving directory '/build/gnunet-0.11.6/po'
Making all in pkgconfig
make[2]: Entering directory '/build/gnunet-0.11.6/pkgconfig'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/gnunet-0.11.6/pkgconfig'
Making all in doc
make[2]: Entering directory '/build/gnunet-0.11.6/doc'
Making all in doxygen
make[3]: Entering directory '/build/gnunet-0.11.6/doc/doxygen'
Generate documentation:
make full - full documentation with dependency graphs (slow)
make fast - fast mode without dependency graphs
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/doxygen'
Making all in handbook
make[3]: Entering directory '/build/gnunet-0.11.6/doc/handbook'
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/handbook'
Making all in tutorial
make[3]: Entering directory '/build/gnunet-0.11.6/doc/tutorial'
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/tutorial'
Making all in man
make[3]: Entering directory '/build/gnunet-0.11.6/doc/man'
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]SYSCONFDIR[@],/nix/store/qdd7kk9x018587cfbpzyv5vlw33yssmh-gnunet-0.11.6/etc,g' < ./gnunet.conf.5.in > gnunet.conf.5
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/man'
make[3]: Entering directory '/build/gnunet-0.11.6/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/doc'
make[2]: Leaving directory '/build/gnunet-0.11.6/doc'
Making all in doc
make[2]: Entering directory '/build/gnunet-0.11.6/doc'
Making all in doxygen
make[3]: Entering directory '/build/gnunet-0.11.6/doc/doxygen'
Generate documentation:
make full - full documentation with dependency graphs (slow)
make fast - fast mode without dependency graphs
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/doxygen'
Making all in handbook
make[3]: Entering directory '/build/gnunet-0.11.6/doc/handbook'
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/handbook'
Making all in tutorial
make[3]: Entering directory '/build/gnunet-0.11.6/doc/tutorial'
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/tutorial'
Making all in man
make[3]: Entering directory '/build/gnunet-0.11.6/doc/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/gnunet-0.11.6/doc/man'
make[3]: Entering directory '/build/gnunet-0.11.6/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/doc'
make[2]: Leaving directory '/build/gnunet-0.11.6/doc'
Making all in contrib
make[2]: Entering directory '/build/gnunet-0.11.6/contrib'
Making all in scripts
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/scripts'
Making all in gnunet-logread
make[4]: Entering directory '/build/gnunet-0.11.6/contrib/scripts/gnunet-logread'
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]PERL[@],,g' < ./gnunet-logread.in > gnunet-logread
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]PERL[@],,g' < ./gnunet-logread-ipc-sdedit.in > gnunet-logread-ipc-sdedit
chmod +x gnunet-logread
chmod +x gnunet-logread-ipc-sdedit
make[4]: Leaving directory '/build/gnunet-0.11.6/contrib/scripts/gnunet-logread'
make[4]: Entering directory '/build/gnunet-0.11.6/contrib/scripts'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/gnunet-0.11.6/contrib/scripts'
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/scripts'
Making all in hellos
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/hellos'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/hellos'
Making all in services
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/services'
Making all in openrc
make[4]: Entering directory '/build/gnunet-0.11.6/contrib/services/openrc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/gnunet-0.11.6/contrib/services/openrc'
Making all in systemd
make[4]: Entering directory '/build/gnunet-0.11.6/contrib/services/systemd'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/gnunet-0.11.6/contrib/services/systemd'
make[4]: Entering directory '/build/gnunet-0.11.6/contrib/services'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/gnunet-0.11.6/contrib/services'
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/services'
make[3]: Entering directory '/build/gnunet-0.11.6/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib'
make[2]: Leaving directory '/build/gnunet-0.11.6/contrib'
make[2]: Entering directory '/build/gnunet-0.11.6'
make[2]: Leaving directory '/build/gnunet-0.11.6'
make[1]: Leaving directory '/build/gnunet-0.11.6'
running tests
Making check in m4
make[1]: Entering directory '/build/gnunet-0.11.6/m4'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/gnunet-0.11.6/m4'
Making check in src
make[1]: Entering directory '/build/gnunet-0.11.6/src'
Making check in include
make[2]: Entering directory '/build/gnunet-0.11.6/src/include'
Making check in .
make[3]: Entering directory '/build/gnunet-0.11.6/src/include'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/include'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/include'
Making check in util
make[2]: Entering directory '/build/gnunet-0.11.6/src/util'
make test_bio test_client.nc test_client_unix.nc test_common_allocation test_common_endian test_common_logging test_configuration test_container_bloomfilter test_container_dll test_container_meta_data test_container_multihashmap test_container_multihashmap32 test_container_multipeermap test_container_heap test_crypto_symmetric test_crypto_crc test_crypto_ecdsa test_crypto_eddsa test_crypto_ecdhe test_crypto_ecdh_eddsa test_crypto_ecc_dlog test_crypto_hash test_crypto_hash_context test_crypto_hkdf test_crypto_kdf test_crypto_paillier test_crypto_random test_crypto_rsa test_disk test_getopt test_hexcoder test_mq test_os_network test_peer test_plugin test_program test_regex test_resolver_api.nc test_scheduler test_scheduler_delay test_service test_strings test_strings_to_data test_speedup test_time test_tun test_os_start_process test_common_logging_runtime_loglevels
make[3]: Entering directory '/build/gnunet-0.11.6/src/util'
CC test_bio.o
CCLD test_bio
CC test_client.o
CCLD test_client.nc
CCLD test_client_unix.nc
CC test_common_allocation.o
CCLD test_common_allocation
CC test_common_endian.o
CCLD test_common_endian
CC test_common_logging.o
CCLD test_common_logging
CC test_configuration.o
CCLD test_configuration
CC test_container_bloomfilter.o
CCLD test_container_bloomfilter
CC test_container_dll.o
CCLD test_container_dll
CC test_container_meta_data.o
CCLD test_container_meta_data
CC test_container_multihashmap.o
CCLD test_container_multihashmap
CC test_container_multihashmap32.o
CCLD test_container_multihashmap32
CC test_container_multipeermap.o
CCLD test_container_multipeermap
CC test_container_heap.o
CCLD test_container_heap
CC test_crypto_symmetric.o
CCLD test_crypto_symmetric
CC test_crypto_crc.o
CCLD test_crypto_crc
CC test_crypto_ecdsa.o
CCLD test_crypto_ecdsa
CC test_crypto_eddsa.o
CCLD test_crypto_eddsa
CC test_crypto_ecdhe.o
CCLD test_crypto_ecdhe
CC test_crypto_ecdh_eddsa.o
CCLD test_crypto_ecdh_eddsa
CC test_crypto_ecc_dlog.o
CCLD test_crypto_ecc_dlog
CC test_crypto_hash.o
CCLD test_crypto_hash
CC test_crypto_hash_context.o
CCLD test_crypto_hash_context
CC test_crypto_hkdf.o
CCLD test_crypto_hkdf
CC test_crypto_kdf.o
CCLD test_crypto_kdf
CC test_crypto_paillier.o
CCLD test_crypto_paillier
CC test_crypto_random.o
CCLD test_crypto_random
CC test_crypto_rsa.o
CCLD test_crypto_rsa
CC test_disk.o
CCLD test_disk
CC test_getopt.o
CCLD test_getopt
CC test_hexcoder.o
CCLD test_hexcoder
CC test_mq.o
CCLD test_mq
CC test_os_network.o
CCLD test_os_network
CC test_peer.o
CCLD test_peer
CC test_plugin.o
CCLD test_plugin
CC test_program.o
CCLD test_program
CC test_regex.o
CCLD test_regex
CC test_resolver_api.o
CCLD test_resolver_api.nc
CC test_scheduler.o
CCLD test_scheduler
CC test_scheduler_delay.o
CCLD test_scheduler_delay
CC test_service.o
CCLD test_service
CC test_strings.o
CCLD test_strings
CC test_strings_to_data.o
CCLD test_strings_to_data
CC test_speedup.o
CCLD test_speedup
CC test_time.o
CCLD test_time
CC test_tun.o
CCLD test_tun
CC test_os_start_process.o
CCLD test_os_start_process
CC test_common_logging_runtime_loglevels.o
CCLD test_common_logging_runtime_loglevels
make[3]: Leaving directory '/build/gnunet-0.11.6/src/util'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/util'
make[4]: Entering directory '/build/gnunet-0.11.6/src/util'
PASS: test_bio
FAIL: test_client.nc
FAIL: test_client_unix.nc
PASS: test_common_allocation
PASS: test_common_endian
PASS: test_common_logging
FAIL: test_configuration
PASS: test_container_bloomfilter
PASS: test_container_dll
PASS: test_container_meta_data
PASS: test_container_multihashmap
PASS: test_container_multihashmap32
PASS: test_container_multipeermap
PASS: test_container_heap
PASS: test_crypto_symmetric
PASS: test_crypto_crc
PASS: test_crypto_ecdsa
PASS: test_crypto_eddsa
PASS: test_crypto_ecdhe
PASS: test_crypto_ecdh_eddsa
PASS: test_crypto_ecc_dlog
PASS: test_crypto_hash
PASS: test_crypto_hash_context
PASS: test_crypto_hkdf
PASS: test_crypto_kdf
PASS: test_crypto_paillier
PASS: test_crypto_random
PASS: test_crypto_rsa
PASS: test_disk
PASS: test_getopt
PASS: test_hexcoder
FAIL: test_mq
PASS: test_os_network
PASS: test_peer
FAIL: test_plugin
../../build-aux/test-driver: line 107: 45483 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_program
PASS: test_regex
../../build-aux/test-driver: line 107: 45547 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_resolver_api.nc
PASS: test_scheduler
PASS: test_scheduler_delay
../../build-aux/test-driver: line 107: 45643 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_service
PASS: test_strings
PASS: test_strings_to_data
FAIL: test_speedup
PASS: test_time
PASS: test_tun
SKIP: test_os_start_process
PASS: test_common_logging_runtime_loglevels
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 48
# PASS: 38
# SKIP: 1
# XFAIL: 0
# FAIL: 9
# XPASS: 0
# ERROR: 0
============================================================================
See src/util/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:2551: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/util'
make[3]: *** [Makefile:2659: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/util'
make[2]: *** [Makefile:3090: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/util'
Making check in nt
make[2]: Entering directory '/build/gnunet-0.11.6/src/nt'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/nt'
Making check in gnsrecord
make[2]: Entering directory '/build/gnunet-0.11.6/src/gnsrecord'
make test_gnsrecord_crypto test_gnsrecord_serialization test_gnsrecord_block_expiration perf_gnsrecord_crypto
make[3]: Entering directory '/build/gnunet-0.11.6/src/gnsrecord'
CC test_gnsrecord_crypto.o
CCLD test_gnsrecord_crypto
CC test_gnsrecord_serialization.o
CCLD test_gnsrecord_serialization
CC test_gnsrecord_block_expiration.o
CCLD test_gnsrecord_block_expiration
CC perf_gnsrecord_crypto.o
CCLD perf_gnsrecord_crypto
make[3]: Leaving directory '/build/gnunet-0.11.6/src/gnsrecord'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/gnsrecord'
make[4]: Entering directory '/build/gnunet-0.11.6/src/gnsrecord'
FAIL: test_gnsrecord_crypto
FAIL: test_gnsrecord_serialization
FAIL: test_gnsrecord_block_expiration
FAIL: perf_gnsrecord_crypto
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
============================================================================
See src/gnsrecord/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1017: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/gnsrecord'
make[3]: *** [Makefile:1125: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/gnsrecord'
make[2]: *** [Makefile:1220: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/gnsrecord'
Making check in hello
make[2]: Entering directory '/build/gnunet-0.11.6/src/hello'
make test_hello test_friend_hello
make[3]: Entering directory '/build/gnunet-0.11.6/src/hello'
CC test_hello.o
CCLD test_hello
CC test_friend_hello.o
CCLD test_friend_hello
make[3]: Leaving directory '/build/gnunet-0.11.6/src/hello'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/hello'
make[4]: Entering directory '/build/gnunet-0.11.6/src/hello'
PASS: test_hello
PASS: test_friend_hello
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/hello'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/hello'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/hello'
Making check in block
make[2]: Entering directory '/build/gnunet-0.11.6/src/block'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/block'
Making check in statistics
make[2]: Entering directory '/build/gnunet-0.11.6/src/statistics'
make test_statistics_api test_statistics_api_loop test_statistics_api_watch test_statistics_api_watch_zero_value
make[3]: Entering directory '/build/gnunet-0.11.6/src/statistics'
CC test_statistics_api.o
CCLD test_statistics_api
CC test_statistics_api_loop.o
CCLD test_statistics_api_loop
CC test_statistics_api_watch.o
CCLD test_statistics_api_watch
CC test_statistics_api_watch_zero_value.o
CCLD test_statistics_api_watch_zero_value
make[3]: Leaving directory '/build/gnunet-0.11.6/src/statistics'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/statistics'
make[4]: Entering directory '/build/gnunet-0.11.6/src/statistics'
../../build-aux/test-driver: line 107: 47356 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_statistics_api
../../build-aux/test-driver: line 107: 47388 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_statistics_api_loop
../../build-aux/test-driver: line 107: 47420 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_statistics_api_watch
../../build-aux/test-driver: line 107: 47452 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_statistics_api_watch_zero_value
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
============================================================================
See src/statistics/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1107: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/statistics'
make[3]: *** [Makefile:1215: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/statistics'
make[2]: *** [Makefile:1317: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/statistics'
Making check in arm
make[2]: Entering directory '/build/gnunet-0.11.6/src/arm'
make test_arm_api test_exponential_backoff test_gnunet_service_arm
make[3]: Entering directory '/build/gnunet-0.11.6/src/arm'
CC test_arm_api.o
CCLD test_arm_api
CC test_exponential_backoff.o
CCLD test_exponential_backoff
CC test_gnunet_service_arm.o
CCLD test_gnunet_service_arm
make[3]: Leaving directory '/build/gnunet-0.11.6/src/arm'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/arm'
make[4]: Entering directory '/build/gnunet-0.11.6/src/arm'
../../build-aux/test-driver: line 107: 47809 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_arm_api
../../build-aux/test-driver: line 107: 47841 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_exponential_backoff
SKIP: test_gnunet_service_arm
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 3
# PASS: 0
# SKIP: 1
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See src/arm/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1105: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/arm'
make[3]: *** [Makefile:1213: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/arm'
make[2]: *** [Makefile:1308: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/arm'
Making check in testing
make[2]: Entering directory '/build/gnunet-0.11.6/src/testing'
make test_testing_portreservation test_testing_servicestartup test_testing_peerstartup test_testing_peerstartup2 test_testing_sharedservices
make[3]: Entering directory '/build/gnunet-0.11.6/src/testing'
CC test_testing_portreservation.o
CCLD test_testing_portreservation
CC test_testing_servicestartup.o
CCLD test_testing_servicestartup
CC test_testing_peerstartup.o
CCLD test_testing_peerstartup
CC test_testing_peerstartup2.o
CCLD test_testing_peerstartup2
CC test_testing_sharedservices.o
CCLD test_testing_sharedservices
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testing'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/testing'
make[4]: Entering directory '/build/gnunet-0.11.6/src/testing'
FAIL: test_testing_portreservation
FAIL: test_testing_peerstartup
FAIL: test_testing_peerstartup2
../../build-aux/test-driver: line 107: 48502 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_testing_servicestartup
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
============================================================================
See src/testing/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1086: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/testing'
make[3]: *** [Makefile:1194: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testing'
make[2]: *** [Makefile:1289: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/testing'
Making check in json
make[2]: Entering directory '/build/gnunet-0.11.6/src/json'
make test_json test_json_mhd
make[3]: Entering directory '/build/gnunet-0.11.6/src/json'
CC test_json.o
CCLD test_json
CC test_json_mhd-test_json_mhd.o
CCLD test_json_mhd
make[3]: Leaving directory '/build/gnunet-0.11.6/src/json'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/json'
make[4]: Entering directory '/build/gnunet-0.11.6/src/json'
PASS: test_json
PASS: test_json_mhd
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/json'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/json'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/json'
Making check in curl
make[2]: Entering directory '/build/gnunet-0.11.6/src/curl'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/curl'
Making check in rest
make[2]: Entering directory '/build/gnunet-0.11.6/src/rest'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/rest'
Making check in peerinfo
make[2]: Entering directory '/build/gnunet-0.11.6/src/peerinfo'
make test_peerinfo_shipped_hellos test_peerinfo_api test_peerinfo_api_friend_only test_peerinfo_api_notify_friend_only
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerinfo'
CC test_peerinfo_shipped_hellos.o
CCLD test_peerinfo_shipped_hellos
CC test_peerinfo_api.o
CCLD test_peerinfo_api
CC test_peerinfo_api_friend_only.o
CCLD test_peerinfo_api_friend_only
CC test_peerinfo_api_notify_friend_only.o
CCLD test_peerinfo_api_notify_friend_only
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerinfo'
make[4]: Entering directory '/build/gnunet-0.11.6/src/peerinfo'
FAIL: test_peerinfo_shipped_hellos
FAIL: test_peerinfo_api
FAIL: test_peerinfo_api_friend_only
FAIL: test_peerinfo_api_notify_friend_only
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
============================================================================
See src/peerinfo/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1088: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo'
make[3]: *** [Makefile:1196: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo'
make[2]: *** [Makefile:1298: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo'
Making check in sq
make[2]: Entering directory '/build/gnunet-0.11.6/src/sq'
make test_sq
make[3]: Entering directory '/build/gnunet-0.11.6/src/sq'
CC test_sq.o
CCLD test_sq
make[3]: Leaving directory '/build/gnunet-0.11.6/src/sq'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/sq'
make[4]: Entering directory '/build/gnunet-0.11.6/src/sq'
PASS: test_sq
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/sq'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/sq'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/sq'
Making check in datacache
make[2]: Entering directory '/build/gnunet-0.11.6/src/datacache'
make test_datacache_sqlite test_datacache_quota_sqlite test_datacache_heap test_datacache_quota_heap
make[3]: Entering directory '/build/gnunet-0.11.6/src/datacache'
CC test_datacache.o
CCLD test_datacache_sqlite
CC test_datacache_quota.o
CCLD test_datacache_quota_sqlite
CCLD test_datacache_heap
CCLD test_datacache_quota_heap
make[3]: Leaving directory '/build/gnunet-0.11.6/src/datacache'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/datacache'
make[4]: Entering directory '/build/gnunet-0.11.6/src/datacache'
PASS: test_datacache_sqlite
PASS: test_datacache_quota_sqlite
PASS: test_datacache_heap
PASS: test_datacache_quota_heap
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 4
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/datacache'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/datacache'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/datacache'
Making check in datastore
make[2]: Entering directory '/build/gnunet-0.11.6/src/datastore'
make test_datastore_api_heap test_datastore_api_management_heap perf_datastore_api_heap perf_plugin_datastore_heap test_plugin_datastore_heap test_datastore_api_sqlite test_datastore_api_management_sqlite test_plugin_datastore_sqlite
make[3]: Entering directory '/build/gnunet-0.11.6/src/datastore'
CC test_datastore_api.o
CCLD test_datastore_api_heap
CC test_datastore_api_management.o
CCLD test_datastore_api_management_heap
CC perf_datastore_api.o
CCLD perf_datastore_api_heap
CC perf_plugin_datastore.o
CCLD perf_plugin_datastore_heap
CC test_plugin_datastore.o
CCLD test_plugin_datastore_heap
CCLD test_datastore_api_sqlite
CCLD test_datastore_api_management_sqlite
CCLD test_plugin_datastore_sqlite
make[3]: Leaving directory '/build/gnunet-0.11.6/src/datastore'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/datastore'
make[4]: Entering directory '/build/gnunet-0.11.6/src/datastore'
FAIL: test_datastore_api_heap
FAIL: test_datastore_api_management_heap
FAIL: perf_datastore_api_heap
PASS: perf_plugin_datastore_heap
PASS: test_plugin_datastore_heap
FAIL: test_datastore_api_sqlite
FAIL: test_datastore_api_management_sqlite
PASS: test_plugin_datastore_sqlite
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 8
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 5
# XPASS: 0
# ERROR: 0
============================================================================
See src/datastore/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1756: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/datastore'
make[3]: *** [Makefile:1864: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/datastore'
make[2]: *** [Makefile:2071: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/datastore'
Making check in template
make[2]: Entering directory '/build/gnunet-0.11.6/src/template'
make test_template_api
make[3]: Entering directory '/build/gnunet-0.11.6/src/template'
CC test_template_api.o
CCLD test_template_api
make[3]: Leaving directory '/build/gnunet-0.11.6/src/template'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/template'
make[4]: Entering directory '/build/gnunet-0.11.6/src/template'
PASS: test_template_api
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/template'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/template'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/template'
Making check in peerstore
make[2]: Entering directory '/build/gnunet-0.11.6/src/peerstore'
make test_peerstore_api_store test_peerstore_api_iterate test_peerstore_api_watch test_peerstore_api_sync perf_peerstore_store test_plugin_peerstore_sqlite
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerstore'
CC test_peerstore_api_store.o
CCLD test_peerstore_api_store
CC test_peerstore_api_iterate.o
CCLD test_peerstore_api_iterate
CC test_peerstore_api_watch.o
CCLD test_peerstore_api_watch
CC test_peerstore_api_sync.o
CCLD test_peerstore_api_sync
CC perf_peerstore_store.o
CCLD perf_peerstore_store
CC test_plugin_peerstore.o
CCLD test_plugin_peerstore_sqlite
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerstore'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerstore'
make[4]: Entering directory '/build/gnunet-0.11.6/src/peerstore'
FAIL: test_peerstore_api_store
FAIL: test_peerstore_api_iterate
FAIL: test_peerstore_api_watch
FAIL: test_peerstore_api_sync
FAIL: perf_peerstore_store
PASS: test_plugin_peerstore_sqlite
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 6
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 5
# XPASS: 0
# ERROR: 0
============================================================================
See src/peerstore/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1335: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/peerstore'
make[3]: *** [Makefile:1443: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerstore'
make[2]: *** [Makefile:1559: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/peerstore'
Making check in ats
make[2]: Entering directory '/build/gnunet-0.11.6/src/ats'
make test_ats_api_proportional test_ats_reservation_api_proportional test_ats2_lib
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats'
CC test_ats_api.o
CC test_ats_lib.o
CCLD test_ats_api_proportional
CC test_ats_reservation_api.o
CCLD test_ats_reservation_api_proportional
CC test_ats2_lib.o
CCLD test_ats2_lib
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats'
make[4]: Entering directory '/build/gnunet-0.11.6/src/ats'
FAIL: test_ats_api_proportional
FAIL: test_ats_reservation_api_proportional
FAIL: test_ats2_lib
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 3
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See src/ats/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1403: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/ats'
make[3]: *** [Makefile:1511: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats'
make[2]: *** [Makefile:1613: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/ats'
Making check in nat
make[2]: Entering directory '/build/gnunet-0.11.6/src/nat'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/nat'
make[4]: Entering directory '/build/gnunet-0.11.6/src/nat'
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/nat'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nat'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/nat'
Making check in nat-auto
make[2]: Entering directory '/build/gnunet-0.11.6/src/nat-auto'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/nat-auto'
Making check in fragmentation
make[2]: Entering directory '/build/gnunet-0.11.6/src/fragmentation'
make test_fragmentation test_fragmentation_parallel
make[3]: Entering directory '/build/gnunet-0.11.6/src/fragmentation'
CC test_fragmentation.o
CCLD test_fragmentation
CC test_fragmentation_parallel.o
CCLD test_fragmentation_parallel
make[3]: Leaving directory '/build/gnunet-0.11.6/src/fragmentation'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/fragmentation'
make[4]: Entering directory '/build/gnunet-0.11.6/src/fragmentation'
FAIL: test_fragmentation
FAIL: test_fragmentation_parallel
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See src/fragmentation/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:886: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/fragmentation'
make[3]: *** [Makefile:994: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/fragmentation'
make[2]: *** [Makefile:1075: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/fragmentation'
Making check in transport
make[2]: Entering directory '/build/gnunet-0.11.6/src/transport'
make test_transport_address_switch_tcp test_transport_address_switch_udp test_transport_testing_startstop test_transport_testing_restart test_plugin_tcp test_plugin_udp test_plugin_unix test_http_common test_plugin_http_client test_plugin_https_client test_plugin_http_server test_plugin_https_server test_transport_api_blacklisting_tcp test_transport_api_disconnect_tcp test_transport_api_tcp test_transport_api_restart_1peer test_transport_api_restart_2peers test_transport_api_timeout_tcp test_transport_api_limited_sockets_tcp test_transport_api_tcp_nat test_transport_api_udp test_transport_api_timeout_udp test_transport_api_unix test_transport_api_timeout_unix test_transport_api_unix_abstract test_transport_api_udp_nat test_transport_api_http test_transport_api_http_reverse test_transport_api_timeout_http test_transport_address_switch_http test_transport_api_https test_transport_api_timeout_https test_transport_address_switch_https test_transport_api_multi test_transport_api_monitor_peers test_transport_blacklisting_no_bl test_transport_blacklisting_outbound_bl_full test_transport_blacklisting_outbound_bl_plugin test_transport_blacklisting_inbound_bl_plugin test_transport_blacklisting_inbound_bl_full test_transport_blacklisting_multiple_plugins test_transport_api_manipulation_send_tcp test_transport_api_manipulation_recv_tcp test_transport_api_manipulation_cfg test_transport_api_reliability_tcp test_transport_api_reliability_tcp_nat test_transport_api_reliability_udp test_transport_api_reliability_unix test_transport_api_reliability_http test_transport_api_reliability_http_xhr test_transport_api_reliability_https test_transport_api_reliability_https_xhr test_quota_compliance_tcp test_quota_compliance_tcp_asymmetric test_quota_compliance_udp test_quota_compliance_unix test_quota_compliance_unix_asymmetric test_quota_compliance_http test_quota_compliance_http_asymmetric test_quota_compliance_https test_quota_compliance_https_asymmetric test_communicator_unix
make[3]: Entering directory '/build/gnunet-0.11.6/src/transport'
CC test_transport_address_switch.o
CCLD test_transport_address_switch_tcp
CCLD test_transport_address_switch_udp
CC test_transport_testing_startstop.o
CCLD test_transport_testing_startstop
CC test_transport_testing_restart.o
CCLD test_transport_testing_restart
CC test_plugin_transport.o
CCLD test_plugin_tcp
CCLD test_plugin_udp
CCLD test_plugin_unix
CC test_http_common.o
CC plugin_transport_http_common.o
CCLD test_http_common
CCLD test_plugin_http_client
CCLD test_plugin_https_client
CCLD test_plugin_http_server
CCLD test_plugin_https_server
CC test_transport_api_blacklisting.o
CCLD test_transport_api_blacklisting_tcp
CC test_transport_api_disconnect.o
CCLD test_transport_api_disconnect_tcp
CC test_transport_api.o
CCLD test_transport_api_tcp
CC test_transport_api_restart_reconnect.o
CCLD test_transport_api_restart_1peer
CCLD test_transport_api_restart_2peers
CC test_transport_api_timeout.o
CCLD test_transport_api_timeout_tcp
CC test_transport_api_limited_sockets.o
CCLD test_transport_api_limited_sockets_tcp
CCLD test_transport_api_tcp_nat
CCLD test_transport_api_udp
CCLD test_transport_api_timeout_udp
CCLD test_transport_api_unix
CCLD test_transport_api_timeout_unix
CCLD test_transport_api_unix_abstract
CCLD test_transport_api_udp_nat
CCLD test_transport_api_http
CCLD test_transport_api_http_reverse
CCLD test_transport_api_timeout_http
CCLD test_transport_address_switch_http
CCLD test_transport_api_https
CCLD test_transport_api_timeout_https
CCLD test_transport_address_switch_https
CCLD test_transport_api_multi
CC test_transport_api_monitor_peers.o
CCLD test_transport_api_monitor_peers
CC test_transport_blacklisting.o
CCLD test_transport_blacklisting_no_bl
CCLD test_transport_blacklisting_outbound_bl_full
CCLD test_transport_blacklisting_outbound_bl_plugin
CCLD test_transport_blacklisting_inbound_bl_plugin
CCLD test_transport_blacklisting_inbound_bl_full
CCLD test_transport_blacklisting_multiple_plugins
CC test_transport_api_manipulation_send_tcp.o
CCLD test_transport_api_manipulation_send_tcp
CC test_transport_api_manipulation_recv_tcp.o
CCLD test_transport_api_manipulation_recv_tcp
CC test_transport_api_manipulation_cfg.o
CCLD test_transport_api_manipulation_cfg
CC test_transport_api_reliability.o
CCLD test_transport_api_reliability_tcp
CCLD test_transport_api_reliability_tcp_nat
CCLD test_transport_api_reliability_udp
CCLD test_transport_api_reliability_unix
CCLD test_transport_api_reliability_http
CCLD test_transport_api_reliability_http_xhr
CCLD test_transport_api_reliability_https
CCLD test_transport_api_reliability_https_xhr
CC test_quota_compliance.o
CCLD test_quota_compliance_tcp
CCLD test_quota_compliance_tcp_asymmetric
CCLD test_quota_compliance_udp
CCLD test_quota_compliance_unix
CCLD test_quota_compliance_unix_asymmetric
CCLD test_quota_compliance_http
CCLD test_quota_compliance_http_asymmetric
CCLD test_quota_compliance_https
CCLD test_quota_compliance_https_asymmetric
CC test_communicator_unix.o
test_communicator_unix.c: In function 'run':
test_communicator_unix.c:162:39: warning: unused variable 'cfg' [-Wunused-variable]
struct GNUNET_CONFIGURATION_Handle *cfg = cls;
^~~
test_communicator_unix.c: In function 'main':
test_communicator_unix.c:197:42: warning: unused variable 'service_options' [-Wunused-variable]
struct GNUNET_GETOPT_CommandLineOption service_options[] = {
^~~~~~~~~~~~~~~
CCLD test_communicator_unix
make[3]: Leaving directory '/build/gnunet-0.11.6/src/transport'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/transport'
make[4]: Entering directory '/build/gnunet-0.11.6/src/transport'
FAIL: test_transport_address_switch_tcp
FAIL: test_transport_address_switch_udp
FAIL: test_transport_address_switch_http
FAIL: test_transport_address_switch_https
PASS: test_transport_testing_startstop
PASS: test_transport_testing_restart
FAIL: test_plugin_tcp
FAIL: test_plugin_udp
FAIL: test_plugin_unix
FAIL: test_transport_api_blacklisting_tcp
FAIL: test_transport_api_disconnect_tcp
FAIL: test_transport_api_tcp
FAIL: test_transport_api_restart_1peer
FAIL: test_transport_api_restart_2peers
FAIL: test_transport_api_limited_sockets_tcp
FAIL: test_transport_api_tcp_nat
FAIL: test_transport_api_udp
FAIL: test_transport_api_unix
FAIL: test_transport_api_unix_abstract
FAIL: test_transport_api_udp_nat
FAIL: test_transport_api_http
FAIL: test_transport_api_https
FAIL: test_transport_api_multi
FAIL: test_transport_api_monitor_peers
FAIL: test_transport_blacklisting_no_bl
FAIL: test_transport_blacklisting_outbound_bl_full
FAIL: test_transport_blacklisting_outbound_bl_plugin
FAIL: test_transport_blacklisting_inbound_bl_plugin
FAIL: test_transport_blacklisting_inbound_bl_full
FAIL: test_transport_blacklisting_multiple_plugins
FAIL: test_transport_api_manipulation_send_tcp
FAIL: test_transport_api_manipulation_recv_tcp
FAIL: test_transport_api_manipulation_cfg
FAIL: test_transport_api_reliability_tcp
FAIL: test_transport_api_reliability_tcp_nat
FAIL: test_transport_api_reliability_udp
FAIL: test_transport_api_reliability_unix
FAIL: test_transport_api_reliability_http
FAIL: test_transport_api_reliability_http_xhr
FAIL: test_transport_api_reliability_https
FAIL: test_transport_api_reliability_https_xhr
FAIL: test_quota_compliance_tcp
FAIL: test_quota_compliance_tcp_asymmetric
FAIL: test_quota_compliance_udp
FAIL: test_quota_compliance_unix
FAIL: test_quota_compliance_unix_asymmetric
FAIL: test_quota_compliance_http
FAIL: test_quota_compliance_http_asymmetric
FAIL: test_quota_compliance_https
FAIL: test_quota_compliance_https_asymmetric
FAIL: test_transport_api_timeout_tcp
FAIL: test_transport_api_timeout_udp
FAIL: test_transport_api_timeout_unix
FAIL: test_transport_api_timeout_http
FAIL: test_transport_api_timeout_https
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 55
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 53
# XPASS: 0
# ERROR: 0
============================================================================
See src/transport/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:4515: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/transport'
make[3]: *** [Makefile:4623: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/transport'
make[2]: *** [Makefile:5138: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/transport'
Making check in ats-tool
make[2]: Entering directory '/build/gnunet-0.11.6/src/ats-tool'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/ats-tool'
Making check in peerinfo-tool
make[2]: Entering directory '/build/gnunet-0.11.6/src/peerinfo-tool'
make
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerinfo-tool'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo-tool'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/peerinfo-tool'
make[4]: Entering directory '/build/gnunet-0.11.6/src/peerinfo-tool'
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo-tool'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo-tool'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/peerinfo-tool'
Making check in core
make[2]: Entering directory '/build/gnunet-0.11.6/src/core'
make test_core_api_start_only test_core_api test_core_api_reliability test_core_quota_compliance_symmetric test_core_quota_compliance_asymmetric_send_limited test_core_quota_compliance_asymmetric_recv_limited test_core_api_send_to_self
make[3]: Entering directory '/build/gnunet-0.11.6/src/core'
CC test_core_api_start_only.o
CCLD test_core_api_start_only
CC test_core_api.o
CCLD test_core_api
CC test_core_api_reliability.o
CCLD test_core_api_reliability
CC test_core_quota_compliance.o
CCLD test_core_quota_compliance_symmetric
CCLD test_core_quota_compliance_asymmetric_send_limited
CCLD test_core_quota_compliance_asymmetric_recv_limited
CC test_core_api_send_to_self.o
CCLD test_core_api_send_to_self
make[3]: Leaving directory '/build/gnunet-0.11.6/src/core'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/core'
make[4]: Entering directory '/build/gnunet-0.11.6/src/core'
../../build-aux/test-driver: line 107: 62728 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: test_core_api_start_only
../../build-aux/test-driver: line 107: 62760 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: test_core_api
../../build-aux/test-driver: line 107: 62792 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: test_core_api_reliability
../../build-aux/test-driver: line 107: 62824 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: test_core_quota_compliance_symmetric
../../build-aux/test-driver: line 107: 62856 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: test_core_quota_compliance_asymmetric_send_limited
../../build-aux/test-driver: line 107: 62888 Segmentation fault (core dumped) "$@" > $log_file 2>&1
FAIL: test_core_quota_compliance_asymmetric_recv_limited
FAIL: test_core_api_send_to_self
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 7
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 7
# XPASS: 0
# ERROR: 0
============================================================================
See src/core/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1220: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/core'
make[3]: *** [Makefile:1328: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/core'
make[2]: *** [Makefile:1444: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/core'
Making check in testbed-logger
make[2]: Entering directory '/build/gnunet-0.11.6/src/testbed-logger'
make test_testbed_logger_api
make[3]: Entering directory '/build/gnunet-0.11.6/src/testbed-logger'
CC test_testbed_logger_api.o
CCLD test_testbed_logger_api
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testbed-logger'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/testbed-logger'
make[4]: Entering directory '/build/gnunet-0.11.6/src/testbed-logger'
FAIL: test_testbed_logger_api
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/testbed-logger/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:971: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/testbed-logger'
make[3]: *** [Makefile:1079: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testbed-logger'
make[2]: *** [Makefile:1153: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/testbed-logger'
Making check in testbed
make[2]: Entering directory '/build/gnunet-0.11.6/src/testbed'
make test_testbed_api_hosts test_gnunet_helper_testbed test_testbed_api_controllerlink test_testbed_api_2peers_1controller test_testbed_api_3peers_3controllers test_testbed_api test_testbed_api_sd test_testbed_api_operations test_testbed_api_testbed_run test_testbed_api_test test_testbed_api_test_timeout test_testbed_api_peer_reconfiguration test_testbed_api_peers_manage_services test_testbed_api_topology test_testbed_api_topology_clique test_testbed_api_testbed_run_topologyrandom test_testbed_api_testbed_run_topologyline test_testbed_api_testbed_run_topologystar test_testbed_api_testbed_run_topologyclique test_testbed_api_testbed_run_topologyring test_testbed_api_testbed_run_topologysmallworldring test_testbed_api_testbed_run_topology2dtorus test_testbed_api_testbed_run_topologysmallworld test_testbed_api_testbed_run_topologyfromfile test_testbed_api_testbed_run_topologyscalefree test_testbed_api_testbed_run_waitforever test_testbed_api_statistics gnunet-service-test-barriers test_testbed_api_barriers test_testbed_underlay
make[3]: Entering directory '/build/gnunet-0.11.6/src/testbed'
CC test_testbed_api_hosts.o
CCLD test_testbed_api_hosts
CC test_gnunet_helper_testbed.o
CCLD test_gnunet_helper_testbed
CC test_testbed_api_controllerlink.o
CCLD test_testbed_api_controllerlink
CC test_testbed_api_2peers_1controller.o
CCLD test_testbed_api_2peers_1controller
CC test_testbed_api_3peers_3controllers.o
CCLD test_testbed_api_3peers_3controllers
CC test_testbed_api.o
CCLD test_testbed_api
CC test_testbed_api_sd.o
CCLD test_testbed_api_sd
CC test_testbed_api_operations.o
CCLD test_testbed_api_operations
CC test_testbed_api_testbed_run.o
CCLD test_testbed_api_testbed_run
CC test_testbed_api_test.o
CCLD test_testbed_api_test
CC test_testbed_api_test_timeout.o
CCLD test_testbed_api_test_timeout
CC test_testbed_api_peer_reconfiguration.o
CCLD test_testbed_api_peer_reconfiguration
CC test_testbed_api_peers_manage_services.o
CCLD test_testbed_api_peers_manage_services
CC test_testbed_api_topology.o
CCLD test_testbed_api_topology
CC test_testbed_api_topology_clique.o
CCLD test_testbed_api_topology_clique
CCLD test_testbed_api_testbed_run_topologyrandom
CCLD test_testbed_api_testbed_run_topologyline
CCLD test_testbed_api_testbed_run_topologystar
CCLD test_testbed_api_testbed_run_topologyclique
CCLD test_testbed_api_testbed_run_topologyring
CCLD test_testbed_api_testbed_run_topologysmallworldring
CCLD test_testbed_api_testbed_run_topology2dtorus
CCLD test_testbed_api_testbed_run_topologysmallworld
CCLD test_testbed_api_testbed_run_topologyfromfile
CCLD test_testbed_api_testbed_run_topologyscalefree
CCLD test_testbed_api_testbed_run_waitforever
CC test_testbed_api_statistics.o
CCLD test_testbed_api_statistics
CC gnunet-service-test-barriers.o
CCLD gnunet-service-test-barriers
CC test_testbed_api_barriers.o
CCLD test_testbed_api_barriers
CC test_testbed_underlay.o
CCLD test_testbed_underlay
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testbed'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/testbed'
make[4]: Entering directory '/build/gnunet-0.11.6/src/testbed'
FAIL: test_testbed_api
FAIL: test_testbed_api_sd
FAIL: test_testbed_api_operations
FAIL: test_testbed_api_hosts
FAIL: test_gnunet_helper_testbed
FAIL: test_testbed_api_2peers_1controller
FAIL: test_testbed_api_controllerlink
FAIL: test_testbed_api_3peers_3controllers
FAIL: test_testbed_api_testbed_run
FAIL: test_testbed_api_test
FAIL: test_testbed_api_test_timeout
FAIL: test_testbed_api_statistics
FAIL: test_testbed_api_peer_reconfiguration
FAIL: test_testbed_api_peers_manage_services
FAIL: test_testbed_api_topology
FAIL: test_testbed_api_topology_clique
FAIL: test_testbed_api_testbed_run_topologyrandom
FAIL: test_testbed_api_testbed_run_topologyline
FAIL: test_testbed_api_testbed_run_topologystar
FAIL: test_testbed_api_testbed_run_topologyclique
FAIL: test_testbed_api_testbed_run_topologyring
FAIL: test_testbed_api_testbed_run_topology2dtorus
FAIL: test_testbed_api_testbed_run_topologysmallworld
FAIL: test_testbed_api_testbed_run_topologysmallworldring
FAIL: test_testbed_api_testbed_run_topologyfromfile
FAIL: test_testbed_api_testbed_run_topologyscalefree
FAIL: test_testbed_api_barriers
FAIL: test_testbed_underlay
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 28
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 28
# XPASS: 0
# ERROR: 0
============================================================================
See src/testbed/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1924: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/testbed'
make[3]: *** [Makefile:2032: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/testbed'
make[2]: *** [Makefile:2295: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/testbed'
Making check in ats-tests
make[2]: Entering directory '/build/gnunet-0.11.6/src/ats-tests'
make perf_ats_proportional_transport_none perf_ats_proportional_transport_bandwidth perf_ats_proportional_transport_latency perf_ats_proportional_core_none perf_ats_proportional_core_bandwidth perf_ats_proportional_core_latency
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats-tests'
CC perf_ats.o
CCLD perf_ats_proportional_transport_none
CCLD perf_ats_proportional_transport_bandwidth
CCLD perf_ats_proportional_transport_latency
CCLD perf_ats_proportional_core_none
CCLD perf_ats_proportional_core_bandwidth
CCLD perf_ats_proportional_core_latency
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats-tests'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/ats-tests'
make[4]: Entering directory '/build/gnunet-0.11.6/src/ats-tests'
PASS: perf_ats_proportional_transport_none
PASS: perf_ats_proportional_transport_bandwidth
PASS: perf_ats_proportional_transport_latency
PASS: perf_ats_proportional_core_none
PASS: perf_ats_proportional_core_bandwidth
PASS: perf_ats_proportional_core_latency
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 6
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/ats-tests'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/ats-tests'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/ats-tests'
Making check in nse
make[2]: Entering directory '/build/gnunet-0.11.6/src/nse'
make test_nse_api perf_kdf
make[3]: Entering directory '/build/gnunet-0.11.6/src/nse'
CC test_nse_api.o
CCLD test_nse_api
CC perf_kdf.o
CCLD perf_kdf
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nse'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/nse'
make[4]: Entering directory '/build/gnunet-0.11.6/src/nse'
FAIL: test_nse_api
PASS: perf_kdf
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/nse/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1111: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/nse'
make[3]: *** [Makefile:1219: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/nse'
make[2]: *** [Makefile:1307: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/nse'
Making check in dht
make[2]: Entering directory '/build/gnunet-0.11.6/src/dht'
make test_dht_api test_dht_twopeer test_dht_multipeer test_dht_line test_dht_2dtorus test_dht_monitor
make[3]: Entering directory '/build/gnunet-0.11.6/src/dht'
CC test_dht_api.o
CCLD test_dht_api
CC test_dht_topo.o
CCLD test_dht_twopeer
CCLD test_dht_multipeer
CCLD test_dht_line
CCLD test_dht_2dtorus
CC test_dht_monitor.o
CCLD test_dht_monitor
make[3]: Leaving directory '/build/gnunet-0.11.6/src/dht'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/dht'
make[4]: Entering directory '/build/gnunet-0.11.6/src/dht'
FAIL: test_dht_api
FAIL: test_dht_twopeer
FAIL: test_dht_line
PASS: test_dht_monitor
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See src/dht/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1387: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/dht'
make[3]: *** [Makefile:1495: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/dht'
make[2]: *** [Makefile:1611: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/dht'
Making check in hostlist
make[2]: Entering directory '/build/gnunet-0.11.6/src/hostlist'
make test_gnunet_daemon_hostlist test_gnunet_daemon_hostlist_reconnect test_gnunet_daemon_hostlist_learning
make[3]: Entering directory '/build/gnunet-0.11.6/src/hostlist'
CC test_gnunet_daemon_hostlist.o
CCLD test_gnunet_daemon_hostlist
CC test_gnunet_daemon_hostlist_reconnect.o
CCLD test_gnunet_daemon_hostlist_reconnect
CC test_gnunet_daemon_hostlist_learning.o
CCLD test_gnunet_daemon_hostlist_learning
make[3]: Leaving directory '/build/gnunet-0.11.6/src/hostlist'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/hostlist'
make[4]: Entering directory '/build/gnunet-0.11.6/src/hostlist'
FAIL: test_gnunet_daemon_hostlist
FAIL: test_gnunet_daemon_hostlist_reconnect
FAIL: test_gnunet_daemon_hostlist_learning
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 3
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See src/hostlist/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1048: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/hostlist'
make[3]: *** [Makefile:1156: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/hostlist'
make[2]: *** [Makefile:1244: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/hostlist'
Making check in topology
make[2]: Entering directory '/build/gnunet-0.11.6/src/topology'
make test_gnunet_daemon_topology
make[3]: Entering directory '/build/gnunet-0.11.6/src/topology'
CC test_gnunet_daemon_topology.o
CCLD test_gnunet_daemon_topology
make[3]: Leaving directory '/build/gnunet-0.11.6/src/topology'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/topology'
make[4]: Entering directory '/build/gnunet-0.11.6/src/topology'
FAIL: test_gnunet_daemon_topology
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/topology/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:978: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/topology'
make[3]: *** [Makefile:1086: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/topology'
make[2]: *** [Makefile:1160: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/topology'
Making check in regex
make[2]: Entering directory '/build/gnunet-0.11.6/src/regex'
make test_regex_integration test_regex_eval_api test_regex_iterate_api test_regex_proofs test_regex_graph_api test_regex_api
make[3]: Entering directory '/build/gnunet-0.11.6/src/regex'
CC test_regex_integration.o
CCLD test_regex_integration
CC test_regex_eval_api.o
CCLD test_regex_eval_api
CC test_regex_iterate_api.o
CCLD test_regex_iterate_api
CC test_regex_proofs.o
CCLD test_regex_proofs
CC test_regex_graph_api.o
CCLD test_regex_graph_api
CC test_regex_api.o
CCLD test_regex_api
make[3]: Leaving directory '/build/gnunet-0.11.6/src/regex'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/regex'
make[4]: Entering directory '/build/gnunet-0.11.6/src/regex'
FAIL: test_regex_integration
PASS: test_regex_eval_api
PASS: test_regex_iterate_api
PASS: test_regex_proofs
PASS: test_regex_graph_api
FAIL: test_regex_api
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 6
# PASS: 4
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See src/regex/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1377: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/regex'
make[3]: *** [Makefile:1485: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/regex'
make[2]: *** [Makefile:1594: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/regex'
Making check in dns
make[2]: Entering directory '/build/gnunet-0.11.6/src/dns'
make test_gnunet_dns.sh
make[3]: Entering directory '/build/gnunet-0.11.6/src/dns'
make[3]: Nothing to be done for 'test_gnunet_dns.sh'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/dns'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/dns'
make[4]: Entering directory '/build/gnunet-0.11.6/src/dns'
SKIP: test_gnunet_dns.sh
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 1
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/dns'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/dns'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/dns'
Making check in identity
make[2]: Entering directory '/build/gnunet-0.11.6/src/identity'
make test_identity test_identity_defaults
make[3]: Entering directory '/build/gnunet-0.11.6/src/identity'
CC test_identity.o
CCLD test_identity
CC test_identity_defaults.o
CCLD test_identity_defaults
make[3]: Leaving directory '/build/gnunet-0.11.6/src/identity'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/identity'
make[4]: Entering directory '/build/gnunet-0.11.6/src/identity'
FAIL: test_identity
FAIL: test_identity_defaults
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See src/identity/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1140: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/identity'
make[3]: *** [Makefile:1248: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/identity'
make[2]: *** [Makefile:1329: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/identity'
Making check in namecache
make[2]: Entering directory '/build/gnunet-0.11.6/src/namecache'
make test_plugin_namecache_sqlite test_namecache_api_cache_block
make[3]: Entering directory '/build/gnunet-0.11.6/src/namecache'
CC test_plugin_namecache.o
CCLD test_plugin_namecache_sqlite
CC test_namecache_api_cache_block.o
CCLD test_namecache_api_cache_block
make[3]: Leaving directory '/build/gnunet-0.11.6/src/namecache'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/namecache'
make[4]: Entering directory '/build/gnunet-0.11.6/src/namecache'
PASS: test_plugin_namecache_sqlite
FAIL: test_namecache_api_cache_block
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/namecache/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1284: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/namecache'
make[3]: *** [Makefile:1392: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/namecache'
make[2]: *** [Makefile:1487: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/namecache'
Making check in namestore
make[2]: Entering directory '/build/gnunet-0.11.6/src/namestore'
make test_plugin_namestore_sqlite test_namestore_api_store_sqlite test_namestore_api_store_update_sqlite test_namestore_api_zone_iteration_sqlite test_namestore_api_remove_sqlite test_namestore_api_lookup_nick_sqlite test_namestore_api_monitoring_sqlite test_namestore_api_lookup_public_sqlite test_namestore_api_lookup_private_sqlite test_namestore_api_lookup_shadow_sqlite test_namestore_api_lookup_shadow_filter_sqlite test_namestore_api_remove_not_existing_record_sqlite test_namestore_api_zone_iteration_nick_sqlite test_namestore_api_zone_iteration_specific_zone_sqlite test_namestore_api_zone_iteration_stop_sqlite test_namestore_api_monitoring_existing_sqlite test_namestore_api_zone_to_name_sqlite perf_namestore_api_zone_iteration_sqlite test_plugin_namestore_flat test_namestore_api_store_flat test_namestore_api_store_update_flat test_namestore_api_remove_flat test_namestore_api_zone_iteration_flat test_namestore_api_lookup_nick_flat test_namestore_api_monitoring_flat test_namestore_api_lookup_public_flat test_namestore_api_lookup_private_flat test_namestore_api_lookup_shadow_flat test_namestore_api_lookup_shadow_filter_flat test_namestore_api_remove_not_existing_record_flat test_namestore_api_zone_iteration_nick_flat test_namestore_api_zone_iteration_specific_zone_flat test_namestore_api_zone_iteration_stop_flat test_namestore_api_monitoring_existing_flat test_namestore_api_zone_to_name_flat perf_namestore_api_zone_iteration_flat test_namestore_put.sh test_namestore_lookup.sh test_namestore_delete.sh
make[3]: Entering directory '/build/gnunet-0.11.6/src/namestore'
CC test_plugin_namestore.o
CCLD test_plugin_namestore_sqlite
CC test_namestore_api_store.o
CCLD test_namestore_api_store_sqlite
CC test_namestore_api_store_update.o
CCLD test_namestore_api_store_update_sqlite
CC test_namestore_api_zone_iteration.o
CCLD test_namestore_api_zone_iteration_sqlite
CC test_namestore_api_remove.o
CCLD test_namestore_api_remove_sqlite
CC test_namestore_api_lookup_nick.o
CCLD test_namestore_api_lookup_nick_sqlite
CC test_namestore_api_monitoring.o
CCLD test_namestore_api_monitoring_sqlite
CC test_namestore_api_lookup_public.o
CCLD test_namestore_api_lookup_public_sqlite
CC test_namestore_api_lookup_private.o
CCLD test_namestore_api_lookup_private_sqlite
CC test_namestore_api_lookup_shadow.o
CCLD test_namestore_api_lookup_shadow_sqlite
CC test_namestore_api_lookup_shadow_filter.o
CCLD test_namestore_api_lookup_shadow_filter_sqlite
CC test_namestore_api_remove_not_existing_record.o
CCLD test_namestore_api_remove_not_existing_record_sqlite
CC test_namestore_api_zone_iteration_nick.o
CCLD test_namestore_api_zone_iteration_nick_sqlite
CC test_namestore_api_zone_iteration_specific_zone.o
CCLD test_namestore_api_zone_iteration_specific_zone_sqlite
CC test_namestore_api_zone_iteration_stop.o
CCLD test_namestore_api_zone_iteration_stop_sqlite
CC test_namestore_api_monitoring_existing.o
CCLD test_namestore_api_monitoring_existing_sqlite
CC test_namestore_api_zone_to_name.o
CCLD test_namestore_api_zone_to_name_sqlite
CC perf_namestore_api_zone_iteration.o
CCLD perf_namestore_api_zone_iteration_sqlite
CCLD test_plugin_namestore_flat
CCLD test_namestore_api_store_flat
CCLD test_namestore_api_store_update_flat
CCLD test_namestore_api_remove_flat
CCLD test_namestore_api_zone_iteration_flat
CCLD test_namestore_api_lookup_nick_flat
CCLD test_namestore_api_monitoring_flat
CCLD test_namestore_api_lookup_public_flat
CCLD test_namestore_api_lookup_private_flat
CCLD test_namestore_api_lookup_shadow_flat
CCLD test_namestore_api_lookup_shadow_filter_flat
CCLD test_namestore_api_remove_not_existing_record_flat
CCLD test_namestore_api_zone_iteration_nick_flat
CCLD test_namestore_api_zone_iteration_specific_zone_flat
CCLD test_namestore_api_zone_iteration_stop_flat
CCLD test_namestore_api_monitoring_existing_flat
CCLD test_namestore_api_zone_to_name_flat
CCLD perf_namestore_api_zone_iteration_flat
make[3]: Nothing to be done for 'test_namestore_put.sh'.
make[3]: Nothing to be done for 'test_namestore_lookup.sh'.
make[3]: Nothing to be done for 'test_namestore_delete.sh'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/namestore'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/namestore'
make[4]: Entering directory '/build/gnunet-0.11.6/src/namestore'
PASS: test_plugin_namestore_sqlite
FAIL: test_namestore_api_store_sqlite
FAIL: test_namestore_api_store_update_sqlite
FAIL: test_namestore_api_zone_iteration_sqlite
FAIL: test_namestore_api_remove_sqlite
FAIL: test_namestore_api_lookup_nick_sqlite
FAIL: test_namestore_api_monitoring_sqlite
FAIL: test_namestore_api_lookup_public_sqlite
FAIL: test_namestore_api_lookup_private_sqlite
FAIL: test_namestore_api_lookup_shadow_sqlite
FAIL: test_namestore_api_lookup_shadow_filter_sqlite
FAIL: test_namestore_api_remove_not_existing_record_sqlite
FAIL: test_namestore_api_zone_iteration_nick_sqlite
FAIL: test_namestore_api_zone_iteration_specific_zone_sqlite
FAIL: test_namestore_api_zone_iteration_stop_sqlite
FAIL: test_namestore_api_monitoring_existing_sqlite
FAIL: test_namestore_api_zone_to_name_sqlite
FAIL: perf_namestore_api_zone_iteration_sqlite
PASS: test_plugin_namestore_flat
FAIL: test_namestore_api_store_flat
FAIL: test_namestore_api_store_update_flat
FAIL: test_namestore_api_remove_flat
FAIL: test_namestore_api_zone_iteration_flat
FAIL: test_namestore_api_lookup_nick_flat
FAIL: test_namestore_api_monitoring_flat
FAIL: test_namestore_api_lookup_public_flat
FAIL: test_namestore_api_lookup_private_flat
FAIL: test_namestore_api_lookup_shadow_flat
FAIL: test_namestore_api_lookup_shadow_filter_flat
FAIL: test_namestore_api_remove_not_existing_record_flat
FAIL: test_namestore_api_zone_iteration_nick_flat
FAIL: test_namestore_api_zone_iteration_specific_zone_flat
FAIL: test_namestore_api_zone_iteration_stop_flat
FAIL: test_namestore_api_monitoring_existing_flat
FAIL: test_namestore_api_zone_to_name_flat
FAIL: perf_namestore_api_zone_iteration_flat
FAIL: test_namestore_put.sh
FAIL: test_namestore_lookup.sh
FAIL: test_namestore_delete.sh
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 39
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 37
# XPASS: 0
# ERROR: 0
============================================================================
See src/namestore/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:2764: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/namestore'
make[3]: *** [Makefile:2872: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/namestore'
make[2]: *** [Makefile:3338: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/namestore'
Making check in cadet
make[2]: Entering directory '/build/gnunet-0.11.6/src/cadet'
make test_cadet_local_mq test_cadet_2_forward test_cadet_2_forward test_cadet_2_signal test_cadet_2_keepalive test_cadet_2_speed test_cadet_2_speed_ack test_cadet_2_speed_backwards test_cadet_2_speed_reliable test_cadet_2_speed_reliable_backwards test_cadet_2_reopen test_cadet_5_forward test_cadet_5_signal test_cadet_5_keepalive test_cadet_5_speed test_cadet_5_speed_ack test_cadet_5_speed_reliable test_cadet_5_speed_reliable_backwards test_cadet_5_speed_backwards test_cadet_5_reopen
make[3]: Entering directory '/build/gnunet-0.11.6/src/cadet'
CC test_cadet_local_mq.o
CCLD test_cadet_local_mq
CC test_cadet.o
CCLD test_cadet_2_forward
make[3]: 'test_cadet_2_forward' is up to date.
CCLD test_cadet_2_signal
CCLD test_cadet_2_keepalive
CCLD test_cadet_2_speed
CCLD test_cadet_2_speed_ack
CCLD test_cadet_2_speed_backwards
CCLD test_cadet_2_speed_reliable
CCLD test_cadet_2_speed_reliable_backwards
CCLD test_cadet_2_reopen
CCLD test_cadet_5_forward
CCLD test_cadet_5_signal
CCLD test_cadet_5_keepalive
CCLD test_cadet_5_speed
CCLD test_cadet_5_speed_ack
CCLD test_cadet_5_speed_reliable
CCLD test_cadet_5_speed_reliable_backwards
CCLD test_cadet_5_speed_backwards
CCLD test_cadet_5_reopen
make[3]: Leaving directory '/build/gnunet-0.11.6/src/cadet'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/cadet'
make[4]: Entering directory '/build/gnunet-0.11.6/src/cadet'
FAIL: test_cadet_local_mq
FAIL: test_cadet_2_forward
FAIL: test_cadet_2_signal
FAIL: test_cadet_2_keepalive
FAIL: test_cadet_2_speed
FAIL: test_cadet_2_speed_ack
FAIL: test_cadet_2_speed_backwards
FAIL: test_cadet_2_speed_reliable
FAIL: test_cadet_2_speed_reliable_backwards
FAIL: test_cadet_2_reopen
FAIL: test_cadet_5_forward
FAIL: test_cadet_5_signal
FAIL: test_cadet_5_keepalive
FAIL: test_cadet_5_speed
FAIL: test_cadet_5_speed_ack
FAIL: test_cadet_5_speed_reliable
FAIL: test_cadet_5_speed_reliable_backwards
FAIL: test_cadet_5_speed_backwards
FAIL: test_cadet_5_reopen
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 20
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 20
# XPASS: 0
# ERROR: 0
============================================================================
See src/cadet/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1419: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/cadet'
make[3]: *** [Makefile:1527: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/cadet'
make[2]: *** [Makefile:1727: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/cadet'
Making check in set
make[2]: Entering directory '/build/gnunet-0.11.6/src/set'
make test_set_api test_set_union_result_symmetric test_set_intersection_result_full test_set_union_copy
make[3]: Entering directory '/build/gnunet-0.11.6/src/set'
CC test_set_api.o
CCLD test_set_api
CC test_set_union_result_symmetric.o
CCLD test_set_union_result_symmetric
CC test_set_intersection_result_full.o
CCLD test_set_intersection_result_full
CC test_set_union_copy.o
CCLD test_set_union_copy
make[3]: Leaving directory '/build/gnunet-0.11.6/src/set'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/set'
make[4]: Entering directory '/build/gnunet-0.11.6/src/set'
FAIL: test_set_api
FAIL: test_set_union_result_symmetric
FAIL: test_set_intersection_result_full
FAIL: test_set_union_copy
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
============================================================================
See src/set/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1237: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/set'
make[3]: *** [Makefile:1345: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/set'
make[2]: *** [Makefile:1440: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/set'
Making check in consensus
make[2]: Entering directory '/build/gnunet-0.11.6/src/consensus'
make test_consensus_api
make[3]: Entering directory '/build/gnunet-0.11.6/src/consensus'
CC test_consensus_api.o
CCLD test_consensus_api
make[3]: Leaving directory '/build/gnunet-0.11.6/src/consensus'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/consensus'
make[4]: Entering directory '/build/gnunet-0.11.6/src/consensus'
FAIL: test_consensus_api
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/consensus/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1186: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/consensus'
make[3]: *** [Makefile:1294: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/consensus'
make[2]: *** [Makefile:1368: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/consensus'
Making check in scalarproduct
make[2]: Entering directory '/build/gnunet-0.11.6/src/scalarproduct'
make test_ecc_scalarproduct test_scalarproduct.sh test_scalarproduct_negative.sh test_scalarproduct_negativezero.sh
make[3]: Entering directory '/build/gnunet-0.11.6/src/scalarproduct'
CC test_ecc_scalarproduct.o
CCLD test_ecc_scalarproduct
make[3]: Nothing to be done for 'test_scalarproduct.sh'.
make[3]: Nothing to be done for 'test_scalarproduct_negative.sh'.
make[3]: Nothing to be done for 'test_scalarproduct_negativezero.sh'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/scalarproduct'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/scalarproduct'
make[4]: Entering directory '/build/gnunet-0.11.6/src/scalarproduct'
FAIL: test_scalarproduct.sh
FAIL: test_scalarproduct_negative.sh
FAIL: test_scalarproduct_negativezero.sh
PASS: test_ecc_scalarproduct
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 4
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See src/scalarproduct/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1148: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/scalarproduct'
make[3]: *** [Makefile:1256: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/scalarproduct'
make[2]: *** [Makefile:1351: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/scalarproduct'
Making check in revocation
make[2]: Entering directory '/build/gnunet-0.11.6/src/revocation'
make test_revocation test_local_revocation.py
make[3]: Entering directory '/build/gnunet-0.11.6/src/revocation'
CC test_revocation.o
CCLD test_revocation
/nix/store/bkgy23gxvj518f00yrpkn1bi0xggd3zk-gnused-4.7/bin/sed -e 's,[@]PYTHON[@],:,g' < ./test_local_revocation.py.in > test_local_revocation.py
chmod +x test_local_revocation.py
make[3]: Leaving directory '/build/gnunet-0.11.6/src/revocation'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/revocation'
make[4]: Entering directory '/build/gnunet-0.11.6/src/revocation'
FAIL: test_local_revocation.py
FAIL: test_revocation
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 2
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See src/revocation/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1131: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/revocation'
make[3]: *** [Makefile:1239: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/revocation'
make[2]: *** [Makefile:1320: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/revocation'
Making check in vpn
make[2]: Entering directory '/build/gnunet-0.11.6/src/vpn'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/vpn'
Making check in gns
make[2]: Entering directory '/build/gnunet-0.11.6/src/gns'
Making check in .
make[3]: Entering directory '/build/gnunet-0.11.6/src/gns'
make test_gns_proxy test_gns_lookup.sh test_gns_config_lookup.sh test_gns_ipv6_lookup.sh test_gns_txt_lookup.sh test_gns_caa_lookup.sh test_gns_mx_lookup.sh test_gns_gns2dns_lookup.sh test_gns_gns2dns_cname_lookup.sh test_gns_dht_lookup.sh test_gns_delegated_lookup.sh test_gns_at_lookup.sh test_gns_zkey_lookup.sh test_gns_rel_expiration.sh test_gns_soa_lookup.sh test_gns_revocation.sh test_gns_cname_lookup.sh test_proxy.sh
make[4]: Entering directory '/build/gnunet-0.11.6/src/gns'
CC test_gns_proxy.o
CCLD test_gns_proxy
make[4]: Nothing to be done for 'test_gns_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_config_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_ipv6_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_txt_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_caa_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_mx_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_gns2dns_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_gns2dns_cname_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_dht_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_delegated_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_at_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_zkey_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_rel_expiration.sh'.
make[4]: Nothing to be done for 'test_gns_soa_lookup.sh'.
make[4]: Nothing to be done for 'test_gns_revocation.sh'.
make[4]: Nothing to be done for 'test_gns_cname_lookup.sh'.
make[4]: *** No rule to make target 'test_proxy.sh'.
make[4]: Leaving directory '/build/gnunet-0.11.6/src/gns'
make[3]: *** [Makefile:1951: check-am] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/gns'
Making check in nss
make[3]: Entering directory '/build/gnunet-0.11.6/src/gns/nss'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/gns/nss'
make[2]: *** [Makefile:1525: check-recursive] Error 1
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/gns'
Making check in zonemaster
make[2]: Entering directory '/build/gnunet-0.11.6/src/zonemaster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/zonemaster'
Making check in fs
make[2]: Entering directory '/build/gnunet-0.11.6/src/fs'
make test_plugin_block_fs test_fs_directory test_fs_download test_fs_download_cadet test_fs_download_indexed test_fs_download_persistence test_fs_file_information test_fs_getopt test_fs_list_indexed test_fs_namespace test_fs_namespace_list_updateable test_fs_publish test_fs_publish_persistence test_fs_search test_fs_search_with_and test_fs_search_probes test_fs_search_persistence test_fs_start_stop test_fs_test_lib test_fs_unindex test_fs_unindex_persistence test_fs_uri test_gnunet_service_fs_migration test_gnunet_service_fs_p2p test_gnunet_service_fs_p2p_cadet
make[3]: Entering directory '/build/gnunet-0.11.6/src/fs'
CC test_plugin_block_fs.o
CCLD test_plugin_block_fs
CC test_fs_directory.o
CCLD test_fs_directory
CC test_fs_download.o
CCLD test_fs_download
CCLD test_fs_download_cadet
CCLD test_fs_download_indexed
CC test_fs_download_persistence.o
CCLD test_fs_download_persistence
CC test_fs_file_information.o
CCLD test_fs_file_information
CC test_fs_getopt.o
CCLD test_fs_getopt
CC test_fs_list_indexed.o
CCLD test_fs_list_indexed
CC test_fs_namespace.o
CCLD test_fs_namespace
CC test_fs_namespace_list_updateable.o
CCLD test_fs_namespace_list_updateable
CC test_fs_publish.o
CCLD test_fs_publish
CC test_fs_publish_persistence.o
CCLD test_fs_publish_persistence
CC test_fs_search.o
CCLD test_fs_search
CC test_fs_search_with_and.o
CCLD test_fs_search_with_and
CC test_fs_search_probes.o
CCLD test_fs_search_probes
CC test_fs_search_persistence.o
CCLD test_fs_search_persistence
CC test_fs_start_stop.o
CCLD test_fs_start_stop
CC test_fs_test_lib.o
CCLD test_fs_test_lib
CC test_fs_unindex.o
CCLD test_fs_unindex
CC test_fs_unindex_persistence.o
CCLD test_fs_unindex_persistence
CC test_fs_uri.o
CCLD test_fs_uri
CC test_gnunet_service_fs_migration.o
CCLD test_gnunet_service_fs_migration
CC test_gnunet_service_fs_p2p.o
CCLD test_gnunet_service_fs_p2p
CCLD test_gnunet_service_fs_p2p_cadet
make[3]: Leaving directory '/build/gnunet-0.11.6/src/fs'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/fs'
make[4]: Entering directory '/build/gnunet-0.11.6/src/fs'
PASS: test_fs_directory
FAIL: test_fs_download
FAIL: test_fs_download_indexed
FAIL: test_fs_download_persistence
PASS: test_fs_file_information
FAIL: test_fs_list_indexed
FAIL: test_fs_namespace
FAIL: test_fs_namespace_list_updateable
FAIL: test_fs_publish
FAIL: test_fs_publish_persistence
FAIL: test_fs_search
FAIL: test_fs_search_with_and
FAIL: test_fs_search_probes
FAIL: test_fs_search_persistence
FAIL: test_fs_start_stop
FAIL: test_fs_unindex
FAIL: test_fs_unindex_persistence
PASS: test_fs_uri
PASS: test_fs_test_lib
PASS: test_gnunet_service_fs_migration
PASS: test_gnunet_service_fs_p2p
PASS: test_gnunet_service_fs_p2p_cadet
CC perf_gnunet_service_fs_p2p.o
CCLD perf_gnunet_service_fs_p2p
PASS: perf_gnunet_service_fs_p2p
CCLD perf_gnunet_service_fs_p2p_index
PASS: perf_gnunet_service_fs_p2p_index
CC perf_gnunet_service_fs_p2p_respect.o
CCLD perf_gnunet_service_fs_p2p_respect
PASS: perf_gnunet_service_fs_p2p_respect
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 25
# PASS: 10
# SKIP: 0
# XFAIL: 0
# FAIL: 15
# XPASS: 0
# ERROR: 0
============================================================================
See src/fs/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:2139: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/fs'
make[3]: *** [Makefile:2247: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/fs'
make[2]: *** [Makefile:2510: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/fs'
Making check in exit
make[2]: Entering directory '/build/gnunet-0.11.6/src/exit'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/exit'
Making check in pt
make[2]: Entering directory '/build/gnunet-0.11.6/src/pt'
make test_gnunet_vpn-4_to_6 test_gnunet_vpn-6_to_4 test_gnunet_vpn-6_over test_gnunet_vpn-4_over test_gns_vpn
make[3]: Entering directory '/build/gnunet-0.11.6/src/pt'
CC test_gnunet_vpn_4_to_6-test_gnunet_vpn.o
CCLD test_gnunet_vpn-4_to_6
CC test_gnunet_vpn_6_to_4-test_gnunet_vpn.o
CCLD test_gnunet_vpn-6_to_4
CC test_gnunet_vpn_6_over-test_gnunet_vpn.o
CCLD test_gnunet_vpn-6_over
CC test_gnunet_vpn_4_over-test_gnunet_vpn.o
CCLD test_gnunet_vpn-4_over
CC test_gns_vpn-test_gns_vpn.o
CCLD test_gns_vpn
make[3]: Leaving directory '/build/gnunet-0.11.6/src/pt'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/pt'
make[4]: Entering directory '/build/gnunet-0.11.6/src/pt'
SKIP: test_gnunet_vpn-4_to_6
SKIP: test_gnunet_vpn-6_to_4
SKIP: test_gnunet_vpn-6_over
SKIP: test_gnunet_vpn-4_over
SKIP: test_gns_vpn
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 5
# PASS: 0
# SKIP: 5
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/pt'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/pt'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/pt'
Making check in secretsharing
make[2]: Entering directory '/build/gnunet-0.11.6/src/secretsharing'
make test_secretsharing_api
make[3]: Entering directory '/build/gnunet-0.11.6/src/secretsharing'
CC test_secretsharing_api.o
CCLD test_secretsharing_api
make[3]: Leaving directory '/build/gnunet-0.11.6/src/secretsharing'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/secretsharing'
make[4]: Entering directory '/build/gnunet-0.11.6/src/secretsharing'
FAIL: test_secretsharing_api
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See src/secretsharing/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1091: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/secretsharing'
make[3]: *** [Makefile:1199: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/secretsharing'
make[2]: *** [Makefile:1273: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/secretsharing'
Making check in reclaim-attribute
make[2]: Entering directory '/build/gnunet-0.11.6/src/reclaim-attribute'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/reclaim-attribute'
Making check in reclaim
make[2]: Entering directory '/build/gnunet-0.11.6/src/reclaim'
make test_reclaim_attribute.sh test_reclaim_issue.sh test_reclaim_consume.sh
make[3]: Entering directory '/build/gnunet-0.11.6/src/reclaim'
make[3]: Nothing to be done for 'test_reclaim_attribute.sh'.
make[3]: Nothing to be done for 'test_reclaim_issue.sh'.
make[3]: Nothing to be done for 'test_reclaim_consume.sh'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/reclaim'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/reclaim'
make[4]: Entering directory '/build/gnunet-0.11.6/src/reclaim'
FAIL: test_reclaim_attribute.sh
FAIL: test_reclaim_issue.sh
FAIL: test_reclaim_consume.sh
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 3
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See src/reclaim/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1203: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/src/reclaim'
make[3]: *** [Makefile:1311: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/src/reclaim'
make[2]: *** [Makefile:1399: check-am] Error 2
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/build/gnunet-0.11.6/src/reclaim'
Making check in integration-tests
make[2]: Entering directory '/build/gnunet-0.11.6/src/integration-tests'
make
make[3]: Entering directory '/build/gnunet-0.11.6/src/integration-tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/gnunet-0.11.6/src/integration-tests'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/src/integration-tests'
make[4]: Entering directory '/build/gnunet-0.11.6/src/integration-tests'
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/build/gnunet-0.11.6/src/integration-tests'
make[3]: Leaving directory '/build/gnunet-0.11.6/src/integration-tests'
make[2]: Leaving directory '/build/gnunet-0.11.6/src/integration-tests'
make[2]: Entering directory '/build/gnunet-0.11.6/src'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/gnunet-0.11.6/src'
make[1]: *** [Makefile:564: check-recursive] Error 1
make[1]: Target 'check' not remade because of errors.
make[1]: Leaving directory '/build/gnunet-0.11.6/src'
Making check in po
make[1]: Entering directory '/build/gnunet-0.11.6/po'
make[1]: Leaving directory '/build/gnunet-0.11.6/po'
Making check in pkgconfig
make[1]: Entering directory '/build/gnunet-0.11.6/pkgconfig'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/gnunet-0.11.6/pkgconfig'
Making check in doc
make[1]: Entering directory '/build/gnunet-0.11.6/doc'
Making check in doxygen
make[2]: Entering directory '/build/gnunet-0.11.6/doc/doxygen'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/doxygen'
Making check in handbook
make[2]: Entering directory '/build/gnunet-0.11.6/doc/handbook'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/handbook'
Making check in tutorial
make[2]: Entering directory '/build/gnunet-0.11.6/doc/tutorial'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/tutorial'
Making check in man
make[2]: Entering directory '/build/gnunet-0.11.6/doc/man'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/man'
make[2]: Entering directory '/build/gnunet-0.11.6/doc'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc'
make[1]: Leaving directory '/build/gnunet-0.11.6/doc'
Making check in doc
make[1]: Entering directory '/build/gnunet-0.11.6/doc'
Making check in doxygen
make[2]: Entering directory '/build/gnunet-0.11.6/doc/doxygen'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/doxygen'
Making check in handbook
make[2]: Entering directory '/build/gnunet-0.11.6/doc/handbook'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/handbook'
Making check in tutorial
make[2]: Entering directory '/build/gnunet-0.11.6/doc/tutorial'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/tutorial'
Making check in man
make[2]: Entering directory '/build/gnunet-0.11.6/doc/man'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc/man'
make[2]: Entering directory '/build/gnunet-0.11.6/doc'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/gnunet-0.11.6/doc'
make[1]: Leaving directory '/build/gnunet-0.11.6/doc'
Making check in contrib
make[1]: Entering directory '/build/gnunet-0.11.6/contrib'
Making check in scripts
make[2]: Entering directory '/build/gnunet-0.11.6/contrib/scripts'
Making check in gnunet-logread
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/scripts/gnunet-logread'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/scripts/gnunet-logread'
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/scripts'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/scripts'
make[2]: Leaving directory '/build/gnunet-0.11.6/contrib/scripts'
Making check in hellos
make[2]: Entering directory '/build/gnunet-0.11.6/contrib/hellos'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/gnunet-0.11.6/contrib/hellos'
Making check in services
make[2]: Entering directory '/build/gnunet-0.11.6/contrib/services'
Making check in openrc
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/services/openrc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/services/openrc'
Making check in systemd
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/services/systemd'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/services/systemd'
make[3]: Entering directory '/build/gnunet-0.11.6/contrib/services'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib/services'
make[2]: Leaving directory '/build/gnunet-0.11.6/contrib/services'
make[2]: Entering directory '/build/gnunet-0.11.6/contrib'
make test_gnunet_prefix
make[3]: Entering directory '/build/gnunet-0.11.6/contrib'
CC test_gnunet_prefix-test_gnunet_prefix.o
CCLD test_gnunet_prefix
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib'
make check-TESTS
make[3]: Entering directory '/build/gnunet-0.11.6/contrib'
make[4]: Entering directory '/build/gnunet-0.11.6/contrib'
FAIL: test_gnunet_prefix
============================================================================
Testsuite summary for gnunet 0.11.6
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See contrib/test-suite.log
Please report to bug-gnunet@gnu.org
============================================================================
make[4]: *** [Makefile:1012: test-suite.log] Error 1
make[4]: Leaving directory '/build/gnunet-0.11.6/contrib'
make[3]: *** [Makefile:1120: check-TESTS] Error 2
make[3]: Leaving directory '/build/gnunet-0.11.6/contrib'
make[2]: *** [Makefile:1219: check-am] Error 2
make[2]: Leaving directory '/build/gnunet-0.11.6/contrib'
make[1]: *** [Makefile:904: check-recursive] Error 1
make[1]: Target 'check' not remade because of errors.
make[1]: Leaving directory '/build/gnunet-0.11.6/contrib'
make[1]: Entering directory '/build/gnunet-0.11.6'
make[1]: Leaving directory '/build/gnunet-0.11.6'
make: *** [Makefile:629: check-recursive] Error 1
make: Target 'check' not remade because of errors.
Here are the contents of test-suite.log
files:
===========================================
gnunet 0.11.6: contrib/test-suite.log
===========================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_gnunet_prefix
========================
Failed to access `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/../share/gnunet/config.d': No such file or directory
Check that you did run `make install' and that GNUNET_PREFIX='/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6' is the correct prefix.
Testcases will not work!
FAIL test_gnunet_prefix (exit status: 2)
=========================================================
gnunet 0.11.6: src/integration-tests/test-suite.log
=========================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
=================================================
gnunet 0.11.6: src/datastore/test-suite.log
=================================================
# TOTAL: 8
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 5
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_datastore_api_heap
=============================
Failed to load configuration test_datastore_api_data_heap.conf
FAIL test_datastore_api_heap (exit status: 1)
FAIL: test_datastore_api_management_heap
========================================
Failed to load configuration test_datastore_api_data_heap.conf
FAIL test_datastore_api_management_heap (exit status: 1)
FAIL: perf_datastore_api_heap
=============================
Nov 20 12:08:04-729281 testing-api-51117 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL perf_datastore_api_heap (exit status: 1)
FAIL: test_datastore_api_sqlite
===============================
Failed to load configuration test_datastore_api_data_sqlite.conf
FAIL test_datastore_api_sqlite (exit status: 1)
FAIL: test_datastore_api_management_sqlite
==========================================
Failed to load configuration test_datastore_api_data_sqlite.conf
FAIL test_datastore_api_management_sqlite (exit status: 1)
===========================================
gnunet 0.11.6: src/set/test-suite.log
===========================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_set_api
==================
Nov 20 12:10:45-977875 testing-api-15436 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_set_api (exit status: 1)
FAIL: test_set_union_result_symmetric
=====================================
Nov 20 12:10:46-142973 testing-api-15468 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_set_union_result_symmetric (exit status: 1)
FAIL: test_set_intersection_result_full
=======================================
Nov 20 12:10:46-307653 testing-api-15500 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_set_intersection_result_full (exit status: 1)
FAIL: test_set_union_copy
=========================
Nov 20 12:10:46-472751 testing-api-15532 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:10:46-472837 test_set_union_copy-15532 ERROR failed to start testing peer
FAIL test_set_union_copy (exit status: 1)
================================================
gnunet 0.11.6: src/topology/test-suite.log
================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_gnunet_daemon_topology
=================================
Nov 20 12:09:46-275543 util-disk-4147 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:46-275592 test-gnunet-daemon-topology-4147 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/topology/test_gnunet_daemon_topology_data.conf', exit ...
FAIL test_gnunet_daemon_topology (exit status: 1)
================================================
gnunet 0.11.6: src/template/test-suite.log
================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
==========================================
gnunet 0.11.6: src/sq/test-suite.log
==========================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
===========================================
gnunet 0.11.6: src/nse/test-suite.log
===========================================
# TOTAL: 2
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_nse_api
==================
Nov 20 12:09:37-748044 testing-api-2703 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_nse_api (exit status: 1)
============================================
gnunet 0.11.6: src/core/test-suite.log
============================================
# TOTAL: 7
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 7
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_core_api_start_only
==============================
Nov 20 12:09:03-773487 util-disk-62739 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:03-773540 test-core-api-start-only-62739 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/core/test_core_api_data.conf', exit ...
FAIL test_core_api_start_only (exit status: 139)
FAIL: test_core_api
===================
Nov 20 12:09:04-272185 util-disk-62771 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:04-272240 test-core-api-62771 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/core/test_core_api_data.conf', exit ...
FAIL test_core_api (exit status: 139)
FAIL: test_core_api_reliability
===============================
Nov 20 12:09:04-834604 util-disk-62803 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:04-834662 test-core-api-reliability-62803 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/core/test_core_api_data.conf', exit ...
FAIL test_core_api_reliability (exit status: 139)
FAIL: test_core_quota_compliance_symmetric
==========================================
Nov 20 12:09:05-370972 util-disk-62835 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:05-371025 test-core-quota-compliance-62835 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/core/test_core_api_data.conf', exit ...
FAIL test_core_quota_compliance_symmetric (exit status: 139)
FAIL: test_core_quota_compliance_asymmetric_send_limited
========================================================
Nov 20 12:09:05-892799 util-disk-62867 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:05-892848 test-core-quota-compliance-62867 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/core/test_core_api_data.conf', exit ...
FAIL test_core_quota_compliance_asymmetric_send_limited (exit status: 139)
FAIL: test_core_quota_compliance_asymmetric_recv_limited
========================================================
Nov 20 12:09:06-437054 util-disk-62899 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:06-437103 test-core-quota-compliance-62899 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/core/test_core_api_data.conf', exit ...
FAIL test_core_quota_compliance_asymmetric_recv_limited (exit status: 139)
FAIL: test_core_api_send_to_self
================================
Nov 20 12:09:06-963046 testing-api-62931 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_core_api_send_to_self (exit status: 1)
================================================
gnunet 0.11.6: src/hostlist/test-suite.log
================================================
# TOTAL: 3
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_gnunet_daemon_hostlist
=================================
Nov 20 12:09:44-920135 test-gnunet-daemon-hostlist-3891 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/hostlist/test_gnunet_daemon_hostlist_data.conf', exit ...
FAIL test_gnunet_daemon_hostlist (exit status: 1)
FAIL: test_gnunet_daemon_hostlist_reconnect
===========================================
Nov 20 12:09:45-085358 test-gnunet-daemon-hostlist-3923 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/hostlist/test_gnunet_daemon_hostlist_data.conf', exit ...
FAIL test_gnunet_daemon_hostlist_reconnect (exit status: 1)
FAIL: test_gnunet_daemon_hostlist_learning
==========================================
Nov 20 12:09:45-253569 test-gnunet-daemon-hostlist-learning-3955 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/hostlist/learning_data.conf', exit ...
Nov 20 12:09:45-253619 test-gnunet-daemon-hostlist-learning-3955 ERROR Learning peer did not receive advertisement from server
Nov 20 12:09:45-253626 test-gnunet-daemon-hostlist-learning-3955 ERROR Advertised hostlist was not saved in datastore
Nov 20 12:09:45-253632 test-gnunet-daemon-hostlist-learning-3955 ERROR Advertised hostlist could not be downloaded from server
Nov 20 12:09:45-253637 test-gnunet-daemon-hostlist-learning-3955 ERROR Advertised was not sent from server to client
FAIL test_gnunet_daemon_hostlist_learning (exit status: 1)
===============================================
gnunet 0.11.6: src/testbed/test-suite.log
===============================================
# TOTAL: 28
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 28
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_testbed_api
======================
Nov 20 12:09:27-567181 util-disk-554 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:27-567233 test_testbed_api-554 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api (exit status: 1)
FAIL: test_testbed_api_sd
=========================
Nov 20 12:09:27-733981 util-disk-586 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:27-734038 test_testbed_api_sd-586 ERROR Unreadable or malformed configuration, exit ...
FAIL test_testbed_api_sd (exit status: 1)
FAIL: test_testbed_api_operations
=================================
Nov 20 12:09:27-899890 util-disk-618 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:27-899945 test_testbed_api_operations-618 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_operations (exit status: 1)
FAIL: test_testbed_api_hosts
============================
Nov 20 12:09:28-066516 util-disk-650 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:28-066573 test_testbed_api_hosts-650 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_hosts (exit status: 1)
FAIL: test_gnunet_helper_testbed
================================
Nov 20 12:09:28-232350 util-disk-682 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:28-232397 test_gnunet_helper_testbed-682 ERROR Unreadable or malformed configuration, exit ...
FAIL test_gnunet_helper_testbed (exit status: 1)
FAIL: test_testbed_api_2peers_1controller
=========================================
Nov 20 12:09:28-400548 util-disk-714 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:28-400601 test_testbed_api_2peers_1controller-714 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_2peers_1controller (exit status: 1)
FAIL: test_testbed_api_controllerlink
=====================================
Nov 20 12:09:28-568902 util-disk-746 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:28-568958 test_testbed_api_controllerlink-746 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_controllerlink (exit status: 1)
FAIL: test_testbed_api_3peers_3controllers
==========================================
Nov 20 12:09:28-737094 util-disk-778 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:28-737146 test_testbed_api_3peers_3controllers-778 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_3peers_3controllers (exit status: 1)
FAIL: test_testbed_api_testbed_run
==================================
Nov 20 12:09:28-902547 util-disk-810 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:28-902601 test_testbed_api_testbed_run-810 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_testbed_run (exit status: 1)
FAIL: test_testbed_api_test
===========================
Nov 20 12:09:29-069726 util-disk-842 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:29-069779 test_testbed_api_test-842 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_test (exit status: 1)
FAIL: test_testbed_api_test_timeout
===================================
Nov 20 12:09:29-236359 util-disk-874 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:29-236418 test_testbed_api_test-874 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_test_timeout.conf', exit ...
FAIL test_testbed_api_test_timeout (exit status: 1)
FAIL: test_testbed_api_statistics
=================================
Nov 20 12:09:29-403676 util-disk-906 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:29-403732 test_testbed_api_statistics-906 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_statistics.conf', exit ...
FAIL test_testbed_api_statistics (exit status: 1)
FAIL: test_testbed_api_peer_reconfiguration
===========================================
Nov 20 12:09:29-570941 util-disk-938 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:29-570995 test_testbed_api_peer_reconfiguration-938 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_peer_reconfiguration (exit status: 1)
FAIL: test_testbed_api_peers_manage_services
============================================
Nov 20 12:09:29-738391 util-disk-970 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:29-738448 test_testbed_api_peers_manage_services-970 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_peers_manage_services (exit status: 1)
FAIL: test_testbed_api_topology
===============================
Nov 20 12:09:29-906052 util-disk-1002 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:29-906108 test_testbed_api_test-1002 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_topology (exit status: 1)
FAIL: test_testbed_api_topology_clique
======================================
Nov 20 12:09:30-073296 util-disk-1034 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:30-073352 test_testbed_api_test-1034 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api.conf', exit ...
FAIL test_testbed_api_topology_clique (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologyrandom
=================================================
Nov 20 12:09:30-239306 util-disk-1066 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:30-239361 test_testbed_api_testbed_run-1066 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologyrandom.conf', exit ...
FAIL test_testbed_api_testbed_run_topologyrandom (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologyline
===============================================
Nov 20 12:09:30-405223 util-disk-1098 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:30-405278 test_testbed_api_testbed_run-1098 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologyline.conf', exit ...
FAIL test_testbed_api_testbed_run_topologyline (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologystar
===============================================
Nov 20 12:09:30-571852 util-disk-1130 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:30-571908 test_testbed_api_testbed_run-1130 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologystar.conf', exit ...
FAIL test_testbed_api_testbed_run_topologystar (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologyclique
=================================================
Nov 20 12:09:30-737658 util-disk-1162 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:30-737715 test_testbed_api_testbed_run-1162 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologyclique.conf', exit ...
FAIL test_testbed_api_testbed_run_topologyclique (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologyring
===============================================
Nov 20 12:09:30-903140 util-disk-1194 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:30-903197 test_testbed_api_testbed_run-1194 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologyring.conf', exit ...
FAIL test_testbed_api_testbed_run_topologyring (exit status: 1)
FAIL: test_testbed_api_testbed_run_topology2dtorus
==================================================
Nov 20 12:09:31-068773 util-disk-1226 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:31-068827 test_testbed_api_testbed_run-1226 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topology2dtorus.conf', exit ...
FAIL test_testbed_api_testbed_run_topology2dtorus (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologysmallworld
=====================================================
Nov 20 12:09:31-234198 util-disk-1258 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:31-234252 test_testbed_api_testbed_run-1258 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf', exit ...
FAIL test_testbed_api_testbed_run_topologysmallworld (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologysmallworldring
=========================================================
Nov 20 12:09:31-401150 util-disk-1290 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:31-401206 test_testbed_api_testbed_run-1290 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf', exit ...
FAIL test_testbed_api_testbed_run_topologysmallworldring (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologyfromfile
===================================================
Nov 20 12:09:31-566878 util-disk-1322 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:31-566935 test_testbed_api_testbed_run-1322 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf', exit ...
FAIL test_testbed_api_testbed_run_topologyfromfile (exit status: 1)
FAIL: test_testbed_api_testbed_run_topologyscalefree
====================================================
Nov 20 12:09:31-732795 util-disk-1354 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:31-732851 test_testbed_api_testbed_run-1354 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf', exit ...
FAIL test_testbed_api_testbed_run_topologyscalefree (exit status: 1)
FAIL: test_testbed_api_barriers
===============================
Nov 20 12:09:31-898917 util-disk-1386 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:31-898970 test_testbed_api_barriers-1386 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_api_barriers.conf', exit ...
FAIL test_testbed_api_barriers (exit status: 1)
FAIL: test_testbed_underlay
===========================
Nov 20 12:09:32-065282 util-disk-1418 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:32-065332 test_testbed_underlay-1418 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/testbed/test_testbed_underlay.conf', exit ...
FAIL test_testbed_underlay (exit status: 1)
=================================================
gnunet 0.11.6: src/namestore/test-suite.log
=================================================
# TOTAL: 39
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 37
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_namestore_api_store_sqlite
=====================================
Nov 20 12:10:21-011886 testing-api-9679 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_store_sqlite (exit status: 1)
FAIL: test_namestore_api_store_update_sqlite
============================================
Nov 20 12:10:21-183359 testing-api-9711 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_store_update_sqlite (exit status: 1)
FAIL: test_namestore_api_zone_iteration_sqlite
==============================================
Nov 20 12:10:21-352416 testing-api-9743 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_sqlite (exit status: 1)
FAIL: test_namestore_api_remove_sqlite
======================================
Nov 20 12:10:21-520897 testing-api-9775 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_remove_sqlite (exit status: 1)
FAIL: test_namestore_api_lookup_nick_sqlite
===========================================
Nov 20 12:10:21-692356 testing-api-9807 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_nick_sqlite (exit status: 1)
FAIL: test_namestore_api_monitoring_sqlite
==========================================
Nov 20 12:10:21-860773 testing-api-9839 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_monitoring_sqlite (exit status: 1)
FAIL: test_namestore_api_lookup_public_sqlite
=============================================
Nov 20 12:10:22-032198 testing-api-9871 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_public_sqlite (exit status: 1)
FAIL: test_namestore_api_lookup_private_sqlite
==============================================
Nov 20 12:10:22-203774 testing-api-9903 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_private_sqlite (exit status: 1)
FAIL: test_namestore_api_lookup_shadow_sqlite
=============================================
Nov 20 12:10:22-374448 testing-api-9935 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_shadow_sqlite (exit status: 1)
FAIL: test_namestore_api_lookup_shadow_filter_sqlite
====================================================
Nov 20 12:10:22-546395 testing-api-9967 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_shadow_filter_sqlite (exit status: 1)
FAIL: test_namestore_api_remove_not_existing_record_sqlite
==========================================================
Nov 20 12:10:22-714899 testing-api-9999 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_remove_not_existing_record_sqlite (exit status: 1)
FAIL: test_namestore_api_zone_iteration_nick_sqlite
===================================================
Nov 20 12:10:22-884278 testing-api-10031 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_nick_sqlite (exit status: 1)
FAIL: test_namestore_api_zone_iteration_specific_zone_sqlite
============================================================
Nov 20 12:10:23-053070 testing-api-10063 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_specific_zone_sqlite (exit status: 1)
FAIL: test_namestore_api_zone_iteration_stop_sqlite
===================================================
Nov 20 12:10:23-222112 testing-api-10095 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_stop_sqlite (exit status: 1)
FAIL: test_namestore_api_monitoring_existing_sqlite
===================================================
Nov 20 12:10:23-391753 testing-api-10127 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:10:23-391843 test-namestore-api-monitoring-existing-10127 ERROR Assertion failed at test_namestore_api_monitoring_existing.c:396.
FAIL test_namestore_api_monitoring_existing_sqlite (exit status: 1)
FAIL: test_namestore_api_zone_to_name_sqlite
============================================
Nov 20 12:10:23-559169 testing-api-10159 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_to_name_sqlite (exit status: 1)
FAIL: perf_namestore_api_zone_iteration_sqlite
==============================================
Nov 20 12:10:23-729156 testing-api-10191 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL perf_namestore_api_zone_iteration_sqlite (exit status: 1)
FAIL: test_namestore_api_store_flat
===================================
Nov 20 12:10:24-064234 testing-api-10255 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_store_flat (exit status: 1)
FAIL: test_namestore_api_store_update_flat
==========================================
Nov 20 12:10:24-236142 testing-api-10287 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_store_update_flat (exit status: 1)
FAIL: test_namestore_api_remove_flat
====================================
Nov 20 12:10:24-404345 testing-api-10319 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_remove_flat (exit status: 1)
FAIL: test_namestore_api_zone_iteration_flat
============================================
Nov 20 12:10:24-574686 testing-api-10351 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_flat (exit status: 1)
FAIL: test_namestore_api_lookup_nick_flat
=========================================
Nov 20 12:10:24-744845 testing-api-10383 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_nick_flat (exit status: 1)
FAIL: test_namestore_api_monitoring_flat
========================================
Nov 20 12:10:24-913446 testing-api-10415 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_monitoring_flat (exit status: 1)
FAIL: test_namestore_api_lookup_public_flat
===========================================
Nov 20 12:10:25-083566 testing-api-10447 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_public_flat (exit status: 1)
FAIL: test_namestore_api_lookup_private_flat
============================================
Nov 20 12:10:25-253339 testing-api-10479 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_private_flat (exit status: 1)
FAIL: test_namestore_api_lookup_shadow_flat
===========================================
Nov 20 12:10:25-424718 testing-api-10511 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_shadow_flat (exit status: 1)
FAIL: test_namestore_api_lookup_shadow_filter_flat
==================================================
Nov 20 12:10:25-595557 testing-api-10543 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_lookup_shadow_filter_flat (exit status: 1)
FAIL: test_namestore_api_remove_not_existing_record_flat
========================================================
Nov 20 12:10:25-765414 testing-api-10575 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_remove_not_existing_record_flat (exit status: 1)
FAIL: test_namestore_api_zone_iteration_nick_flat
=================================================
Nov 20 12:10:25-934814 testing-api-10607 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_nick_flat (exit status: 1)
FAIL: test_namestore_api_zone_iteration_specific_zone_flat
==========================================================
Nov 20 12:10:26-105063 testing-api-10639 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_specific_zone_flat (exit status: 1)
FAIL: test_namestore_api_zone_iteration_stop_flat
=================================================
Nov 20 12:10:26-273851 testing-api-10671 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_iteration_stop_flat (exit status: 1)
FAIL: test_namestore_api_monitoring_existing_flat
=================================================
Nov 20 12:10:26-442421 testing-api-10703 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:10:26-442510 test-namestore-api-monitoring-existing-10703 ERROR Assertion failed at test_namestore_api_monitoring_existing.c:396.
FAIL test_namestore_api_monitoring_existing_flat (exit status: 1)
FAIL: test_namestore_api_zone_to_name_flat
==========================================
Nov 20 12:10:26-609325 testing-api-10735 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namestore_api_zone_to_name_flat (exit status: 1)
FAIL: perf_namestore_api_zone_iteration_flat
============================================
Nov 20 12:10:26-777581 testing-api-10767 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL perf_namestore_api_zone_iteration_flat (exit status: 1)
FAIL: test_namestore_put.sh
===========================
../../build-aux/test-driver: ./test_namestore_put.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_namestore_put.sh (exit status: 126)
FAIL: test_namestore_lookup.sh
==============================
../../build-aux/test-driver: ./test_namestore_lookup.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_namestore_lookup.sh (exit status: 126)
FAIL: test_namestore_delete.sh
==============================
../../build-aux/test-driver: ./test_namestore_delete.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_namestore_delete.sh (exit status: 126)
=================================================
gnunet 0.11.6: src/namecache/test-suite.log
=================================================
# TOTAL: 2
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_namecache_api_cache_block
====================================
Nov 20 12:09:58-020338 testing-api-5708 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_namecache_api_cache_block (exit status: 1)
==================================================
gnunet 0.11.6: src/revocation/test-suite.log
==================================================
# TOTAL: 2
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_local_revocation.py
==============================
../../build-aux/test-driver: ./test_local_revocation.py: :: bad interpreter: No such file or directory
FAIL test_local_revocation.py (exit status: 126)
FAIL: test_revocation
=====================
Nov 20 12:10:49-977017 util-disk-16141 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:49-977069 test-revocation-16141 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/revocation/test_revocation.conf', exit ...
FAIL test_revocation (exit status: 1)
=================================================
gnunet 0.11.6: src/consensus/test-suite.log
=================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_consensus_api
========================
Nov 20 12:10:47-417754 testing-api-15724 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_consensus_api (exit status: 1)
================================================
gnunet 0.11.6: src/peerinfo/test-suite.log
================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_peerinfo_shipped_hellos
==================================
Nov 20 12:07:54-337015 testing-api-49389 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerinfo_shipped_hellos (exit status: 1)
FAIL: test_peerinfo_api
=======================
Nov 20 12:07:54-505119 testing-api-49421 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerinfo_api (exit status: 1)
FAIL: test_peerinfo_api_friend_only
===================================
Nov 20 12:07:54-673252 testing-api-49453 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerinfo_api_friend_only (exit status: 1)
FAIL: test_peerinfo_api_notify_friend_only
==========================================
Nov 20 12:07:54-841449 testing-api-49485 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerinfo_api_notify_friend_only (exit status: 1)
=====================================================
gnunet 0.11.6: src/secretsharing/test-suite.log
=====================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_secretsharing_api
============================
Nov 20 12:11:28-519009 testing-api-20961 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_secretsharing_api (exit status: 1)
==========================================
gnunet 0.11.6: src/pt/test-suite.log
==========================================
# TOTAL: 5
# PASS: 0
# SKIP: 5
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
SKIP: test_gnunet_vpn-4_to_6
============================
WARNING: System unable to run test, skipping.
SKIP test_gnunet_vpn-4_to_6 (exit status: 77)
SKIP: test_gnunet_vpn-6_to_4
============================
WARNING: System unable to run test, skipping.
SKIP test_gnunet_vpn-6_to_4 (exit status: 77)
SKIP: test_gnunet_vpn-6_over
============================
WARNING: System unable to run test, skipping.
SKIP test_gnunet_vpn-6_over (exit status: 77)
SKIP: test_gnunet_vpn-4_over
============================
WARNING: System unable to run test, skipping.
SKIP test_gnunet_vpn-4_over (exit status: 77)
SKIP: test_gns_vpn
==================
Nov 20 12:11:27-606879 test-gns-vpn-20769 ERROR `access' failed on file `/dev/net/tun' at test_gns_vpn.c:805 with error: No such file or directory
WARNING: System unable to run test, skipping.
SKIP test_gns_vpn (exit status: 77)
=================================================
gnunet 0.11.6: src/transport/test-suite.log
=================================================
# TOTAL: 55
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 53
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_transport_address_switch_tcp
=======================================
Nov 20 12:08:49-127983 testing-api-60085 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:49-128070 test_transport_address_switch_tcp-60085 ERROR Failed to initialize testing library!
FAIL test_transport_address_switch_tcp (exit status: 1)
FAIL: test_transport_address_switch_udp
=======================================
Nov 20 12:08:49-298526 testing-api-60117 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:49-298607 test_transport_address_switch_udp-60117 ERROR Failed to initialize testing library!
FAIL test_transport_address_switch_udp (exit status: 1)
FAIL: test_transport_address_switch_http
========================================
Nov 20 12:08:49-469742 testing-api-60149 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:49-469826 test_transport_address_switch_http-60149 ERROR Failed to initialize testing library!
FAIL test_transport_address_switch_http (exit status: 1)
FAIL: test_transport_address_switch_https
=========================================
Nov 20 12:08:49-641996 testing-api-60181 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:49-642078 test_transport_address_switch_https-60181 ERROR Failed to initialize testing library!
FAIL test_transport_address_switch_https (exit status: 1)
FAIL: test_plugin_tcp
=====================
Nov 20 12:08:50-148956 util-disk-60277 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-149004 test-plugin-transport-60277 ERROR Assertion failed at configuration.c:166.
Nov 20 12:08:50-149011 test-plugin-transport-60277 ERROR Assertion failed at disk.c:2737.
Nov 20 12:08:50-149058 util-disk-60277 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-149067 test-plugin-transport-60277 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_plugin_transport_data.conf', exit ...
Nov 20 12:08:50-149083 util-disk-60277 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-149090 test-plugin-transport-60277 ERROR Assertion failed at configuration.c:166.
Nov 20 12:08:50-149096 test-plugin-transport-60277 ERROR Assertion failed at disk.c:2737.
FAIL test_plugin_tcp (exit status: 1)
FAIL: test_plugin_udp
=====================
Nov 20 12:08:50-320770 util-disk-60309 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-320818 test-plugin-transport-60309 ERROR Assertion failed at configuration.c:166.
Nov 20 12:08:50-320825 test-plugin-transport-60309 ERROR Assertion failed at disk.c:2737.
Nov 20 12:08:50-320872 util-disk-60309 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-320881 test-plugin-transport-60309 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_plugin_transport_data.conf', exit ...
Nov 20 12:08:50-320896 util-disk-60309 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-320903 test-plugin-transport-60309 ERROR Assertion failed at configuration.c:166.
Nov 20 12:08:50-320909 test-plugin-transport-60309 ERROR Assertion failed at disk.c:2737.
FAIL test_plugin_udp (exit status: 1)
FAIL: test_plugin_unix
======================
Nov 20 12:08:50-492664 util-disk-60341 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-492713 test-plugin-transport-60341 ERROR Assertion failed at configuration.c:166.
Nov 20 12:08:50-492721 test-plugin-transport-60341 ERROR Assertion failed at disk.c:2737.
Nov 20 12:08:50-492767 util-disk-60341 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-492776 test-plugin-transport-60341 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_plugin_transport_data.conf', exit ...
Nov 20 12:08:50-492792 util-disk-60341 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:50-492799 test-plugin-transport-60341 ERROR Assertion failed at configuration.c:166.
Nov 20 12:08:50-492805 test-plugin-transport-60341 ERROR Assertion failed at disk.c:2737.
FAIL test_plugin_unix (exit status: 1)
FAIL: test_transport_api_blacklisting_tcp
=========================================
Nov 20 12:08:50-663223 testing-api-60373 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:50-663306 test_transport_api_blacklisting_tcp-60373 ERROR Failed to initialize testing library!
FAIL test_transport_api_blacklisting_tcp (exit status: 1)
FAIL: test_transport_api_disconnect_tcp
=======================================
Nov 20 12:08:50-833317 testing-api-60405 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:50-833402 test_transport_api_disconnect_tcp-60405 ERROR Failed to initialize testing library!
FAIL test_transport_api_disconnect_tcp (exit status: 1)
FAIL: test_transport_api_tcp
============================
Nov 20 12:08:51-000954 testing-api-60437 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:51-001035 test_transport_api_tcp-60437 ERROR Failed to initialize testing library!
FAIL test_transport_api_tcp (exit status: 1)
FAIL: test_transport_api_restart_1peer
======================================
Nov 20 12:08:51-172916 testing-api-60469 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:51-173002 test_transport_api_restart_1peer-60469 ERROR Failed to initialize testing library!
FAIL test_transport_api_restart_1peer (exit status: 1)
FAIL: test_transport_api_restart_2peers
=======================================
Nov 20 12:08:51-344809 testing-api-60501 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:51-344894 test_transport_api_restart_2peers-60501 ERROR Failed to initialize testing library!
FAIL test_transport_api_restart_2peers (exit status: 1)
FAIL: test_transport_api_limited_sockets_tcp
============================================
Nov 20 12:08:51-512498 testing-api-60533 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:51-512584 test_transport_api_limited_sockets_tcp-60533 ERROR Failed to initialize testing library!
FAIL test_transport_api_limited_sockets_tcp (exit status: 1)
FAIL: test_transport_api_tcp_nat
================================
Nov 20 12:08:51-681434 testing-api-60565 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:51-681518 test_transport_api_tcp_nat-60565 ERROR Failed to initialize testing library!
FAIL test_transport_api_tcp_nat (exit status: 1)
FAIL: test_transport_api_udp
============================
Nov 20 12:08:51-849101 testing-api-60597 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:51-849187 test_transport_api_udp-60597 ERROR Failed to initialize testing library!
FAIL test_transport_api_udp (exit status: 1)
FAIL: test_transport_api_unix
=============================
Nov 20 12:08:52-016542 testing-api-60629 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:52-016629 test_transport_api_unix-60629 ERROR Failed to initialize testing library!
FAIL test_transport_api_unix (exit status: 1)
FAIL: test_transport_api_unix_abstract
======================================
Nov 20 12:08:52-183963 testing-api-60661 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:52-184048 test_transport_api_unix_abstract-60661 ERROR Failed to initialize testing library!
FAIL test_transport_api_unix_abstract (exit status: 1)
FAIL: test_transport_api_udp_nat
================================
Nov 20 12:08:52-352502 testing-api-60693 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:52-352589 test_transport_api_udp_nat-60693 ERROR Failed to initialize testing library!
FAIL test_transport_api_udp_nat (exit status: 1)
FAIL: test_transport_api_http
=============================
Nov 20 12:08:52-520214 testing-api-60725 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:52-520297 test_transport_api_http-60725 ERROR Failed to initialize testing library!
FAIL test_transport_api_http (exit status: 1)
FAIL: test_transport_api_https
==============================
Nov 20 12:08:52-687280 testing-api-60757 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:52-687363 test_transport_api_https-60757 ERROR Failed to initialize testing library!
FAIL test_transport_api_https (exit status: 1)
FAIL: test_transport_api_multi
==============================
Nov 20 12:08:52-855609 testing-api-60789 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:52-855693 test_transport_api_multi-60789 ERROR Failed to initialize testing library!
FAIL test_transport_api_multi (exit status: 1)
FAIL: test_transport_api_monitor_peers
======================================
Nov 20 12:08:53-024147 testing-api-60821 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:53-024230 test_transport_api_monitor_peers-60821 ERROR Failed to initialize testing library!
FAIL test_transport_api_monitor_peers (exit status: 1)
FAIL: test_transport_blacklisting_no_bl
=======================================
Nov 20 12:08:53-193882 testing-api-60853 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:53-193962 test-transport-api-blacklisting-60853 ERROR Failed to initialize testing library!
Nov 20 12:08:53-194018 util-disk-60853 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:53-194028 test-transport-api-blacklisting-60853 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_transport_api_data.conf', exit ...
FAIL test_transport_blacklisting_no_bl (exit status: 1)
FAIL: test_transport_blacklisting_outbound_bl_full
==================================================
Nov 20 12:08:53-364232 testing-api-60885 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:53-364325 test-transport-api-blacklisting-60885 ERROR Failed to initialize testing library!
Nov 20 12:08:53-364380 util-disk-60885 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:53-364389 test-transport-api-blacklisting-60885 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_transport_api_data.conf', exit ...
FAIL test_transport_blacklisting_outbound_bl_full (exit status: 1)
FAIL: test_transport_blacklisting_outbound_bl_plugin
====================================================
Nov 20 12:08:53-535668 testing-api-60917 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:53-535748 test-transport-api-blacklisting-60917 ERROR Failed to initialize testing library!
Nov 20 12:08:53-535802 util-disk-60917 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:53-535811 test-transport-api-blacklisting-60917 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_transport_api_data.conf', exit ...
FAIL test_transport_blacklisting_outbound_bl_plugin (exit status: 1)
FAIL: test_transport_blacklisting_inbound_bl_plugin
===================================================
Nov 20 12:08:53-706032 testing-api-60949 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:53-706114 test-transport-api-blacklisting-60949 ERROR Failed to initialize testing library!
Nov 20 12:08:53-706169 util-disk-60949 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:53-706178 test-transport-api-blacklisting-60949 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_transport_api_data.conf', exit ...
FAIL test_transport_blacklisting_inbound_bl_plugin (exit status: 1)
FAIL: test_transport_blacklisting_inbound_bl_full
=================================================
Nov 20 12:08:53-877226 testing-api-60981 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:53-877310 test-transport-api-blacklisting-60981 ERROR Failed to initialize testing library!
Nov 20 12:08:53-877366 util-disk-60981 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:53-877375 test-transport-api-blacklisting-60981 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_transport_api_data.conf', exit ...
FAIL test_transport_blacklisting_inbound_bl_full (exit status: 1)
FAIL: test_transport_blacklisting_multiple_plugins
==================================================
Nov 20 12:08:54-049517 testing-api-61013 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:54-049605 test-transport-api-blacklisting-61013 ERROR Failed to initialize testing library!
Nov 20 12:08:54-049660 util-disk-61013 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:54-049669 test-transport-api-blacklisting-61013 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/transport/test_transport_api_data.conf', exit ...
FAIL test_transport_blacklisting_multiple_plugins (exit status: 1)
FAIL: test_transport_api_manipulation_send_tcp
==============================================
Nov 20 12:08:54-218250 testing-api-61045 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:54-218336 test_transport_api_manipulation_send_tcp-61045 ERROR Failed to initialize testing library!
FAIL test_transport_api_manipulation_send_tcp (exit status: 1)
FAIL: test_transport_api_manipulation_recv_tcp
==============================================
Nov 20 12:08:54-387012 testing-api-61077 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:54-387095 test_transport_api_manipulation_recv_tcp-61077 ERROR Failed to initialize testing library!
FAIL test_transport_api_manipulation_recv_tcp (exit status: 1)
FAIL: test_transport_api_manipulation_cfg
=========================================
Nov 20 12:08:54-555344 testing-api-61109 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:54-555426 test_transport_api_manipulation_cfg-61109 ERROR Failed to initialize testing library!
FAIL test_transport_api_manipulation_cfg (exit status: 1)
FAIL: test_transport_api_reliability_tcp
========================================
Nov 20 12:08:54-723853 testing-api-61141 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:54-723936 test_transport_api_reliability_tcp-61141 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_tcp (exit status: 1)
FAIL: test_transport_api_reliability_tcp_nat
============================================
Nov 20 12:08:54-892042 testing-api-61173 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:54-892125 test_transport_api_reliability_tcp_nat-61173 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_tcp_nat (exit status: 1)
FAIL: test_transport_api_reliability_udp
========================================
Nov 20 12:08:55-060038 testing-api-61205 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:55-060121 test_transport_api_reliability_udp-61205 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_udp (exit status: 1)
FAIL: test_transport_api_reliability_unix
=========================================
Nov 20 12:08:55-228142 testing-api-61237 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:55-228224 test_transport_api_reliability_unix-61237 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_unix (exit status: 1)
FAIL: test_transport_api_reliability_http
=========================================
Nov 20 12:08:55-396270 testing-api-61269 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:55-396364 test_transport_api_reliability_http-61269 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_http (exit status: 1)
FAIL: test_transport_api_reliability_http_xhr
=============================================
Nov 20 12:08:55-564267 testing-api-61301 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:55-564362 test_transport_api_reliability_http_xhr-61301 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_http_xhr (exit status: 1)
FAIL: test_transport_api_reliability_https
==========================================
Nov 20 12:08:55-732707 testing-api-61333 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:55-732788 test_transport_api_reliability_https-61333 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_https (exit status: 1)
FAIL: test_transport_api_reliability_https_xhr
==============================================
Nov 20 12:08:55-901207 testing-api-61365 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:55-901293 test_transport_api_reliability_https_xhr-61365 ERROR Failed to initialize testing library!
FAIL test_transport_api_reliability_https_xhr (exit status: 1)
FAIL: test_quota_compliance_tcp
===============================
Nov 20 12:08:56-072671 testing-api-61397 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:56-072761 test_quota_compliance_tcp-61397 ERROR Failed to initialize testing library!
Nov 20 12:08:56-072770 test_quota_compliance_tcp-61397 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_tcp (exit status: 1)
FAIL: test_quota_compliance_tcp_asymmetric
==========================================
Nov 20 12:08:56-244057 testing-api-61429 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:56-244144 test_quota_compliance_tcp_asymmetric-61429 ERROR Failed to initialize testing library!
Nov 20 12:08:56-244153 test_quota_compliance_tcp_asymmetric-61429 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_tcp_asymmetric (exit status: 1)
FAIL: test_quota_compliance_udp
===============================
Nov 20 12:08:56-415128 testing-api-61461 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:56-415215 test_quota_compliance_udp-61461 ERROR Failed to initialize testing library!
Nov 20 12:08:56-415224 test_quota_compliance_udp-61461 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_udp (exit status: 1)
FAIL: test_quota_compliance_unix
================================
Nov 20 12:08:56-587290 testing-api-61493 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:56-587377 test_quota_compliance_unix-61493 ERROR Failed to initialize testing library!
Nov 20 12:08:56-587387 test_quota_compliance_unix-61493 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_unix (exit status: 1)
FAIL: test_quota_compliance_unix_asymmetric
===========================================
Nov 20 12:08:56-758431 testing-api-61525 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:56-758521 test_quota_compliance_unix_asymmetric-61525 ERROR Failed to initialize testing library!
Nov 20 12:08:56-758530 test_quota_compliance_unix_asymmetric-61525 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_unix_asymmetric (exit status: 1)
FAIL: test_quota_compliance_http
================================
Nov 20 12:08:56-930497 testing-api-61557 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:56-930586 test_quota_compliance_http-61557 ERROR Failed to initialize testing library!
Nov 20 12:08:56-930595 test_quota_compliance_http-61557 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_http (exit status: 1)
FAIL: test_quota_compliance_http_asymmetric
===========================================
Nov 20 12:08:57-101728 testing-api-61589 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:57-101818 test_quota_compliance_http_asymmetric-61589 ERROR Failed to initialize testing library!
Nov 20 12:08:57-101828 test_quota_compliance_http_asymmetric-61589 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_http_asymmetric (exit status: 1)
FAIL: test_quota_compliance_https
=================================
Nov 20 12:08:57-273962 testing-api-61621 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:57-274052 test_quota_compliance_https-61621 ERROR Failed to initialize testing library!
Nov 20 12:08:57-274062 test_quota_compliance_https-61621 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_https (exit status: 1)
FAIL: test_quota_compliance_https_asymmetric
============================================
Nov 20 12:08:57-445386 testing-api-61653 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:57-445473 test_quota_compliance_https_asymmetric-61653 ERROR Failed to initialize testing library!
Nov 20 12:08:57-445482 test_quota_compliance_https_asymmetric-61653 ERROR Assertion failed at test_quota_compliance.c:305.
FAIL test_quota_compliance_https_asymmetric (exit status: 1)
FAIL: test_transport_api_timeout_tcp
====================================
Nov 20 12:08:57-613622 testing-api-61685 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:57-613705 test_transport_api_timeout_tcp-61685 ERROR Failed to initialize testing library!
FAIL test_transport_api_timeout_tcp (exit status: 1)
FAIL: test_transport_api_timeout_udp
====================================
Nov 20 12:08:57-781340 testing-api-61717 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:57-781426 test_transport_api_timeout_udp-61717 ERROR Failed to initialize testing library!
FAIL test_transport_api_timeout_udp (exit status: 1)
FAIL: test_transport_api_timeout_unix
=====================================
Nov 20 12:08:57-949383 testing-api-61749 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:57-949466 test_transport_api_timeout_unix-61749 ERROR Failed to initialize testing library!
FAIL test_transport_api_timeout_unix (exit status: 1)
FAIL: test_transport_api_timeout_http
=====================================
Nov 20 12:08:58-117105 testing-api-61781 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:58-117189 test_transport_api_timeout_http-61781 ERROR Failed to initialize testing library!
FAIL test_transport_api_timeout_http (exit status: 1)
FAIL: test_transport_api_timeout_https
======================================
Nov 20 12:08:58-284881 testing-api-61813 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:58-284965 test_transport_api_timeout_https-61813 ERROR Failed to initialize testing library!
FAIL test_transport_api_timeout_https (exit status: 1)
================================================
gnunet 0.11.6: src/identity/test-suite.log
================================================
# TOTAL: 2
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_identity
===================
Nov 20 12:09:55-959201 testing-api-5353 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_identity (exit status: 1)
FAIL: test_identity_defaults
============================
Nov 20 12:09:56-125193 testing-api-5385 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_identity_defaults (exit status: 1)
===============================================
gnunet 0.11.6: src/testing/test-suite.log
===============================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_testing_portreservation
==================================
Nov 20 12:07:47-967725 util-disk-48417 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:47-967775 test_testing_new_portreservation-48417 ERROR Unreadable or malformed configuration, exit ...
FAIL test_testing_portreservation (exit status: 1)
FAIL: test_testing_peerstartup
==============================
Nov 20 12:07:48-131046 util-disk-48449 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:48-131095 test_testing_peerstartup-48449 ERROR Unreadable or malformed configuration, exit ...
FAIL test_testing_peerstartup (exit status: 1)
FAIL: test_testing_peerstartup2
===============================
Nov 20 12:07:48-293896 util-disk-48481 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:48-293946 test_testing_new_peerstartup-48481 ERROR Unreadable or malformed configuration, exit ...
FAIL test_testing_peerstartup2 (exit status: 1)
FAIL: test_testing_servicestartup
=================================
Nov 20 12:07:48-458345 testing-api-48513 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:07:48-458429 test-testing-servicestartup-48513 ERROR Assertion failed at test_testing_servicestartup.c:69. Aborting.
FAIL test_testing_servicestartup (exit status: 134)
===========================================
gnunet 0.11.6: src/dns/test-suite.log
===========================================
# TOTAL: 1
# PASS: 0
# SKIP: 1
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
SKIP: test_gnunet_dns.sh
========================
This test only works if run as root. Skipping.
SKIP test_gnunet_dns.sh (exit status: 77)
==================================================
gnunet 0.11.6: src/statistics/test-suite.log
==================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_statistics_api
=========================
Nov 20 12:07:38-810328 util-os-installation-47367 WARNING `access' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/gnunet/libexec/gnunet-service-statistics' at os_installation.c:938 with error: No such file or directory
Nov 20 12:07:38-810383 test_statistics_api-47367 ERROR Assertion failed at test_statistics_api.c:207. Aborting.
FAIL test_statistics_api (exit status: 134)
FAIL: test_statistics_api_loop
==============================
FAIL test_statistics_api_loop (exit status: 134)
FAIL: test_statistics_api_watch
===============================
FAIL test_statistics_api_watch (exit status: 134)
FAIL: test_statistics_api_watch_zero_value
==========================================
FAIL test_statistics_api_watch_zero_value (exit status: 134)
===========================================
gnunet 0.11.6: src/ats/test-suite.log
===========================================
# TOTAL: 3
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_ats_api_proportional
===============================
Nov 20 12:08:14-758408 testing-api-52727 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_ats_api_proportional (exit status: 1)
FAIL: test_ats_reservation_api_proportional
===========================================
Nov 20 12:08:14-927674 testing-api-52759 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_ats_reservation_api_proportional (exit status: 1)
FAIL: test_ats2_lib
===================
Nov 20 12:08:15-095758 testing-api-52791 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:08:15-095848 test-ats2-lib-52791 ERROR Running the testing peer failed.
FAIL test_ats2_lib (exit status: 1)
=============================================
gnunet 0.11.6: src/hello/test-suite.log
=============================================
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
===========================================
gnunet 0.11.6: src/nat/test-suite.log
===========================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
=================================================
gnunet 0.11.6: src/ats-tests/test-suite.log
=================================================
# TOTAL: 6
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
=================================================
gnunet 0.11.6: src/peerstore/test-suite.log
=================================================
# TOTAL: 6
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 5
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_peerstore_api_store
==============================
Nov 20 12:08:10-854481 testing-api-52123 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerstore_api_store (exit status: 1)
FAIL: test_peerstore_api_iterate
================================
Nov 20 12:08:11-020498 testing-api-52155 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerstore_api_iterate (exit status: 1)
FAIL: test_peerstore_api_watch
==============================
Nov 20 12:08:11-185501 testing-api-52187 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerstore_api_watch (exit status: 1)
FAIL: test_peerstore_api_sync
=============================
Nov 20 12:08:11-351911 testing-api-52219 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_peerstore_api_sync (exit status: 1)
FAIL: perf_peerstore_store
==========================
Nov 20 12:08:11-517918 testing-api-52251 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL perf_peerstore_store (exit status: 1)
=====================================================
gnunet 0.11.6: src/fragmentation/test-suite.log
=====================================================
# TOTAL: 2
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_fragmentation
========================
Nov 20 12:08:16-817245 util-disk-53120 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:16-817301 test-fragmentation-53120 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/fragmentation/test_fragmentation_data.conf', exit ...
Had 0 good fragments, 0 duplicate fragments, 0 acks and 0 simulated drops of acks
FAIL test_fragmentation (exit status: 1)
FAIL: test_fragmentation_parallel
=================================
Nov 20 12:08:16-981712 util-disk-53152 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:08:16-981765 test-fragmentation-53152 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/fragmentation/test_fragmentation_data.conf', exit ...
Had 0 good fragments, 0 duplicate fragments, 0 acks and 0 simulated drops of acks
FAIL test_fragmentation_parallel (exit status: 1)
=============================================
gnunet 0.11.6: src/cadet/test-suite.log
=============================================
# TOTAL: 20
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 20
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_cadet_local_mq
=========================
Nov 20 12:10:39-049660 testing-api-14371 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_cadet_local_mq (exit status: 2)
FAIL: test_cadet_2_forward
==========================
Nov 20 12:10:39-247565 util-disk-14403 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:39-247623 test_cadet_small-14403 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:39-247632 test_cadet_small-14403 ERROR FAILED! (0/4)
FAIL test_cadet_2_forward (exit status: 1)
FAIL: test_cadet_2_forward
==========================
Nov 20 12:10:39-247565 util-disk-14403 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:39-247623 test_cadet_small-14403 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:39-247632 test_cadet_small-14403 ERROR FAILED! (0/4)
FAIL test_cadet_2_forward (exit status: 1)
FAIL: test_cadet_2_signal
=========================
Nov 20 12:10:39-445568 util-disk-14435 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:39-445626 test_cadet_small-14435 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:39-445635 test_cadet_small-14435 ERROR FAILED! (0/4)
FAIL test_cadet_2_signal (exit status: 1)
FAIL: test_cadet_2_keepalive
============================
Nov 20 12:10:39-643307 util-disk-14467 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:39-643365 test_cadet_small-14467 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:39-643373 test_cadet_small-14467 ERROR FAILED! (0/1)
FAIL test_cadet_2_keepalive (exit status: 1)
FAIL: test_cadet_2_speed
========================
Nov 20 12:10:39-841150 util-disk-14499 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:39-841208 test_cadet_small-14499 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:39-841216 test_cadet_small-14499 ERROR FAILED! (0/504)
FAIL test_cadet_2_speed (exit status: 1)
FAIL: test_cadet_2_speed_ack
============================
Nov 20 12:10:40-038435 util-disk-14531 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:40-038490 test_cadet_small-14531 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:40-038499 test_cadet_small-14531 ERROR FAILED! (0/1002)
FAIL test_cadet_2_speed_ack (exit status: 1)
FAIL: test_cadet_2_speed_backwards
==================================
Nov 20 12:10:40-236530 util-disk-14563 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:40-236589 test_cadet_small-14563 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:40-236597 test_cadet_small-14563 ERROR FAILED! (0/504)
FAIL test_cadet_2_speed_backwards (exit status: 1)
FAIL: test_cadet_2_speed_reliable
=================================
Nov 20 12:10:40-434528 util-disk-14595 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:40-434584 test_cadet_small-14595 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet_drop.conf', exit ...
Nov 20 12:10:40-434593 test_cadet_small-14595 ERROR FAILED! (0/504)
FAIL test_cadet_2_speed_reliable (exit status: 1)
FAIL: test_cadet_2_speed_reliable_backwards
===========================================
Nov 20 12:10:40-632831 util-disk-14627 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:40-632892 test_cadet_small-14627 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet_drop.conf', exit ...
Nov 20 12:10:40-632901 test_cadet_small-14627 ERROR FAILED! (0/504)
FAIL test_cadet_2_speed_reliable_backwards (exit status: 1)
FAIL: test_cadet_2_reopen
=========================
Nov 20 12:10:40-830460 util-disk-14659 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:40-830518 test_cadet_small-14659 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:40-830526 test_cadet_small-14659 ERROR FAILED! (0/6)
FAIL test_cadet_2_reopen (exit status: 1)
FAIL: test_cadet_5_forward
==========================
Nov 20 12:10:41-028171 util-disk-14691 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:41-028229 test_cadet_small-14691 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:41-028238 test_cadet_small-14691 ERROR FAILED! (0/4)
FAIL test_cadet_5_forward (exit status: 1)
FAIL: test_cadet_5_signal
=========================
Nov 20 12:10:41-225241 util-disk-14723 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:41-225298 test_cadet_small-14723 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:41-225307 test_cadet_small-14723 ERROR FAILED! (0/4)
FAIL test_cadet_5_signal (exit status: 1)
FAIL: test_cadet_5_keepalive
============================
Nov 20 12:10:41-422347 util-disk-14755 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:41-422405 test_cadet_small-14755 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:41-422413 test_cadet_small-14755 ERROR FAILED! (0/1)
FAIL test_cadet_5_keepalive (exit status: 1)
FAIL: test_cadet_5_speed
========================
Nov 20 12:10:41-620161 util-disk-14787 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:41-620215 test_cadet_small-14787 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:41-620224 test_cadet_small-14787 ERROR FAILED! (0/504)
FAIL test_cadet_5_speed (exit status: 1)
FAIL: test_cadet_5_speed_ack
============================
Nov 20 12:10:41-817676 util-disk-14819 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:41-817732 test_cadet_small-14819 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:41-817740 test_cadet_small-14819 ERROR FAILED! (0/1002)
FAIL test_cadet_5_speed_ack (exit status: 1)
FAIL: test_cadet_5_speed_reliable
=================================
Nov 20 12:10:42-014331 util-disk-14851 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:42-014390 test_cadet_small-14851 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet_drop.conf', exit ...
Nov 20 12:10:42-014399 test_cadet_small-14851 ERROR FAILED! (0/504)
FAIL test_cadet_5_speed_reliable (exit status: 1)
FAIL: test_cadet_5_speed_reliable_backwards
===========================================
Nov 20 12:10:42-211065 util-disk-14883 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:42-211123 test_cadet_small-14883 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet_drop.conf', exit ...
Nov 20 12:10:42-211132 test_cadet_small-14883 ERROR FAILED! (0/504)
FAIL test_cadet_5_speed_reliable_backwards (exit status: 1)
FAIL: test_cadet_5_speed_backwards
==================================
Nov 20 12:10:42-408893 util-disk-14915 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:42-408951 test_cadet_small-14915 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:42-408959 test_cadet_small-14915 ERROR FAILED! (0/504)
FAIL test_cadet_5_speed_backwards (exit status: 1)
FAIL: test_cadet_5_reopen
=========================
Nov 20 12:10:42-605470 util-disk-14947 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:10:42-605531 test_cadet_small-14947 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/cadet/test_cadet.conf', exit ...
Nov 20 12:10:42-605539 test_cadet_small-14947 ERROR FAILED! (0/6)
FAIL test_cadet_5_reopen (exit status: 1)
======================================================
gnunet 0.11.6: src/testbed-logger/test-suite.log
======================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_testbed_logger_api
=============================
Nov 20 12:09:07-976199 test-testbed-logger-api-63123 ERROR Assertion failed at test_testbed_logger_api.c:262.
Nov 20 12:09:07-976295 testing-api-63123 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
Nov 20 12:09:07-976355 test-testbed-logger-63123 ERROR Assertion failed at test_testbed_logger_api.c:269.
FAIL test_testbed_logger_api (exit status: 1)
===============================================
gnunet 0.11.6: src/reclaim/test-suite.log
===============================================
# TOTAL: 3
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_reclaim_attribute.sh
===============================
../../build-aux/test-driver: ./test_reclaim_attribute.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_reclaim_attribute.sh (exit status: 126)
FAIL: test_reclaim_issue.sh
===========================
../../build-aux/test-driver: ./test_reclaim_issue.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_reclaim_issue.sh (exit status: 126)
FAIL: test_reclaim_consume.sh
=============================
../../build-aux/test-driver: ./test_reclaim_consume.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_reclaim_consume.sh (exit status: 126)
=================================================
gnunet 0.11.6: src/datacache/test-suite.log
=================================================
# TOTAL: 4
# PASS: 4
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
==========================================
gnunet 0.11.6: src/fs/test-suite.log
==========================================
# TOTAL: 25
# PASS: 10
# SKIP: 0
# XFAIL: 0
# FAIL: 15
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_fs_download
======================
Nov 20 12:11:11-411570 testing-api-18788 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_download (exit status: 1)
FAIL: test_fs_download_indexed
==============================
Nov 20 12:11:11-581393 testing-api-18820 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_download_indexed (exit status: 1)
FAIL: test_fs_download_persistence
==================================
Nov 20 12:11:11-751074 testing-api-18852 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_download_persistence (exit status: 1)
FAIL: test_fs_list_indexed
==========================
Nov 20 12:11:12-087606 testing-api-18916 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_list_indexed (exit status: 1)
FAIL: test_fs_namespace
=======================
Nov 20 12:11:12-257901 testing-api-18948 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_namespace (exit status: 1)
FAIL: test_fs_namespace_list_updateable
=======================================
Nov 20 12:11:12-427916 testing-api-18980 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_namespace_list_updateable (exit status: 1)
FAIL: test_fs_publish
=====================
Nov 20 12:11:12-597410 testing-api-19012 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_publish (exit status: 1)
FAIL: test_fs_publish_persistence
=================================
Nov 20 12:11:12-767395 testing-api-19044 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_publish_persistence (exit status: 1)
FAIL: test_fs_search
====================
Nov 20 12:11:12-936782 testing-api-19076 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_search (exit status: 1)
FAIL: test_fs_search_with_and
=============================
Nov 20 12:11:13-105436 testing-api-19108 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_search_with_and (exit status: 1)
FAIL: test_fs_search_probes
===========================
Nov 20 12:11:13-275512 testing-api-19140 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_search_probes (exit status: 1)
FAIL: test_fs_search_persistence
================================
Nov 20 12:11:13-444237 testing-api-19172 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_search_persistence (exit status: 1)
FAIL: test_fs_start_stop
========================
Nov 20 12:11:13-613544 testing-api-19204 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_start_stop (exit status: 1)
FAIL: test_fs_unindex
=====================
Nov 20 12:11:13-782855 testing-api-19236 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_unindex (exit status: 1)
FAIL: test_fs_unindex_persistence
=================================
Nov 20 12:11:13-951524 testing-api-19268 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_fs_unindex_persistence (exit status: 1)
=====================================================
gnunet 0.11.6: src/peerinfo-tool/test-suite.log
=====================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
=====================================================
gnunet 0.11.6: src/scalarproduct/test-suite.log
=====================================================
# TOTAL: 4
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_scalarproduct.sh
===========================
../../build-aux/test-driver: ./test_scalarproduct.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_scalarproduct.sh (exit status: 126)
FAIL: test_scalarproduct_negative.sh
====================================
../../build-aux/test-driver: ./test_scalarproduct_negative.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_scalarproduct_negative.sh (exit status: 126)
FAIL: test_scalarproduct_negativezero.sh
========================================
../../build-aux/test-driver: ./test_scalarproduct_negativezero.sh: /bin/bash: bad interpreter: No such file or directory
FAIL test_scalarproduct_negativezero.sh (exit status: 126)
=================================================
gnunet 0.11.6: src/gnsrecord/test-suite.log
=================================================
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_gnsrecord_crypto
===========================
Nov 20 12:07:32-949124 util-disk-46523 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:32-949175 test-gnsrecord-crypto-46523 ERROR Unreadable or malformed configuration, exit ...
FAIL test_gnsrecord_crypto (exit status: 1)
FAIL: test_gnsrecord_serialization
==================================
Nov 20 12:07:33-115630 util-disk-46555 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:33-115679 test_namestore_record_serialization-46555 ERROR Unreadable or malformed configuration, exit ...
FAIL test_gnsrecord_serialization (exit status: 1)
FAIL: test_gnsrecord_block_expiration
=====================================
Nov 20 12:07:33-281664 util-disk-46587 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:33-281713 test-namestore-api-46587 ERROR Unreadable or malformed configuration, exit ...
FAIL test_gnsrecord_block_expiration (exit status: 1)
FAIL: perf_gnsrecord_crypto
===========================
Nov 20 12:07:33-447270 util-disk-46619 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:33-447320 perf-gnsrecord-crypto-46619 ERROR Unreadable or malformed configuration, exit ...
FAIL perf_gnsrecord_crypto (exit status: 1)
============================================
gnunet 0.11.6: src/json/test-suite.log
============================================
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
===========================================
gnunet 0.11.6: src/dht/test-suite.log
===========================================
# TOTAL: 4
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_dht_api
==================
Nov 20 12:09:41-712250 testing-api-3416 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_dht_api (exit status: 1)
FAIL: test_dht_twopeer
======================
Nov 20 12:09:41-883326 util-disk-3448 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:41-883377 test-dht-twopeer-3448 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/dht/test_dht_line.conf', exit ...
FAIL test_dht_twopeer (exit status: 1)
FAIL: test_dht_line
===================
Nov 20 12:09:42-052789 util-disk-3480 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:09:42-052843 test-dht-line-3480 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/dht/test_dht_line.conf', exit ...
FAIL test_dht_line (exit status: 1)
===========================================
gnunet 0.11.6: src/arm/test-suite.log
===========================================
# TOTAL: 3
# PASS: 0
# SKIP: 1
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_arm_api
==================
Nov 20 12:07:43-371435 util-disk-47820 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:43-371487 test-arm-api-47820 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/arm/test_arm_api_data.conf', exit ...
Nov 20 12:07:43-371495 test-arm-api-47820 ERROR Assertion failed at test_arm_api.c:249. Aborting.
FAIL test_arm_api (exit status: 134)
FAIL: test_exponential_backoff
==============================
Nov 20 12:07:43-867606 util-disk-47852 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:43-867654 test-exponential-backoff-47852 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/arm/test_arm_api_data2.conf', exit ...
Nov 20 12:07:43-867663 test-exponential-backoff-47852 ERROR Assertion failed at test_exponential_backoff.c:325. Aborting.
FAIL test_exponential_backoff (exit status: 134)
SKIP: test_gnunet_service_arm
=============================
Failed to resolve `www.gnu.org', testcase not run.
SKIP test_gnunet_service_arm (exit status: 77)
=============================================
gnunet 0.11.6: src/regex/test-suite.log
=============================================
# TOTAL: 6
# PASS: 4
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_regex_integration
============================
Nov 20 12:09:50-978121 testing-api-4834 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_regex_integration (exit status: 1)
FAIL: test_regex_api
====================
Nov 20 12:09:53-986475 testing-api-4994 ERROR Hostkeys file not found: /nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet//testing_hostkeys.ecc
FAIL test_regex_api (exit status: 1)
============================================
gnunet 0.11.6: src/util/test-suite.log
============================================
# TOTAL: 48
# PASS: 38
# SKIP: 1
# XFAIL: 0
# FAIL: 9
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_client
=================
Nov 20 12:07:11-252293 util-disk-44406 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:11-252353 test_client-44406 ERROR Malformed configuration file `/build/gnunet-0.11.6/src/util/test_client_data.conf', exit ...
FAIL test_client.nc (exit status: 3)
FAIL: test_client_unix
======================
Nov 20 12:07:11-414702 util-disk-44438 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:11-414749 test_client-44438 ERROR Malformed configuration file `/build/gnunet-0.11.6/src/util/test_client_unix.conf', exit ...
FAIL test_client_unix.nc (exit status: 3)
FAIL: test_configuration
========================
Nov 20 12:07:12-065589 util-disk-44566 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:12-065635 test_configuration-44566 ERROR Assertion failed at test_configuration.c:494.
FAIL test_configuration (exit status: 1)
FAIL: test_mq
=============
Nov 20 12:07:24-533747 util-disk-45366 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:24-533793 test_client-45366 ERROR Malformed configuration file `/build/gnunet-0.11.6/src/util/test_client_data.conf', exit ...
FAIL test_mq (exit status: 1)
FAIL: test_plugin
=================
Nov 20 12:07:25-023373 util-plugin-45462 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_test' with error: file not found
FAIL test_plugin (exit status: 1)
FAIL: test_program
==================
Nov 20 12:07:25-185678 util-disk-45494 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:25-185725 test_program-45494 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/util/test_program_data.conf', exit ...
Nov 20 12:07:25-185738 test_program-45494 ERROR Assertion failed at test_program.c:116. Aborting.
FAIL test_program (exit status: 134)
FAIL: test_resolver_api
=======================
Nov 20 12:07:25-878091 util-os-installation-45558 WARNING `access' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/gnunet/libexec/gnunet-service-resolver' at os_installation.c:938 with error: No such file or directory
Nov 20 12:07:25-878141 test-resolver-api-45558 ERROR Assertion failed at test_resolver_api.c:361. Aborting.
FAIL test_resolver_api.nc (exit status: 134)
FAIL: test_service
==================
Nov 20 12:07:27-978808 util-disk-45654 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:27-978854 test_service-45654 ERROR Malformed configuration file `/build/gnunet-0.11.6/src/util/test_service_data.conf', exit ...
Nov 20 12:07:27-978872 test_service-45654 ERROR Assertion failed at test_service.c:192. Aborting.
FAIL test_service (exit status: 134)
FAIL: test_speedup
==================
Nov 20 12:07:28-834068 util-disk-45750 WARNING `stat' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/share/gnunet/config.d' at disk.c:1258 with error: No such file or directory
Nov 20 12:07:28-834117 test-speedup-45750 ERROR Unreadable or malformed configuration file `/build/gnunet-0.11.6/src/util/test_speedup_data.conf', exit ...
Nov 20 12:07:28-834126 test-speedup-45750 ERROR Execution time in GNUnet time: 0 ms
Nov 20 12:07:28-834133 test-speedup-45750 ERROR Execution time in system time: 0 ms
FAIL test_speedup (exit status: 1)
SKIP: test_os_start_process
===========================
test_gnunet_echo_hello: unknown program 'test_gnunet_echo_hello'
Try 'test_gnunet_echo_hello --help' for more information.
Nov 20 12:07:29-323057 test-os-start-process-45846 ERROR Assertion failed at test_os_start_process.c:91.
Nov 20 12:07:29-323242 util-os-installation-45846 WARNING `access' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/gnunet/libexec/gnunet-service-resolver' at os_installation.c:938 with error: No such file or directory
Nov 20 12:07:29-323252 test-os-start-process-45846 ERROR Failed to launch gnunet-service-resolver. Is your system setup correct?
Nov 20 12:07:29-323278 util-os-installation-45846 WARNING `access' failed on file `/nix/store/al7hjfj791l763spipcx2gkvlqjmk33w-gnunet-0.11.6/gnunet/libexec/gnunet-service-resolver' at os_installation.c:938 with error: No such file or directory
Nov 20 12:07:29-323286 test-os-start-process-45846 ERROR Failed to launch gnunet-service-resolver. Is your system setup correct?
SKIP test_os_start_process (exit status: 77)
Thanks!
Problem, this is 0.11.6 and we're about to move 0.12.0 (after 0.11.8 which has been released recently) out on/around 12.12.2019, but it still helps. I'll get back to this ticket as soon as we've addressed this.
I can try building master if it helps but I do not expect most of those errors to be resolved magically.
I do neither, but it helps seeing if there's a difference.
It's been a while since I read the sandbox code of the nix daemon and related sources. Here are a couple of problems still existing in our code:
Sometimes we require /tmp to exist as a directory in the tests (https://bugs.gnunet.org/view.php?id=5893)
a gnunet user being member of gnunet must exist (iirc, not 100% sure for test suite right now)
a gnunetdns group without members must exist
as the tests have to run post install, some of the libexec binaries must be changed (one or all of u+s, owner, group depending on which binary). This is partially documented in https://git.gnunet.org/gnunet.git/tree/README#n208 but has to be fixed as i just found some duplication (previously this was in scripts which never ran correctly)
(By the way, Nixpkgs makes a great case for why installed tests would be great)
* Sometimes we require /tmp to exist as a directory in the tests (https://bugs.gnunet.org/view.php?id=5893)
Why not just respect $TMPDIR
? https://en.wikipedia.org/wiki/TMPDIR
* a gnunet user being member of gnunet must exist (iirc, not 100% sure for test suite right now) * a gnunetdns group without members must exist
Yeah, that will not be possible in the sandbox. There is not even /etc
, I think.
* as the tests have to run post install
If they are expected to run after the package is installed to $prefix
, it would be better to run them in installcheck
target (see https://www.gnu.org/software/automake/manual/html_node/Standard-Targets.html).
some of the libexec binaries must be changed (one or all of u+s, owner, group depending on which binary).
Yeah, this will not work in Nix at all. Since Nix is designed to allow unprivileged users to build packages in the Nix store, we cannot allow sticky bit to be set anywhere in /nix/store
.
We solve it in NixOS by wrapping the necessary files in a new setuid file (example) when system tree is built (privileged operation) using NixOS modules to glue the system tree together. The gnunet module does not wrap any programs, though.
* Sometimes we require /tmp to exist as a directory in the tests (https://bugs.gnunet.org/view.php?id=5893)
Why not just respect
$TMPDIR
? https://en.wikipedia.org/wiki/TMPDIR
That's the goal more or less, but it's not that simple as we need to use the couple of directories GNUNET_TMPDIR defines (which includes $TMPDIR and also a fallback to /tmp).
* a gnunet user being member of gnunet must exist (iirc, not 100% sure for test suite right now) * a gnunetdns group without members must exist
Yeah, that will not be possible in the sandbox. There is not even
/etc
, I think.* as the tests have to run post install
If they are expected to run after the package is installed to
$prefix
, it would be better to run them ininstallcheck
target (see https://www.gnu.org/software/automake/manual/html_node/Standard-Targets.html).some of the libexec binaries must be changed (one or all of u+s, owner, group depending on which binary).
Yeah, this will not work in Nix at all. Since Nix is designed to allow unprivileged users to build packages in the Nix store, we cannot allow sticky bit to be set anywhere in
/nix/store
.We solve it in NixOS by wrapping the necessary files in a new setuid file (example) when system tree is built (privileged operation) using NixOS modules to glue the system tree together. The gnunet module does not wrap any programs, though.
Okay, many thanks for the additional feedback. I'll have to get to work soon, but will summarize the information so far in an email later today to the other developers.
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
Still relevant since the patching is still done in the gnunet package...
Hi,
I discovered a while ago that Nix for nixpkgs simply patches all references of localhost in our source. As I noted in https://bugs.gnunet.org/view.php?id=5894
My proposal for now is, revert the patching and try to work out with us (and ideally send patches) where we can help you to build and run tests in your restricted environment.
I'm happy to take any ideas from your side, to see what we can work out together.
Cheers, ng0 / GNUnet.