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 2015/09/29 03:22:23 UTC

Build failed in Jenkins: Mesos » clang,--verbose --enable-libevent --enable-ssl,ubuntu:14.04,docker||Hadoop #880

See <https://builds.apache.org/job/Mesos/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/880/changes>

Changes:

[benjamin.mahler] Fixed a file descriptor leak in io::redirect.

[benjamin.mahler] Fixed a file descriptor leak in slave/state.cpp.

------------------------------------------
[...truncated 17961 lines...]
[----------] 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 (22 ms)
[----------] 3 tests from ReapTest (97 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (12 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 (47 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)

[----------] 16 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (86 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (25 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (13 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (13 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (13 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 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 (23 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (26 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (13 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (12 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (13 ms)
[ RUN      ] SubprocessTest.Setup
[       OK ] SubprocessTest.Setup (22 ms)
[ RUN      ] SubprocessTest.SetupStatus
[       OK ] SubprocessTest.SetupStatus (43 ms)
[----------] 16 tests from SubprocessTest (423 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 (34 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (101 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0929 01:18:48.344840 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (101 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (100 ms)
[ RUN      ] SSLTest.RequireBadCA
W0929 01:18:48.552896 25516 openssl.cpp:252] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=ce343ce828d4
Subject: /C=US/O=Test/CN=ce343ce828d4
Error (18): self signed certificate
I0929 01:18:48.553025 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (100 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0929 01:18:48.649827 25516 openssl.cpp:252] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=ce343ce828d4
Subject: /C=US/O=Test/CN=ce343ce828d4
Error (18): self signed certificate
I0929 01:18:48.649936 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (101 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (101 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (101 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0929 01:18:48.935179 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:18:49.035668 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:18:49.053535 25516 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:18:49.136224 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:18:49.157377 25516 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:18:49.237018 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:18:49.255514 25516 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:18:49.338384 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:18:49.356830 25516 libevent_ssl_socket.cpp:1025] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0929 01:18:49.439617 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:18:49.540274 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:18:49.558169 25516 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:18:49.640925 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:18:49.657171 25516 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:18:49.742130 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:18:49.757863 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:49.842684 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:18:49.861620 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:49.943338 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:18:50.044008 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:18:50.061383 25516 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:18:50.145056 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:18:50.159113 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:50.246253 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:18:50.261765 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:50.347535 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:18:50.365411 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:50.448137 25499 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1613 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0929 01:18:50.548921 25499 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (101 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0929 01:18:50.660446 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (100 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0929 01:18:50.750229 25499 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0929 01:18:50.750700 25499 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:18:50.850523 25499 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0929 01:18:50.850878 25499 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:18:50.951160 25499 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0929 01:18:50.951946 25499 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:18:51.052675 25499 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0929 01:18:51.053109 25499 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (403 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0929 01:18:51.154239 25499 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0929 01:18:51.167752 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:51.255089 25499 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:18:51.271886 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:51.356076 25499 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:18:51.371856 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:18:51.456748 25499 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:18:51.471690 25516 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (403 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (11 ms)
[ RUN      ] SSLTest.HTTPSGet
[       OK ] SSLTest.HTTPSGet (13 ms)
[ RUN      ] SSLTest.HTTPSPost
[       OK ] SSLTest.HTTPSPost (11 ms)
[----------] 16 tests from SSLTest (3399 ms total)

[----------] Global test environment tear-down
[==========] 159 tests from 23 test cases ran. (4742 ms total)
[  PASSED  ] 159 tests.

  YOU HAVE 2 DISABLED TESTS

W0929 01:18:51.471690 25516 main.cpp:38] RAW: Received signal SIGPIPE; escalating to SIGABRT
*** Aborted at 1443489531 (unix time) try "date -d @1443489531" if you are using GNU date ***
PC: @     0x2ac8159b920b raise
*** SIGABRT (@0x3e80000639b) received by PID 25499 (TID 0x2ac81fd01700) from PID 25499; stack trace: ***
    @     0x2ac8159b9340 (unknown)
    @     0x2ac8159b920b raise
    @           0x50e8d8 handler()
    @     0x2ac8159b9340 (unknown)
    @     0x2ac8159b65aa pthread_sigmask
    @           0x77bcd2 os::signals::unblock()
    @           0x8701a4 process::EventLoop::run()
    @           0x7eea0f _ZNSt12_Bind_simpleIFPFvvEvEE9_M_invokeIJEEEvSt12_Index_tupleIJXspT_EEE
    @           0x7ee9e5 std::_Bind_simple<>::operator()()
    @           0x7ee9bc std::thread::_Impl<>::_M_run()
    @     0x2ac817846a40 (unknown)
    @     0x2ac8159b1182 start_thread
    @     0x2ac8180af47d (unknown)
make[6]: *** [check-local] Aborted
make[6]: Leaving directory `/mesos/mesos-0.26.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.26.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.26.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.26.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.26.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.26.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1443488677-4625
Untagged: mesos-1443488677-4625:latest
Deleted: dc22f8c67d40216bc1fff429df6dadaed0d405aad5be57757ed94fb58bd09bac
Deleted: ebc7f5f67a265ba8eb3bf16c567d27d1bf7848c1a19518ad67a6d50775c3d240
Deleted: bc37af2b3d6c0345f92ecfe6a04f0dc687d485fdfdbb2e0a71c0b7c6b4886836
Deleted: c21b1ca4a2dbe892b5340887e8fcb47a45d5b28c9f4a500d793c45c1ddafe869
Deleted: 2357648a6d7f6a8f95607dc0f934fb8ff730ccf72bfe6fde61d22b839320ff88
Deleted: 6d3f9bce13b5a594203518f34fc045e65a870e512e85d53797d655f5639268fa
Deleted: 9536e07aff423a261722dc84b969d5dca899a9c7121225a3b73dcdc89dffb872
Deleted: 4c22853ee0acb086fd45a82d0a161cb2e74818bef2758a4bd4cc0ee6e15e8c85
Deleted: 0b6373947117745e7fdd66f9382291ed476153e0592896b8391965d4cc85b9b5
Deleted: 897d3466e6c7fd976206d0c4f2899271e74c6818588937816a61a3020702091b
Deleted: 4e2ab1c912931070dd7a341e12e3ecc1103b69ec19439a0cc0a45c560bff27c0
Deleted: 866303d347c2b36fe3d19d52408652336c7baf2cdf0a5c23f86b0bd81e7676d3
Deleted: 7e280f04007aef86358ad246c194ed71a7554bb982f3d17cfb2ef3ccbe1b3dc3
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » clang,--verbose --enable-libevent --enable-ssl,ubuntu:14.04,docker||Hadoop #881

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,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/881/changes>