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

Changes:

[vinodkone] Changed name of http-parser enum to 'flags_enum'.

[yujie.jay] Implemented isolate() method of "network/cni" isolator.

------------------------------------------
[...truncated 18936 lines...]
[       OK ] ProcessTest.FirewallUninstall (22 ms)
[----------] 30 tests from ProcessTest (256 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 (1 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (46 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (33 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (23 ms)
[----------] 3 tests from ReapTest (102 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (13 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (13 ms)
[----------] 4 tests from SequenceTest (48 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 (93 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (46 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (16 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (26 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (47 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (15 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (45 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (23 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (31 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (17 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (17 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (17 ms)
[----------] 14 tests from SubprocessTest (428 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (1 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 (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 (284 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (523 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 18:31:26.981570 31563 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 (604 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 18:31:28.146572 31563 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=e46dde3ca249
Subject: /C=US/O=Test/CN=e46dde3ca249
Error (18): self signed certificate
I0329 18:31:28.146778 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (804 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 18:31:28.683151 31563 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=e46dde3ca249
Subject: /C=US/O=Test/CN=e46dde3ca249
Error (18): self signed certificate
I0329 18:31:28.683295 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (492 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (605 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (404 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 18:31:30.478926 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:31:30.606230 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:31:30.774274 31563 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:31:30.807114 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:31:30.983341 31563 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:31:31.009176 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:31:31.194339 31563 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:31:31.210144 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:31:31.228778 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 18:31:31.446614 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:31:31.548087 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:31:31.719954 31563 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:31:31.770854 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:31:31.954342 31563 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:31:31.972836 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:31:32.004487 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:32.174785 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:31:32.207450 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:32.443056 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:31:32.544296 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:31:32.566031 31563 libevent_ssl_socket.cpp:1066] Socket error: 
Connection reset by peer
I0329 18:31:32.644840 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:31:32.657874 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:32.745726 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:31:32.773840 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:32.846705 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:31:32.867213 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:32.947016 31546 ssl_tests.cpp:390] Testing server protocol 
'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (3148 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 18:31:33.185879 31546 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (202 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 18:31:33.858805 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (705 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 18:31:34.234371 31546 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_SSL_V3'
W0329 18:31:34.235083 31546 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 18:31:34.358412 31546 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
W0329 18:31:34.358922 31546 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 18:31:34.459831 31546 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
W0329 18:31:34.460409 31546 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
I0329 18:31:34.560518 31546 ssl_tests.cpp:509] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
W0329 18:31:34.561058 31546 openssl.cpp:363] Failed SSL connections will be 
downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (739 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 18:31:35.180342 31546 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_SSL_V3'
I0329 18:31:35.195312 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:35.265269 31546 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_0'
I0329 18:31:35.282404 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:35.366304 31546 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_1'
I0329 18:31:35.379261 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:31:35.467378 31546 ssl_tests.cpp:556] Testing server protocol 
'SSL_ENABLE_TLS_V1_2'
I0329 18:31:35.498420 31563 libevent_ssl_socket.cpp:1066] Socket error: 
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (874 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (505 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (199 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (1374 ms)
[----------] 16 tests from SSLTest (11767 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (13480 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[2]: *** [check] Error 2
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
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-1459274650-28454
Untagged: mesos-1459274650-28454:latest
Deleted: e3cd6846d9d76d333088d48221f51e04673ce38c14bed9796c6c5bafa3ffec40
Deleted: eae7a38e351691db088d1f09b51dfadd10486ac975817c4b0722aa839c54157e
Deleted: c48019a6543a614894388d36495597c55d7eb65facb99bfd80b8bce93e8e8a51
Deleted: a974eccf43664e3c3da618568c34dc9c1082a04fb556eaccc171d90274e39238
Deleted: b98fec0a552998389feca2e3de4fc372dbca7b8b9f3268435d238aa988eba3cb
Deleted: df5612da705e559401168d479c798987034f5747ea75c3347cae6379b412814b
Deleted: 36b5752f394966e2db25008de1cd31e50a87d6186170f7fb5f0ad305faf199a4
Deleted: f0428b33ec32f00c5510837c6e4bbc29188c03b18a1c50356534710b03c2d936
Deleted: 60fb4cf91e16e971977380dec3d6cac93436eb6b91d4a54c2faabf02f2ef1d30
Deleted: 91d151f467a9d2d395e10357f4ac563d5b2f584d1acd45572f2312815351b456
Deleted: ba1740a27912ce6806d278194729fa704dc356fb82ea62a507c20f14b30a8243
Deleted: 1289479d1de60d0e775b5afc1af1deb0d9bc5af4dcba567d9418c336b0aa6653
Deleted: d178604667d72e15fa6e3a68f815aa3bb05f0f6d146154786256ac061fdcfa34
Deleted: 260ca5f2562ea181c584c6aa4b56cf7ba1f1d846bee9ee57ff728c0ebab039f5
Deleted: d25ccf0bbdd899609cea6f7ca9c8baf84c81536cc6b264617fd1477dc3784ddb
Deleted: c84a2ef4007b77b046217b2a263afedb3832ee17ecd65147e50f99542125414c
Build step 'Execute shell' marked build as failure

Reply via email to