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)/1900/changes>

Changes:

[bmahler] Added flag to specify which Nvidia GPU devices to make available.

[bmahler] Added GPUs as an explicit resource in the agent.

------------------------------------------
[...truncated 18937 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (80 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 (44 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (31 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (22 ms)
[----------] 3 tests from ReapTest (97 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 (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (13 ms)
[----------] 4 tests from SequenceTest (46 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 (73 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (23 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (12 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (12 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (42 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (12 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (42 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (13 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (24 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (12 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (12 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (13 ms)
[----------] 14 tests from SubprocessTest (335 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 (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 (518 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (586 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 01:14:09.310791 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (502 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (403 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 01:14:10.082965 31576 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=fe7a96db9d3e
Subject: /C=US/O=Test/CN=fe7a96db9d3e
Error (18): self signed certificate
I0330 01:14:10.083168 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (302 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 01:14:10.547240 31576 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=fe7a96db9d3e
Subject: /C=US/O=Test/CN=fe7a96db9d3e
Error (18): self signed certificate
I0330 01:14:10.547322 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (502 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (302 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (803 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 01:14:11.898231 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:14:12.004704 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:14:12.015897 31576 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0330 01:14:12.105938 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:14:12.119635 31576 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0330 01:14:12.206449 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:14:12.216399 31576 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0330 01:14:12.307369 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:14:12.316390 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 01:14:12.408166 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:14:12.508657 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:14:12.521605 31576 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0330 01:14:12.609693 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:14:12.619542 31576 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0330 01:14:12.710392 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:14:12.722259 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:12.811101 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:14:12.822515 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:12.912428 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:14:13.013219 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:14:13.023867 31576 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0330 01:14:13.114336 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:14:13.125355 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:13.213989 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:14:13.224422 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:13.315204 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:14:13.325027 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:13.415698 31559 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1815 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0330 01:14:13.767801 31559 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (302 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 01:14:13.987730 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (201 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0330 01:14:14.195204 31559 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_SSL_V3'
W0330 01:14:14.195612 31559 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0330 01:14:14.221669 31559 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
W0330 01:14:14.222240 31559 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0330 01:14:14.321730 31559 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
W0330 01:14:14.322250 31559 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0330 01:14:14.422802 31559 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
W0330 01:14:14.423312 31559 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (504 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 01:14:15.011005 31559 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_SSL_V3'
I0330 01:14:15.021433 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:15.026420 31559 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
I0330 01:14:15.035025 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:15.127718 31559 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
I0330 01:14:15.136849 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:14:15.227764 31559 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
I0330 01:14:15.236104 31576 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (805 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (271 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (140 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (599 ms)
[----------] 16 tests from SSLTest (8555 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (9704 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-1459299396-8707
Untagged: mesos-1459299396-8707:latest
Deleted: f7ab8835d71c83030e3dcfa20523ee0681a262d9903a5c87aeafcc4810106af3
Deleted: 695dfd238fd3f24f57ae6d7bbd059871bb523c95d0ad7a51b5d69403df20b323
Deleted: 68f10fc745575d96fa755b7869a2531a0affc8131b7684afa1a04d3c9ba852b9
Deleted: cf6fb8a19b125c69bc28380e3629326c65f12598f9f88df7becc819c19eb1072
Deleted: 6aa634c367fdb7c96ec55851ffb66ed2e282391f25e42f303dd4393e61f8ace5
Deleted: a0d6371dc7d7f60f2cec046b446e7edcf6a88a48adb004c442cf41b2ee25bb77
Deleted: a3f25f708af47eb54f237cdafa10ceb894d5fe72b13714cc70cc7a48d74d1acd
Deleted: dbaf451a36bb29aacd9c27c3327d70f95fa7059f80845f66a5afbf2dd7a059f4
Deleted: 1afed04f9918ba4ff5b635e392f82d8d098e73f1ebecab38d6f96b839e6c24af
Deleted: 49376ba41af0f23f839bb4add6881e239fe7a91b0f280724cecbcaee6ccb41d8
Deleted: f9582812d60cbd57aa8e15118d85f17e48b65086181eec92e6efac40e4501b34
Deleted: aa98d1d8a137651860f5b33183d5a9419b6fa778433cd83e1cc9ff16831bd5db
Deleted: 30d83caeeb0cda243b4e383083774051964c86bbb6282eae9c12a39c33dc53bb
Deleted: 4e809eef1ccbc20200e349ee07baa16c19da6d920ac25ddf704844a776c5c458
Deleted: ad9d54e8a4235d95513ef869e233d59ed5caaa8db9ffe4ce8735e8096499c263
Deleted: 2710e9cda01455f4282b9814139205b31c8d5d23aec2c9c1739f6727329723e2
Build step 'Execute shell' marked build as failure

Reply via email to