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/07/01 07:43:26 UTC

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

See <https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,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)&&(!ubuntu-6)/2411/changes>

Changes:

[vinodkone] Added the VIEW_FLAGS authorization action.

[vinodkone] Added support for VIEW_FLAGS authorization action in HTTP API.

[josephwu] Added backport of MESOS-5691,5723,5748 to 0.28.3.

[josephwu] Added backport of MESOS-5691,5723,5748 to 0.27.4.

[yujie.jay] Added gigawatt.io to "powered by".

[yujie.jay] Add Opera to "Powered by Mesos" list.

[yujie.jay] Addition of ndustrial.io to Mesos User List.

[vinodkone] Decoupled implementation of `tasks()` and `getTasks()` in master.

[vinodkone] Updated GetTasks v1 call in master.

[vinodkone] Updated GetFrameworks v1 call in master.

[vinodkone] Have maven run in batch mode.

[bmahler] Documentation: Framework List: Use correct URL for storm-mesos

[bmahler] Add Cook to frameworks.md.

[vinodkone] Added networking and http-api slack channels to work group docs.

[bmahler] Added a flag for excluding resources from fair sharing.

[bmahler] Implement fairness exclusion: Updated allocator initialization.

[bmahler] Implement fairness exclusion: Updated sorter.

[bmahler] Implement fairness exclusion: initialize the sorter.

[bmahler] Implement fairness exclusion: Added tests.

[xujyan] Fixed Mac OS build.

------------------------------------------
[...truncated 12187 lines...]
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0701 03:14:02.713398 25157 process.cpp:1066] libprocess is initialized on 172.17.0.4:55144 with 16 worker threads
E0701 03:14:02.716650 25079 process.cpp:2104] Failed to shutdown socket with fd 7: Transport endpoint is not connected
../../../3rdparty/libprocess/src/tests/process_tests.cpp:1006: Failure
Value of: exitedPid.isPending()
  Actual: false
Expected: true
[  FAILED  ] ProcessRemoteLinkTest.RemoteUseStaleLink (40 ms)
[ RUN      ] ProcessRemoteLinkTest.RemoteStaleLinkRelink
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0701 03:14:02.754161 25176 process.cpp:1066] libprocess is initialized on 172.17.0.4:59608 with 16 worker threads

[       OK ] ProcessRemoteLinkTest.RemoteStaleLinkRelink (46 ms)
[----------] 6 tests from ProcessRemoteLinkTest (221 ms total)

