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)/1899/changes>
Changes: [vinodkone] Fixed a memory leak in the scheduler driver. [vinodkone] Fixed minor spacing issue in the example test framework. [vinodkone] Added `devolve` overloads for `v1::TaskStatus`. [vinodkone] Fixed `using` declaration order in `mesos-execute`. [vinodkone] Removed un-needed methods from command scheduler. [vinodkone] Moved command scheduler to use the scheduler library. [bmahler] Added configure flags to build with Nvidia GPU support. [bmahler] Added stubs for the Nvidia GPU device isolator. [bmahler] Fixed a variable name in cgroups devices library. ------------------------------------------ [...truncated 18060 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 (42 ms) [ RUN ] ReapTest.ChildProcess [ OK ] ReapTest.ChildProcess (32 ms) [ RUN ] ReapTest.TerminatedChildProcess [ OK ] ReapTest.TerminatedChildProcess (25 ms) [----------] 3 tests from ReapTest (99 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 (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 (86 ms) [ RUN ] SubprocessTest.PipeOutput [ OK ] SubprocessTest.PipeOutput (31 ms) [ RUN ] SubprocessTest.PipeInput [ OK ] SubprocessTest.PipeInput (16 ms) [ RUN ] SubprocessTest.PipeRedirect [ OK ] SubprocessTest.PipeRedirect (16 ms) [ RUN ] SubprocessTest.PathOutput [ OK ] SubprocessTest.PathOutput (44 ms) [ RUN ] SubprocessTest.PathInput [ OK ] SubprocessTest.PathInput (16 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 (22 ms) [ RUN ] SubprocessTest.Flags [ OK ] SubprocessTest.Flags (23 ms) [ RUN ] SubprocessTest.Environment [ OK ] SubprocessTest.Environment (31 ms) [ RUN ] SubprocessTest.EnvironmentWithSpaces [ OK ] SubprocessTest.EnvironmentWithSpaces (15 ms) [ RUN ] SubprocessTest.EnvironmentWithSpacesAndQuotes [ OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (16 ms) [ RUN ] SubprocessTest.EnvironmentOverride [ OK ] SubprocessTest.EnvironmentOverride (14 ms) [----------] 14 tests from SubprocessTest (390 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 (1 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 (0 ms) [----------] 1 test from SSL (0 ms total) [----------] 16 tests from SSLTest [ RUN ] SSLTest.BasicSameProcess [ OK ] SSLTest.BasicSameProcess (501 ms) [ RUN ] SSLTest.SSLSocket [ OK ] SSLTest.SSLSocket (203 ms) [ RUN ] SSLTest.NonSSLSocket I0330 00:11:37.548405 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol [ OK ] SSLTest.NonSSLSocket (402 ms) [ RUN ] SSLTest.NoVerifyBadCA [ OK ] SSLTest.NoVerifyBadCA (402 ms) [ RUN ] SSLTest.RequireBadCA W0330 00:11:38.295966 32440 openssl.cpp:250] Error with certificate at depth: 0 Issuer: /C=US/O=Test/CN=ad5c61068828 Subject: /C=US/O=Test/CN=ad5c61068828 Error (18): self signed certificate I0330 00:11:38.296056 32440 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 00:11:38.601660 32440 openssl.cpp:250] Error with certificate at depth: 0 Issuer: /C=US/O=Test/CN=ad5c61068828 Subject: /C=US/O=Test/CN=ad5c61068828 Error (18): self signed certificate I0330 00:11:38.601758 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned [ OK ] SSLTest.VerifyBadCA (301 ms) [ RUN ] SSLTest.VerifyCertificate [ OK ] SSLTest.VerifyCertificate (407 ms) [ RUN ] SSLTest.RequireCertificate [ OK ] SSLTest.RequireCertificate (301 ms) [ RUN ] SSLTest.ProtocolMismatch I0330 00:11:39.987385 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3' I0330 00:11:40.016862 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0' I0330 00:11:40.030462 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer I0330 00:11:40.118129 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1' I0330 00:11:40.136176 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer I0330 00:11:40.218981 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2' I0330 00:11:40.234700 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer I0330 00:11:40.319602 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3' I0330 00:11:40.335347 32440 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number I0330 00:11:40.420280 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0' I0330 00:11:40.520864 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1' I0330 00:11:40.537698 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer I0330 00:11:40.621474 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2' I0330 00:11:40.639793 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer I0330 00:11:40.722633 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3' I0330 00:11:40.740483 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:40.823390 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0' I0330 00:11:40.841598 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:40.924422 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1' I0330 00:11:41.026193 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2' I0330 00:11:41.048846 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer I0330 00:11:41.126561 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3' I0330 00:11:41.144683 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:41.227372 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0' I0330 00:11:41.244532 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:41.328280 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1' I0330 00:11:41.346292 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:41.429028 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2' [ OK ] SSLTest.ProtocolMismatch (2216 ms) [ RUN ] SSLTest.ValidDowngrade W0330 00:11:41.895915 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket [ OK ] SSLTest.ValidDowngrade (402 ms) [ RUN ] SSLTest.NoValidDowngrade I0330 00:11:42.360087 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol [ OK ] SSLTest.NoValidDowngrade (502 ms) [ RUN ] SSLTest.ValidDowngradeEachProtocol I0330 00:11:42.618897 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3' W0330 00:11:42.619303 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket I0330 00:11:42.635557 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0' W0330 00:11:42.635916 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket I0330 00:11:42.737197 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1' W0330 00:11:42.738206 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket I0330 00:11:42.838137 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2' W0330 00:11:42.839068 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket [ OK ] SSLTest.ValidDowngradeEachProtocol (505 ms) [ RUN ] SSLTest.NoValidDowngradeEachProtocol I0330 00:11:43.254981 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3' I0330 00:11:43.268013 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:43.340941 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0' I0330 00:11:43.352502 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:43.442262 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1' I0330 00:11:43.454201 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol I0330 00:11:43.543083 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2' I0330 00:11:43.555395 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol [ OK ] SSLTest.NoValidDowngradeEachProtocol (705 ms) [ RUN ] SSLTest.PeerAddress [ OK ] SSLTest.PeerAddress (304 ms) [ RUN ] SSLTest.HTTPSGet ../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure (response).failure(): Failed to decode response [ FAILED ] SSLTest.HTTPSGet (157 ms) [ RUN ] SSLTest.HTTPSPost ../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure (response).failure(): Failed to decode response [ FAILED ] SSLTest.HTTPSPost (382 ms) [----------] 16 tests from SSLTest (7992 ms total) [----------] Global test environment tear-down [==========] 172 tests from 25 test cases ran. (9200 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-1459295784-19260 Untagged: mesos-1459295784-19260:latest Deleted: 51cf1163d2a5b6135360d661bc04b9b28241465c9c434e3e2d66f1fc86529f0b Deleted: ee458c6c12e0bf6729821f4666dad40abe67423381a596f0a9370ccb781ff0a8 Deleted: 47c2a6127910d9dc4174ca50c8570ae693b66f943437e119cd0206b491e7c3f1 Deleted: 15306d1d605262034d340b3c965e6fa4f4b4eea1d73a87a516487e096f2a47ed Deleted: a4c9b7035d0ba1ea04c6ba44e93ace8b23317094ff16938918167a09ac6b588e Deleted: 25332fcad3541e164a4c2a8210da4dca2ec2893a579f9210252209c4f496f631 Deleted: aad0b772411f9d24f4a8596c40d8b191f79da938315d56591dbcaaf4c6bd097d Deleted: a682e56c858b8d95cd6aff94a64b00967ad951fdf7fa909b2d3fc170ef4dfc56 Deleted: 9286e5e076dab589f6accd90549ca5278ee44757eec1c72252604e61047b6713 Deleted: 56e2244c0724d0a00601ed718b187e3e51fc337de088f4807343e0fc9980de08 Deleted: 46fe6aa6be663f671f74f43bfc3cc8649e5eb644a6934bfe33668665d9a8205a Deleted: 9062ebb99e158e33c0da3fbd94067b5390ac48fc5169b4a748bbad1f0e503833 Deleted: ad95b9207cd7fa923d34bfa921a2be5ccddcf222788270c8eb89da322d51ef23 Deleted: 6ad235af944470a692dfd0d6ffa33b33fc68a65a17ab9a61b8ac7a0c14c7a78c Deleted: 31e7b864f2a1f47496cccfd2cf7e7170c4718245b8da9f0d73a3ceb76cbab309 Deleted: bd393687f689e8cba27c7e4f2fe7d42e538a09fce3a6399473fdeeaf07e28fc4 Build step 'Execute shell' marked build as failure
