From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#26671: serf package (guix dependency) tests fail Date: Thu, 27 Apr 2017 15:54:13 +0200 Message-ID: <87bmric5x6.fsf@fastmail.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3jsv-0001Zm-KB for bug-guix@gnu.org; Thu, 27 Apr 2017 09:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3jss-0000AH-7G for bug-guix@gnu.org; Thu, 27 Apr 2017 09:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44223) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d3jsr-0000AD-RW for bug-guix@gnu.org; Thu, 27 Apr 2017 09:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d3jsr-0007vL-LC for bug-guix@gnu.org; Thu, 27 Apr 2017 09:55:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer , 26671@debbugs.gnu.org --=-=-= Content-Type: text/plain Maxim Cournoyer writes: > Hello Guix! > > While attempting to "guix environment guix" after doing a "git pull" > in my guix checkout (master), it attempted to build many packages > (bash, gcc, etc.) and failed building `serf' due to test failures: > > ............F.FFF.FFF.FF.FFFFF................................... > > There were 14 failures: > 1) test_ssl_trust_rootca: test/test_util.c:438: expected <0> but was <120199> > 2) test_ssl_certificate_chain_with_anchor: test/test_util.c:438: > expected <0> but was <120199> > 3) test_ssl_certificate_chain_all_from_server: test/test_util.c:438: > expected <0> but was <120199> > 4) test_ssl_no_servercert_callback_allok: test/test_util.c:438: > expected <0> but was <120170> > 5) test_ssl_large_response: test/test_util.c:438: expected <0> but was <120170> > 6) test_ssl_large_request: test/test_util.c:438: expected <0> but was <120170> > 7) test_ssl_client_certificate: test/test_util.c:438: expected <0> but > was <120170> > 8) test_ssl_future_server_cert: test/test_util.c:438: expected <0> but > was <120199> > 9) test_setup_ssltunnel: test/test_util.c:438: expected <0> but was <120170> > 10) test_ssltunnel_basic_auth: test/test_context.c:2116: expected <0> > but was <120170> > 11) test_ssltunnel_basic_auth_server_has_keepalive_off: > test/test_context.c:2116: expected <0> but was <120170> > 12) test_ssltunnel_basic_auth_proxy_has_keepalive_off: > test/test_context.c:2116: expected <0> but was <120170> > 13) test_ssltunnel_basic_auth_proxy_close_conn_on_200resp: > test/test_context.c:2116: expected <0> but was <120170> > 14) test_ssltunnel_digest_auth: test/test_util.c:438: expected <0> but > was <120170> > > !!!FAILURES!!! > Runs: 65 Passes: 51 Fails: 14 The SSL certificates in "test/server" expired 18/04. https://svn.apache.org/viewvc?view=revision&revision=1792234 I'll try to port this patch, but "viewvc" can't give binary diffs, so will have to clone it locally first. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkB+AYACgkQoqBt8qM6 VPqhPgf/Qgm19j4uWg96CwilOgTvmInBdQoQa30LP+2Einz7C6OBHoKh6isj+P52 CzwwEwJcbd4JaQrM2QZHrbuRyYzJNzM8bxh6UuJ9SZQgVfORUqG6Hz2iwTJ5mGWi waULi+JCW0qNCSkfq2LZrcOUMlNQT//dgGCiht//4A7h62PnzLXmNtTO9RuE0fFA /zXIPew43gHmdBS8+JNan2WjOqDM9cUstivtwkuO3G+erblNCtplRDUpFFEgKGPR LpRlY6TQgXt9Ru9eRBpNvr3TyP5rT/1I+Gzlsf6Ukx7yr2k57KjODe5ARylzkng4 KM5t5w5Gi0zH+CSZwJ7H/U9ZfZ4a2Q== =V6Qw -----END PGP SIGNATURE----- --=-=-=--