alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Serf-1.3.4 scons check failed on Debian #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

My OS is
Linux version 2.6.32-5-686 (Debian 2.6.32-48squeeze5) (dannf@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Apr 9 19:23:16 UTC 2014

1. scons check failed on serf-1.3.4
So, I can not build serf. I use scons-2.3.1 and openssl-1.0.1g.

What is the expected output? What do you see instead?

Output of scons check

...

== Testing test/testcases/chunked-empty.response ==
== Running the unit tests ==
............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: 64 Passes: 50 Fails: 14

ERROR: test(s) failed in test_all
scons: *** [check] Error 1
scons: building terminated because of errors.

What version of the product are you using? On what operating system?
I'm trying buil serf-1.3.4 for subversion.

Please provide any additional information below.

Original issue reported on code.google.com by vitaly.s...@gmail.com on 27 Apr 2014 at 8:02

GoogleCodeExporter commented 9 years ago
This is due to the expiry of the certificates using in the tests. This is fixed 
in trunk r2339. This is due to be released as 1.3.5 this weekend.

Original comment by andreas.stieger@gmx.de on 27 Apr 2014 at 8:24