See 
<https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1893/changes>

Changes:

[vinodkone] Changed name of http-parser enum to 'flags_enum'.

[yujie.jay] Implemented isolate() method of "network/cni" isolator.

------------------------------------------
[...truncated 18050 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (85 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (42 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (31 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (97 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (14 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (10 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (47 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (85 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (28 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (14 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (42 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (63 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (14 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (408 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (0 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (1 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (1 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (275 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (328 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 18:21:32.272965 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (302 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (201 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 18:21:33.056998 32431 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=4606e5642af6
Subject: /C=US/O=Test/CN=4606e5642af6
Error (18): self signed certificate
I0329 18:21:33.057109 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (603 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 18:21:33.448230 32431 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=4606e5642af6
Subject: /C=US/O=Test/CN=4606e5642af6
Error (18): self signed certificate
I0329 18:21:33.448315 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (402 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (603 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (302 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 18:21:34.803035 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:34.911231 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:34.928963 32431 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:21:35.011690 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:35.030169 32431 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:21:35.112975 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:35.131588 32431 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:21:35.213600 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:35.229130 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 18:21:35.314043 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:35.414350 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:35.431437 32431 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:21:35.515154 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:35.533294 32431 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:21:35.616062 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:35.631103 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:35.716895 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:35.733772 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:35.817699 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:35.918949 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:35.934442 32431 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:21:36.019157 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:36.036538 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:36.120367 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:36.137392 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:36.221073 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:36.237529 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:36.322813 32414 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (2015 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 18:21:36.986846 32414 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (602 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 18:21:37.669590 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (703 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 18:21:38.211251 32414 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_SSL_V3'
W0329 18:21:38.211671 32414 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 18:21:38.230072 32414 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
W0329 18:21:38.230459 32414 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 18:21:38.330497 32414 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
W0329 18:21:38.330938 32414 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 18:21:38.431164 32414 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
W0329 18:21:38.431557 32414 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (803 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 18:21:38.820058 32414 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_SSL_V3'
I0329 18:21:38.831090 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:38.832648 32414 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
I0329 18:21:38.844130 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:38.934875 32414 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
I0329 18:21:38.947787 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:39.035153 32414 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
I0329 18:21:39.047938 32431 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (604 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (249 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (202 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (257 ms)
[----------] 16 tests from SSLTest (8452 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (9687 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459274650-32448
Untagged: mesos-1459274650-32448:latest
Deleted: efb81bde2f4190983452a8a713787a0c38dff5487009faad96375d3a66399d9e
Deleted: c61782fc7dedcdd310142c8d4b25e2c031820411538fbeb107bd4b24d23e8619
Deleted: 1c9073b807da141e01abdd0304c45496c191feaad48c93befa2295f6861499f9
Deleted: fbc852cc2d4d15c25887da509434304cc4b62a52c116a7ca16d1eed7acb235e1
Deleted: 929bef1ca2d4efc355b655ecb38a54a9d5c5e2592ba01d7fe2c83f057998d159
Deleted: cb7ca24903f13ab89e262ffe43b4c007b4f09cb0867ca330ae93a66495ff4ceb
Deleted: ce5caaa3e6f222fc57047b09d46660fffa3511188c5ee2a346e1fcc3865e7855
Deleted: ecbc4cf3d7da1cebd8e543b398103922148568d1a9bb8abdf728d1611522eacd
Deleted: 11e8f90aa978beb1124d02ab2e05483124b02b2867ad7b0e7340b4b2f16efb39
Deleted: a295ce2b0654398238014e9d3bd2d62c925a6a5684a6f856191758c493110055
Deleted: 2baf753701d25e9d375359f9abc8b0db87207b6b0354abf714ebfd9588892d78
Deleted: 270e6f55ae421454167498fd45bb47160afe9925cea10b6bfd689ceec239ca6c
Deleted: b3467f576cf5047eb4a03b3be1b74b8ee21d75594ca6df71d33defad5b90e56a
Deleted: ff3fe238c161a69ac0dc1cd8bc2477f3159aa3849945af17d1ad1b3fac6c0d91
Deleted: 0998cd25c9587e4297bb6416e6d2fd11c27e70839e43237dd95cb84febf8383d
Deleted: e62cde72d1568103809320b5b4b94143db197d61c51a938f667661dc189b029f
Build step 'Execute shell' marked build as failure

Reply via email to