Hello, there are also (apparently unrelated) test failures on x86_64: http://hydra.gnu.org/build/39813
... FAIL: test_namestore_api_lookup_private ... Feb 20 08:58:58-161120 test-namestore-api-28190 ERROR Test to too long to store records, cannot run test! FAIL: test_namestore_api_lookup_shadow_filter ... 2 of 19 tests failed And there are some suspicious warnings in the middle of the compilation: CC gnunet-gns-proxy.o In file included from /nix/store/kczsfj4890k5xfqlimn2l37slfqyyjk9-gnurl-7.35.0/include/curl/curl.h:2283:0, from gnunet-gns-proxy.c:32: In function 'check_ssl_certificate', inlined from 'curl_check_hdr' at gnunet-gns-proxy.c:993:39: /nix/store/kczsfj4890k5xfqlimn2l37slfqyyjk9-gnurl-7.35.0/include/curl/typecheck-gcc.h:126:42: warning: call to '_curl_easy_getinfo_err_curl_slist' declared with attribute warning: curl_easy_getinfo expects a pointer to struct curl_slist * for this info [enabled by default] _curl_easy_getinfo_err_curl_slist(); \ ^ gnunet-gns-proxy.c:826:7: note: in expansion of macro 'curl_easy_getinfo' curl_easy_getinfo (s5r->curl, ^ In file included from ../../src/include/gnunet_crypto_lib.h:56:0, from ../../src/include/gnunet_util_lib.h:39, from gnunet-gns-proxy.c:41: gnunet-gns-proxy.c: In function 'curl_task_download': /nix/store/kczsfj4890k5xfqlimn2l37slfqyyjk9-gnurl-7.35.0/include/curl/typecheck-gcc.h:117:38: warning: call to '_curl_easy_getinfo_err_string' declared with attribute warning: curl_easy_getinfo expects a pointer to char * for this info [enabled by default] _curl_easy_getinfo_err_string(); \ ^ ../../src/include/gnunet_common.h:581:41: note: in definition of macro 'GNUNET_break' #define GNUNET_break(cond) do { if (! (cond)) { GNUNET_log(GNUNET_ERROR_TYPE_ERROR, _("Assertion failed at %s:%d.\n"), __FILE__, __LINE__); } } while(0) ^ gnunet-gns-proxy.c:1338:7: note: in expansion of macro 'curl_easy_getinfo' curl_easy_getinfo (msg->easy_handle, ^ CCLD gnunet-gns-proxy make[4]: Leaving directory '/tmp/nix-build-gnunet-0.10.0.drv-0/gnunet-0.10.0/src/gns' Andreas