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:08 UTC

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,centos:7,docker||Hadoop #880

See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,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 16490 lines...]
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (1 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 (23 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 (11 ms)
[----------] 4 tests from SequenceTest (44 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 (1 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 (85 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (28 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (13 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 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 (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (14 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[ RUN      ] SubprocessTest.Setup
[       OK ] SubprocessTest.Setup (22 ms)
[ RUN      ] SubprocessTest.SetupStatus
[       OK ] SubprocessTest.SetupStatus (42 ms)
[----------] 16 tests from SubprocessTest (433 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 (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (15 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (33 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0929 01:21:58.290814 27657 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 (102 ms)
[ RUN      ] SSLTest.RequireBadCA
W0929 01:21:58.501401 27657 openssl.cpp:252] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=35ec14c608b7
Subject: /C=US/O=Test/CN=35ec14c608b7
Error (18): self signed certificate
I0929 01:21:58.501502 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (101 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0929 01:21:58.604734 27657 openssl.cpp:252] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=35ec14c608b7
Subject: /C=US/O=Test/CN=35ec14c608b7
Error (18): self signed certificate
I0929 01:21:58.604845 27657 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:21:58.885006 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:21:58.985857 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:21:59.002817 27657 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:21:59.086684 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:21:59.103539 27657 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:21:59.187288 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:21:59.203706 27657 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:21:59.288460 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:21:59.303393 27657 libevent_ssl_socket.cpp:1025] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0929 01:21:59.389138 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:21:59.491139 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:21:59.510239 27657 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:21:59.590929 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:21:59.609025 27657 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:21:59.691931 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:21:59.708135 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:21:59.793195 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:21:59.809520 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:21:59.894330 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:21:59.996260 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:22:00.013141 27657 libevent_ssl_socket.cpp:1025] Socket error: Connection reset by peer
I0929 01:22:00.096875 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0929 01:22:00.110941 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:22:00.197706 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:22:00.211979 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:22:00.298774 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:22:00.313550 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:22:00.399356 27640 ssl_tests.cpp:383] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1615 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0929 01:22:00.500332 27640 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (100 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0929 01:22:00.614353 27657 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:22:00.701025 27640 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0929 01:22:00.701444 27640 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:22:00.801538 27640 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0929 01:22:00.801862 27640 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:22:00.902179 27640 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0929 01:22:00.902580 27640 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:22:01.002576 27640 ssl_tests.cpp:502] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0929 01:22:01.002909 27640 openssl.cpp:360] Failed SSL connections will be downgraded to a non-SSL socket
I0929 01:22:01.103477 27640 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_SSL_V3'
[       OK ] SSLTest.ValidDowngradeEachProtocol (403 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0929 01:22:01.117364 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:22:01.204027 27640 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0929 01:22:01.218081 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:22:01.304890 27640 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0929 01:22:01.319244 27657 libevent_ssl_socket.cpp:1025] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0929 01:22:01.406108 27640 ssl_tests.cpp:549] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0929 01:22:01.418833 27657 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 (10 ms)
[ RUN      ] SSLTest.HTTPSGet
[       OK ] SSLTest.HTTPSGet (10 ms)
[ RUN      ] SSLTest.HTTPSPost
[       OK ] SSLTest.HTTPSPost (10 ms)
[----------] 16 tests from SSLTest (3307 ms total)

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

  YOU HAVE 2 DISABLED TESTS

W0929 01:22:01.418833 27657 main.cpp:38] RAW: Received signal SIGPIPE; escalating to SIGABRT
*** Aborted at 1443489721 (unix time) try "date -d @1443489721" if you are using GNU date ***
PC: @     0x7f4f3225dffb raise
*** SIGABRT (@0x3e800006bf8) received by PID 27640 (TID 0x7f4f2585f700) from PID 27640; stack trace: ***
    @     0x7f4f3225e130 (unknown)
    @     0x7f4f3225dffb raise
    @           0x4d3cf9 handler()
    @     0x7f4f3225e130 (unknown)
    @     0x7f4f3225b6fa pthread_sigmask
    @           0x6cca6b os::signals::unblock()
    @           0x795538 process::EventLoop::run()
    @           0x75778b _ZNSt12_Bind_simpleIFPFvvEvEE9_M_invokeIIEEEvSt12_Index_tupleIIXspT_EEE
    @           0x7576e5 std::_Bind_simple<>::operator()()
    @           0x75767e std::thread::_Impl<>::_M_run()
    @     0x7f4f31bf11e0 (unknown)
    @     0x7f4f32256df5 start_thread
    @     0x7f4f313591ad __clone
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]: Leaving directory `/mesos/mesos-0.26.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.26.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1443488897-21198
Untagged: mesos-1443488897-21198:latest
Deleted: 1e37fa4059c4a04b160338cc458e3d6bff8972237f0a6306f383a62fcafade92
Deleted: 68cd189fe4e329d6f48b576e7f310d861ae06d798040ca9ad298d193f78a9bca
Deleted: 7393a7987ec00e0e2c3f7816d192477aaf2514257fb34efb8f6b4b2ac1eb1778
Deleted: 2a7d269732ee58d3eecaba0c208c127f5b07b578ea581cf7fa1015d77561dcff
Deleted: 4daa03ec546862bed9219e981a223d41023a3f38db33ffb4d4a5b11a82ddb67e
Deleted: acd0cbcdfe2df641929ad3e0fc25df94dd6af6565f371c90956214615df022c6
Deleted: 761f07723be520f375420f348023ddb47237dc85da9e8582b0917a00f97e3c0b
Deleted: cfa49ec2b36415d9f6de355565affb2081477ae1abf3f6bb449a5c14268226b6
Deleted: 87eefabe507a2c99ed89162356ab3a51487eedc07cd36d9be89db0bd95812247
Deleted: 701308f33e54fd55d5509f1973714aaab4f7a8e2627e6247b6b7c10d190b8298
Deleted: ad7f08a8170652b90bf91518702af5e5e7208a1051c98d3bc624708bd6ce947f
Deleted: e52e2cebed4d98bf1b6ac7b2ab645379ddf05382a638de9277d800ca9dc97a2e
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » gcc,--verbose --enable-libevent --enable-ssl,centos:7,docker||Hadoop #881

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=docker%7C%7CHadoop/881/changes>