See 
<https://builds.apache.org/job/Mesos/COMPILER=clang,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 19177 lines...]
[       OK ] ProcessTest.FirewallUninstall (7 ms)
[----------] 30 tests from ProcessTest (86 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 (43 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (23 ms)
[----------] 3 tests from ReapTest (98 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (10 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (12 ms)
[----------] 4 tests from SequenceTest (45 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 (86 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (29 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (15 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (15 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (46 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (24 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (22 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (43 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (13 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (12 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (15 ms)
[----------] 14 tests from SubprocessTest (399 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 (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (1 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 (200 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (705 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 20:14:29.056958 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (704 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (603 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 20:14:30.128540 30005 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=fa772a2296ce
Subject: /C=US/O=Test/CN=fa772a2296ce
Error (18): self signed certificate
I0329 20:14:30.128645 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (503 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 20:14:30.605309 30005 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=fa772a2296ce
Subject: /C=US/O=Test/CN=fa772a2296ce
Error (18): self signed certificate
I0329 20:14:30.605576 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (403 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (502 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (507 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 20:14:31.986436 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:14:32.033761 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:14:32.059360 30005 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:14:32.134122 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:14:32.173063 30005 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:14:32.234803 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:14:32.252029 30005 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:14:32.335784 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:14:32.355136 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 20:14:32.437206 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:14:32.538516 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:14:32.563515 30005 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:14:32.639381 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:14:32.665647 30005 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:14:32.740566 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:14:32.760764 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:32.841843 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:14:32.859760 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:32.942795 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:14:33.043259 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:14:33.071393 30005 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 20:14:33.144301 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:14:33.167762 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:33.244607 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:14:33.265918 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:33.345777 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:14:33.369664 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:33.446557 29988 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1912 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 20:14:33.809267 29988 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (302 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 20:14:34.190681 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (402 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 20:14:34.698081 29988 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_SSL_V3'
W0329 20:14:34.698611 29988 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 20:14:34.753950 29988 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
W0329 20:14:34.754549 29988 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 20:14:34.854626 29988 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
W0329 20:14:34.855239 29988 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 20:14:34.955224 29988 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
W0329 20:14:34.956064 29988 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (805 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 20:14:35.502599 29988 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_SSL_V3'
I0329 20:14:35.521931 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:35.558936 29988 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
I0329 20:14:35.578479 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:35.660245 29988 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
I0329 20:14:35.679636 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:14:35.761656 29988 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
I0329 20:14:35.777642 30005 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (818 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (204 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (576 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (866 ms)
[----------] 16 tests from SSLTest (10014 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (11337 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]: Leaving directory `/mesos/mesos-0.29.0/_build'
make[1]: *** [check-recursive] Error 1
make: *** [distcheck] Error 1
+ docker rmi mesos-1459280838-15692
Untagged: mesos-1459280838-15692:latest
Deleted: 60bf32e8eb98ab4f5ff20120d497f6cc619bbbcbaa9fcb7c488e0285cee0accb
Deleted: 6311c91ad9adc82888cdb102db4beb6fa5b9f7b7932f6ca3a69f00fa7cee0b8d
Deleted: b3acfc8ccea0732eba365af9ec63e74a6eda768f47fbe65f6469b2a4836a7abd
Deleted: 1a5c7049925aa7e0bb7d7b4357dc6636798ef6017415a81c5363cb1e16c91f24
Deleted: 9f1fa9e00003ce5cea79e277f10360362621a45b58ad4b81a3994d03b1c30293
Deleted: 10fb867684367a0e847b7476790608d38e3a13503f77d92ec9384e480859d628
Deleted: a3f44bb9b0304b59ffec24726ca6dc9baef533e76f936b96f8b35070e1db02fb
Deleted: 07f7b554c4313b19690550c2fdb0775d88efd6ec2cc6465d87092b9d089555f4
Deleted: bbcfb248626c045c4e81e7da0b107d5be7e7aec3657457f5146bf195f5c4d39a
Deleted: 24c8eabd82641170deccefbf577695d7428893517bab4ceba97b65af4973f3a9
Deleted: 47e72d882f21cfebf632a2ab3fc604b3dc054596bdc314e5e3c507d189a9ec0a
Deleted: 1fa53c795afd0a3dfce97c5c6b32fd9095b8365f3c187534bda821490ec29d85
Deleted: 428e03fa0f19a4a693b4440b5dfbbad133f0f3cec03011336a8f99234ad6da64
Deleted: 7e7724c55e2fc6a8c7a726eb800dd9f1dcf1e396108263e9c942a20e297ec409
Deleted: 6803ae5aded83e1e68155a410f060248afc8139b7e6d720fbb4c0310684a8a50
Deleted: bdd95a93c813fa46b67d59ccf2d24793810876659b167af1231c9e26125c3f6c
Build step 'Execute shell' marked build as failure

Reply via email to