[----------] 2 tests from ProfilerTest
[ RUN      ] ProfilerTest.StartAndStop
I0701 03:14:02.793817 25071 process.cpp:3322] Handling HTTP event for process 'profiler' with path: '/profiler/start'
I0701 03:14:02.798529 25073 process.cpp:3322] Handling HTTP event for process 'profiler' with path: '/profiler/stop'
[       OK ] ProfilerTest.StartAndStop (9 ms)
[ RUN      ] ProfilerTest.StartAndStopAuthenticationEnabled
I0701 03:14:02.803956 25075 process.cpp:3322] Handling HTTP event for process 'profiler' with path: '/profiler/start'
I0701 03:14:02.806493 25075 process.cpp:3322] Handling HTTP event for process 'profiler' with path: '/profiler/stop'
[       OK ] ProfilerTest.StartAndStopAuthenticationEnabled (8 ms)
[----------] 2 tests from ProfilerTest (17 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 (44 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (21 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (23 ms)
[----------] 3 tests from ReapTest (89 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 (12 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 (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)

[----------] 17 tests from SubprocessTest
[ RUN      ] SubprocessTest.PipeOutputToFileDescriptor
[       OK ] SubprocessTest.PipeOutputToFileDescriptor (35 ms)
[ RUN      ] SubprocessTest.PipeOutputToPath
[       OK ] SubprocessTest.PipeOutputToPath (43 ms)
[ RUN      ] SubprocessTest.EnvironmentEcho
[       OK ] SubprocessTest.EnvironmentEcho (21 ms)
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (90 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (27 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (13 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (12 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (45 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (13 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (46 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (15 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (23 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (24 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (25 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (12 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (13 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (13 ms)
[----------] 17 tests from SubprocessTest (474 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 (0 ms total)

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

[----------] 17 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (231 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (278 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0701 03:14:04.293654 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (399 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (505 ms)
[ RUN      ] SSLTest.RequireBadCA
W0701 03:14:05.265471 25079 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=293ac37b77c0
Subject: /C=US/O=Test/CN=293ac37b77c0
Error (18): self signed certificate
I0701 03:14:05.265599 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (511 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0701 03:14:05.998051 25079 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=293ac37b77c0
Subject: /C=US/O=Test/CN=293ac37b77c0
Error (18): self signed certificate
I0701 03:14:05.998383 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (695 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (703 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (302 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0701 03:14:07.361997 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0701 03:14:07.451607 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0701 03:14:07.463656 25079 libevent_ssl_socket.cpp:1094] Socket error: Connection reset by peer
I0701 03:14:07.552955 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0701 03:14:07.568589 25079 libevent_ssl_socket.cpp:1094] Socket error: Connection reset by peer
I0701 03:14:07.653972 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0701 03:14:07.669823 25079 libevent_ssl_socket.cpp:1094] Socket error: Connection reset by peer
I0701 03:14:07.754716 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0701 03:14:07.764226 25079 libevent_ssl_socket.cpp:1094] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0701 03:14:07.856884 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0701 03:14:07.957973 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0701 03:14:07.972553 25079 libevent_ssl_socket.cpp:1094] Socket error: Connection reset by peer
I0701 03:14:08.058771 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0701 03:14:08.071074 25079 libevent_ssl_socket.cpp:1094] Socket error: Connection reset by peer
I0701 03:14:08.159942 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0701 03:14:08.169482 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:08.260980 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0701 03:14:08.275552 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:08.361379 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0701 03:14:08.462388 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0701 03:14:08.473785 25079 libevent_ssl_socket.cpp:1094] Socket error: Connection reset by peer
I0701 03:14:08.563518 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0701 03:14:08.573920 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:08.665938 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0701 03:14:08.678501 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:08.766443 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0701 03:14:08.776139 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:08.867530 25062 ssl_tests.cpp:402] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1919 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0701 03:14:09.450637 25062 openssl.cpp:368] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (516 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0701 03:14:09.745319 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (289 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0701 03:14:10.108559 25062 ssl_tests.cpp:521] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0701 03:14:10.109009 25062 openssl.cpp:368] Failed SSL connections will be downgraded to a non-SSL socket
I0701 03:14:10.176405 25062 ssl_tests.cpp:521] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0701 03:14:10.176929 25062 openssl.cpp:368] Failed SSL connections will be downgraded to a non-SSL socket
I0701 03:14:10.277210 25062 ssl_tests.cpp:521] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0701 03:14:10.277827 25062 openssl.cpp:368] Failed SSL connections will be downgraded to a non-SSL socket
I0701 03:14:10.378242 25062 ssl_tests.cpp:521] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0701 03:14:10.378695 25062 openssl.cpp:368] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (705 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0701 03:14:10.794131 25062 ssl_tests.cpp:568] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0701 03:14:10.803035 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:10.881229 25062 ssl_tests.cpp:568] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0701 03:14:10.888751 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:10.982610 25062 ssl_tests.cpp:568] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0701 03:14:10.989820 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0701 03:14:11.083802 25062 ssl_tests.cpp:568] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0701 03:14:11.092186 25079 libevent_ssl_socket.cpp:1094] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (717 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (252 ms)
[ RUN      ] SSLTest.HTTPSGet
[       OK ] SSLTest.HTTPSGet (532 ms)
[ RUN      ] SSLTest.HTTPSPost
[       OK ] SSLTest.HTTPSPost (486 ms)
[ RUN      ] SSLTest.SilentSocket
I0701 03:14:12.736596 25079 libevent_ssl_socket.cpp:1094] Socket error: error:00000000:lib(0):func(0):reason(0)
[       OK ] SSLTest.SilentSocket (270 ms)
[----------] 17 tests from SSLTest (9313 ms total)

[----------] Global test environment tear-down
[==========] 185 tests from 27 test cases ran. (11021 ms total)
[  PASSED  ] 184 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] ProcessRemoteLinkTest.RemoteUseStaleLink

 1 FAILED TEST
  YOU HAVE 2 DISABLED TESTS

Build timed out (after 300 minutes). Marking the build as failed.
Build was aborted
++ docker rmi mesos-1467341015-537
Error response from daemon: conflict: unable to remove repository reference "mesos-1467341015-537" (must force) - container 293ac37b77c0 is using its referenced image 0cbe5c9c7ca9
Error: failed to remove images: [mesos-1467341015-537]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,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)&&(!ubuntu-6)/2412/>