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=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1895/changes>

Changes:

[bmahler] Added a script to install the Nvidia GDK on a host.

------------------------------------------
[...truncated 18956 lines...]
[       OK ] ProcessTest.FirewallUninstall (14 ms)
[----------] 30 tests from ProcessTest (126 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 (36 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (33 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (25 ms)
[----------] 3 tests from ReapTest (94 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (25 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (58 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 (1 ms)
[----------] 4 tests from SharedTest (1 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 (89 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (31 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (16 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (17 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (46 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (17 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (46 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (15 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (22 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (23 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (16 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (15 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (397 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 (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 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 (0 ms total)

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

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (384 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (621 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 20:33:52.558737 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (1106 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (1009 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 20:33:54.278329 31572 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=999fc1228bbc
Subject: /C=US/O=Test/CN=999fc1228bbc
Error (18): self signed certificate
I0329 20:33:54.278529 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (841 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 20:33:55.329505 31572 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=999fc1228bbc
Subject: /C=US/O=Test/CN=999fc1228bbc
Error (18): self signed certificate
I0329 20:33:55.329851 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (1004 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (303 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (302 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 20:33:56.800519 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:33:56.897953 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:33:57.100349 31572 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:33:57.101343 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:33:57.298449 31572 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:33:57.310372 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:33:57.499126 31572 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:33:57.547991 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:33:57.592206 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 20:33:57.797511 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:33:57.898145 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:33:58.080307 31572 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:33:58.100901 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:33:58.292330 31572 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:33:58.302814 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:33:58.317669 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:33:58.604414 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:33:58.618487 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:33:58.806293 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:33:58.907091 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:33:58.928349 31572 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:33:59.008190 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:33:59.021467 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:33:59.109046 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:33:59.123515 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:33:59.209563 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:33:59.225555 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:33:59.310542 31555 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (3318 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 20:33:59.592661 31555 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (302 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 20:34:00.176686 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (503 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 20:34:00.700899 31555 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_SSL_V3'
W0329 20:34:00.701505 31555 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 20:34:00.821751 31555 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
W0329 20:34:00.822336 31555 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 20:34:00.922520 31555 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
W0329 20:34:00.923063 31555 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 20:34:01.023036 31555 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
W0329 20:34:01.023589 31555 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (907 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 20:34:01.588263 31555 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_SSL_V3'
I0329 20:34:01.604297 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:34:01.627904 31555 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
I0329 20:34:01.646188 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:34:01.729068 31555 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
I0329 20:34:01.757812 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:34:01.829777 31555 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
I0329 20:34:01.851311 31572 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (806 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (412 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (517 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (660 ms)
[----------] 16 tests from SSLTest (12996 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (14560 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[5]: *** [check-am] Error 2
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
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-1459281992-25300
Untagged: mesos-1459281992-25300:latest
Deleted: 68ac7e3f061be98b15b8688d1efd83f427d7bbeeaa90e37001890160b9b02e7e
Deleted: c3e77bb747b9f2b7412d4a050474a8f4cae7c777a9aa6da3ffc5786295d62681
Deleted: 67e06d9a07de0bb6d228c948d2b5c665379d3dae7db05abfa7768e1110457b1d
Deleted: b0aa7f583c9c811387bac227dd90efe381bd1b0d97a02c6b767039d8e6536dcb
Deleted: c3cf852170ff39cdbd18451f20926145607a9840517d15689a0d71e03a0d7530
Deleted: 861aa5997ca8205d82318b80cd00747132a634311bc8a291951ae3bea30f6af6
Deleted: 5aa6f75595e80a05187090c98a5b72f1929d4738e061c5effd6996168cac38d7
Deleted: 01a68c014a2fad771115ec19af837fee68ceb9abcb8ae4f37c83b5fb79e3be84
Deleted: 91ee36055e719a947938b71e87491098c18b4e06fe337b73111f5bb792ac215f
Deleted: 45682d7a002617a517ef0598654904ace4ea90a92cede35e00e92203ff6f3668
Deleted: 359a1242b61a3ab3ec667f15f0d9b487b1a41395b700c3d00b72787fc0332035
Deleted: cfec733381bfbfe078fc6ba989b3bcae510c72c2d0698ed8b472bfbab612389e
Deleted: 18f59052cd6d252fca21e36d00020cfa65a50ca4f8751fa3ca9bf681966334ee
Deleted: 868988661cfd484f82bde8649cef866d310fe1a3c672f9bf01cd722b6de262b9
Deleted: 50f493042d0c210aa4453aaeb2599ecae0a555ff6944838d122a1f323ac7bef2
Deleted: d44d95d4851a180884545c77671b6ed276e589a6ffc8760131d156c4f18974de
Build step 'Execute shell' marked build as failure

Reply via email to