You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/03/30 02:18:23 UTC

Build failed in Jenkins: Mesos » clang,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1) #1899

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)/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 19194 lines...]
[       OK ] ProcessTest.FirewallUninstall (6 ms)
[----------] 30 tests from ProcessTest (81 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 (11 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 (87 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (27 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (13 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (13 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (54 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (96 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (42 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 (39 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (13 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (13 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (50 ms)
[----------] 14 tests from SubprocessTest (507 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 (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 (535 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (402 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 00:18:12.156059 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (403 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (704 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 00:18:13.513715 30019 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=6941001457c3
Subject: /C=US/O=Test/CN=6941001457c3
Error (18): self signed certificate
I0330 00:18:13.513851 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (604 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 00:18:14.368669 30019 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=6941001457c3
Subject: /C=US/O=Test/CN=6941001457c3
Error (18): self signed certificate
I0330 00:18:14.368795 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (903 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (604 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (1004 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 00:18:16.681026 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:18:16.764961 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:18:16.787988 30019 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:18:16.866001 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:18:16.915783 30019 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:18:16.966716 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:18:16.986965 30019 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:18:17.067929 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:18:17.085150 30019 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 00:18:17.169055 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:18:17.270287 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:18:17.290822 30019 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:18:17.371480 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:18:17.390606 30019 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:18:17.472373 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:18:17.491209 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:17.573060 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:18:17.594638 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:17.673519 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:18:17.774330 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:18:17.791406 30019 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:18:17.875243 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:18:17.895120 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:17.976035 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:18:17.995712 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:18.076647 30002 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:18:18.092075 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:18.177106 30002 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:18:18.726897 30002 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (513 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 00:18:19.484781 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (792 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0330 00:18:19.764753 30002 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0330 00:18:19.765449 30002 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 00:18:19.885583 30002 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0330 00:18:19.886224 30002 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 00:18:19.986649 30002 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0330 00:18:19.987372 30002 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 00:18:20.087273 30002 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0330 00:18:20.087765 30002 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (604 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 00:18:20.285570 30002 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0330 00:18:20.329946 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:20.388739 30002 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:18:20.415653 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:20.489608 30002 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:18:20.505853 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:18:20.590718 30002 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:18:20.607743 30019 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (503 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (508 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (379 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (264 ms)
[----------] 16 tests from SSLTest (10942 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (12329 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]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[6]: *** [check-local] Error 1
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]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[3]: *** [check-recursive] Error 1
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-1459295785-6231
Untagged: mesos-1459295785-6231:latest
Deleted: b842c7e6733c9a7a2187044303195fc1b88a477ed07e01aa67a4b1766831ed52
Deleted: f428a8c16ce2fe7fd3fad7a04b2f27b1d47cd1207c27893a2b2887d2fae4815c
Deleted: 75a3cc43ee24272060c398401c3f5c15a0183aa7adf6fa7c612f49e6c53b2cbd
Deleted: ecf2fdf27f4c030cbdcc9496f0f4593da69c83cc911d1c46e2a6c0aa8413b105
Deleted: cc6742c23ea4fd26a6593dbd9fe497ee6daf9923dd90a360f13d3345792fb2f3
Deleted: 45dd05407d330027b50a21061fa13586a2516aaaa5943f8690e3c9cf900e3e0a
Deleted: 95d1b24c4fb17b4d2276ced2374ae40b1b3948aa7ad22271ca32cc7ef9b9d49a
Deleted: 7252d58a1d2066c79e71a97ada07cff320f9c362b5f069531b0dd3dfe260d3d5
Deleted: 3926c07d5ddb6fcd366952d20fbefeb7a78ee862f994cd3ddfd3902012346e6f
Deleted: 81d2f9b0dc879c44c9ea0fcdc3e38e123d388819f0c54dadab79f6f168dd337e
Deleted: e5f13f594757aa93829682bdb600b8102a9a77c90757240b94bf47e43b17b641
Deleted: 8fc87a368cfc69dab9e383128469afa59cef00be0a6757f5ff802c4bb9336c0f
Deleted: cbaf11b60e31a8ac83853539bac8d73f33f1ba1eed1f567b523355cf94d3a9c3
Deleted: ee6c180f6c4095059d9f1eb6692a10a30d468713be4904288878abd43e96c8bd
Deleted: 415f3073e13421886dde5bced96cb3fab71f774cd8e15e09a363452a904c8f1a
Deleted: a0ac699c30f4ba9d3758776d30061a20c573cb101703c8fb56e92fe7dfbed19c
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » clang,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1) #1902

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)/1902/changes>


Build failed in Jenkins: Mesos » clang,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1) #1901

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)/1901/changes>

Changes:

[yujie.jay] Fix container destroy provisioning race.

------------------------------------------
[...truncated 19152 lines...]
[       OK ] ProcessTest.FirewallUninstall (21 ms)
[----------] 30 tests from ProcessTest (302 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 (45 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (45 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (25 ms)
[----------] 3 tests from ReapTest (117 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (12 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (17 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (17 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (22 ms)
[----------] 4 tests from SequenceTest (70 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 (108 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (41 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (32 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (38 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (47 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (28 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (58 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (13 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 (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (16 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (16 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (13 ms)
[----------] 14 tests from SubprocessTest (482 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 (2 ms total)

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

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (499 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (609 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 02:06:19.912153 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (804 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (303 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 02:06:20.536134 30012 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=7563ba45fbc3
Subject: /C=US/O=Test/CN=7563ba45fbc3
Error (18): self signed certificate
I0330 02:06:20.536886 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (303 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 02:06:21.435591 30012 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=7563ba45fbc3
Subject: /C=US/O=Test/CN=7563ba45fbc3
Error (18): self signed certificate
I0330 02:06:21.435698 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (904 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (404 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (302 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 02:06:22.670487 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:06:22.709228 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:06:22.726372 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:06:22.810140 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:06:22.829571 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:06:22.911265 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:06:22.947824 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:06:23.012567 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:06:23.029994 30012 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 02:06:23.113147 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:06:23.213863 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:06:23.242784 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:06:23.314657 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:06:23.359912 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:06:23.415542 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:06:23.440994 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:23.516062 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:06:23.546080 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:23.617323 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:06:23.718447 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:06:23.740303 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:06:23.818862 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:06:23.852067 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:23.919229 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:06:23.934337 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:24.020223 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:06:24.040832 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:24.120785 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (2018 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0330 02:06:24.662941 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (515 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 02:06:24.965411 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (292 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0330 02:06:25.211501 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0330 02:06:25.212023 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 02:06:25.333462 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0330 02:06:25.334321 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 02:06:25.434339 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0330 02:06:25.434968 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 02:06:25.534745 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0330 02:06:25.535536 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (606 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 02:06:25.765230 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0330 02:06:25.783641 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:25.836468 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:06:25.859928 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:25.938047 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:06:25.961889 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:06:26.039470 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:06:26.070999 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (506 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (363 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (474 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (483 ms)
[----------] 16 tests from SSLTest (9387 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (11143 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-1459302356-12557
Untagged: mesos-1459302356-12557:latest
Deleted: 70360dad47189d32bef083eebbcf34b33af1348a9ddb92044b2df9d78f105e7d
Deleted: 3d97b989a52323c985c5963712cdeb62950474899c4b9dd5923733073e7bc114
Deleted: 04af02aa5cbb3c1654d33caaf67151005d8ad8f2fc6e90a9e2a900748e0417fd
Deleted: a855d54b2c602f079aad314db18eb931061ddcdbd889f7b1740298d4dff75c3f
Deleted: 88ed11c9dc685118b51a478265cf1bce0d3b724226ed86e5a45829d614014afd
Deleted: ed8a1918795231fb15aa92a7d7d4fddd0b95afffa37028b1c09a29afb1bbc12f
Deleted: c3922473d14e261f2466ad91402f1153821bb4921f993c618f22effe42082e8c
Deleted: 2680f46e953c3bdfdacb97cbda9e40365d6a29f7fb2d3cd1652b415b0c181b91
Deleted: 62a3cfc6cf13d6ca84d0025dbf36d8f116dfa5821db19ebd96c0afadd2d11429
Deleted: 6a1b5b4f8a3ee8b07941018068b578ea54413e71bc6bfd1a2f13509d99df8707
Deleted: e2c76f78ca3da80bfded4a8e9bfedd6ac497f58a360eb3b2f458a1a103fe5eea
Deleted: 70388f344dde98f3efeced6c282791dc84712296209263f20131dac9345d8ab6
Deleted: 58244072d6d471499a47e7e0cf61b345c35b26d2b6c9921f8cc06cf0aa24ed1f
Deleted: 377474e42ac7921970081e32207f370962b89741002493208b2258b11418de0d
Deleted: ec21921e5584196e4fa6be869ccbf51fd4b28c885a0c06c35de5eac56e3003f3
Deleted: af80b9adb6ee6dc50f2db96f5c8cc0cee945e4b0757232122d1e6ef61ec7b9e6
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » clang,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1) #1900

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)/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 19102 lines...]
[       OK ] ProcessTest.FirewallUninstall (21 ms)
[----------] 30 tests from ProcessTest (164 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 (37 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (27 ms)
[----------] 3 tests from ReapTest (96 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (42 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (38 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (23 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (115 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 (87 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (29 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (24 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (15 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (76 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (15 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (44 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (16 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 (57 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (14 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (63 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (499 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 (680 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (627 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 01:20:55.260782 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (303 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (603 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 01:20:56.785068 30012 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=08c6bfbf834b
Subject: /C=US/O=Test/CN=08c6bfbf834b
Error (18): self signed certificate
I0330 01:20:56.785243 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (1007 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 01:20:57.166910 30012 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=08c6bfbf834b
Subject: /C=US/O=Test/CN=08c6bfbf834b
Error (18): self signed certificate
I0330 01:20:57.167070 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (302 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (706 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (402 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 01:20:58.627946 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:20:58.714802 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:20:58.760740 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:20:58.815687 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:20:58.863082 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:20:58.916878 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:20:58.946445 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:20:59.017287 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:20:59.050130 30012 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 01:20:59.117941 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:20:59.218374 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:20:59.277725 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:20:59.319555 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:20:59.355584 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:20:59.420543 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:20:59.449880 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:20:59.521771 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:20:59.541618 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:20:59.622512 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:20:59.723587 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:20:59.761067 30012 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:20:59.824149 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:20:59.862889 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:20:59.924811 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:20:59.967911 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:21:00.025769 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:21:00.066864 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:21:00.126749 29995 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1916 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0330 01:21:00.778487 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (602 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 01:21:01.259696 30012 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
I0330 01:21:01.936182 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0330 01:21:01.936730 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 01:21:02.037525 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0330 01:21:02.038091 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 01:21:02.138676 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0330 01:21:02.139240 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 01:21:02.239545 29995 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0330 01:21:02.240098 29995 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (1007 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 01:21:02.632299 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0330 01:21:02.652822 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:21:02.742619 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:21:02.770042 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:21:02.843894 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:21:02.879798 30012 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:21:02.944746 29995 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:21:02.984869 30012 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 (368 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (687 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (299 ms)
[----------] 16 tests from SSLTest (10720 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (12358 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-1459299036-11819
Untagged: mesos-1459299036-11819:latest
Deleted: 808e565560461e418c6947eaf6f18561a3501abb22720aa52e417c6722975942
Deleted: ec65120006a09aa735ba9106b16f42ae2cc04199847bfabb497bbf9bd84afa60
Deleted: ff206cc3d4f4c0ee61f8f17081c309791a0181b9db5982956faabe2a7865d816
Deleted: 72b1c6fef767247f3894fb2a2342d0978f9c6098bcaabc7957c31926481ccc54
Deleted: 7b2901cef889c313e539df8cea631c8cae38cbb05d2b1c82d7a23dc1f36eaf27
Deleted: a998c588c34aaa5b5485c5e1b671eb4f997767ee533eb542da59144e4b90b8d5
Deleted: 143abae702d2578290142f49f57479aabc664eac7f2258b076fbcb71016759d7
Deleted: ea44fb2610de062a54183b9f13909fbb560b37c4c352efe6872f06bc4a5efdc8
Deleted: 4ba0e99167d76e8a9f7bdc5111c34e852d92623847e394f0a855d5968c4c5203
Deleted: 7c8e6eda8b864e0129ae76fab05d9de1e029d059fee459529c478e060c6d362f
Deleted: cc2505587777560e7e66e16e1ab0684dd806bf0665ea86849979e3190dca7013
Deleted: bb53959ae2057f7216209f90aac100a8d2c4f4bf89676a5f6c5378005eb3a0fd
Deleted: 9cfb23511df5c8ef83314bc2e34a3369bc306b26ab18f87e0e1b3f3813a9c37c
Deleted: dd9b1ad23e495dc3aa9922bdf41a2adc60f29d4377aab4e51ddad8691fb38ce7
Deleted: bbfb64278b8d96b05f6e99dc396858248b359cb146026a3a8cc5f79e2cf47f35
Deleted: 74fdadb5385aab4a47a6550fc00b040e575db730eb17af0de29a19f57beeb6e1
Build step 'Execute shell' marked build as failure