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/12/16 00:01:18 UTC

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

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=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)&&(!ubuntu-eu2)/3037/changes>

Changes:

[toenshoff] Used correct shell string comparison operator in test.

[benjamin.hindman] Added a synchronous version of loop for io::read/write/redirect.

[benjamin.hindman] Used process::loop in infinitely recursive functions.

[yujie.jay] Kept the listening socket while accept is in flight.

[yujie.jay] Fixed overlay backend symlink error message.

[vinodkone] Updated contributors.yaml.

[vinodkone] Added tests for IOSwitchboard heartbeat.

[mpark] Fixed a few places to use `foreachkey` / `foreachvalue`.

[mpark] Changed implementation of `LinkedHashMap`.

[mpark] Enhanced `LinkedHashMap` to support `foreachpair` and friends.

[mpark] Modernized code to use `foreachpair` with `LinkedHashMap`.

[mpark] Updated stout's `README`.

[mpark] Removed unused header include from stout's `hashmap`.

[mpark] Updated the Windows doc to refer to `.\support\windows-build.bat`.

------------------------------------------
[...truncated 12717 lines...]
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:49.530894 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:49.543560 27338 libevent_ssl_socket.cpp:1141] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I1215 19:32:49.630435 27321 ssl_tests.cpp:633] Testing server protocol 'LIBPROCESS_SSL_ENABLE_TLS_V1_2'
I1215 19:32:49.631180 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:49.631194 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:49.631202 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:49.631223 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:49.643924 27338 libevent_ssl_socket.cpp:1141] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (905 ms)
[ RUN      ] SSLTest.PeerAddress
I1215 19:32:49.907182 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:49.907208 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:49.907217 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:49.907222 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
[       OK ] SSLTest.PeerAddress (183 ms)
[ RUN      ] SSLTest.HTTPSGet
I1215 19:32:50.179409 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:50.179435 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:50.179441 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:50.179447 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
[       OK ] SSLTest.HTTPSGet (272 ms)
[ RUN      ] SSLTest.HTTPSPost
I1215 19:32:50.523084 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:50.523108 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:50.523115 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:50.523120 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
[       OK ] SSLTest.HTTPSPost (343 ms)
[ RUN      ] SSLTest.SilentSocket
I1215 19:32:50.902493 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:50.902516 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:50.902523 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:50.902529 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:50.908823 27338 libevent_ssl_socket.cpp:1141] Socket error: error:00000000:lib(0):func(0):reason(0)
[       OK ] SSLTest.SilentSocket (380 ms)
[----------] 15 tests from SSLTest (9324 ms total)

[----------] 38 tests from Scheme/HTTPTest
[ RUN      ] Scheme/HTTPTest.Endpoints/0
I1215 19:32:51.204556 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:51.204579 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:51.204584 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:51.204588 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:51.220715 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:39124 with 16 worker threads
I1215 19:32:51.226263 28083 process.cpp:3679] Handling HTTP event for process '(75)' with path: '/(75)/body'
I1215 19:32:51.231292 28084 process.cpp:3679] Handling HTTP event for process '(75)' with path: '/(75)/pipe'
I1215 19:32:51.236820 28081 process.cpp:3679] Handling HTTP event for process '(75)' with path: '/(75)/body'
I1215 19:32:51.237221 28082 process.cpp:3736] Failed to process request for '/(75)/body': failure
I1215 19:32:51.237272 28079 process.cpp:1438] Returning '500 Internal Server Error' for '/(75)/body' (failure)
[       OK ] Scheme/HTTPTest.Endpoints/0 (329 ms)
[ RUN      ] Scheme/HTTPTest.Endpoints/1
I1215 19:32:51.240911 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:38612 with 16 worker threads
I1215 19:32:51.241968 28091 process.cpp:3679] Handling HTTP event for process '(76)' with path: '/(76)/body'
I1215 19:32:51.243463 28098 process.cpp:3679] Handling HTTP event for process '(76)' with path: '/(76)/pipe'
I1215 19:32:51.245364 28088 process.cpp:3679] Handling HTTP event for process '(76)' with path: '/(76)/body'
I1215 19:32:51.245800 28101 process.cpp:3736] Failed to process request for '/(76)/body': failure
I1215 19:32:51.245826 28098 process.cpp:1438] Returning '500 Internal Server Error' for '/(76)/body' (failure)
I1215 19:32:51.246474 28104 process.cpp:830] Decode failure: Connection reset by peer
E1215 19:32:51.246502 28104 process.cpp:2401] Failed to shutdown socket with fd 9: Transport endpoint is not connected
[       OK ] Scheme/HTTPTest.Endpoints/1 (8 ms)
[ RUN      ] Scheme/HTTPTest.EndpointsHelp/0
I1215 19:32:51.671764 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:51.671785 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:51.671790 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:51.671795 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:51.674458 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:52222 with 16 worker threads
I1215 19:32:51.680035 28120 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help'
I1215 19:32:51.685545 28111 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help'
I1215 19:32:51.691634 28105 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(77)/body'
I1215 19:32:51.697015 28112 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(77)/a/b/c'
[       OK ] Scheme/HTTPTest.EndpointsHelp/0 (452 ms)
[ RUN      ] Scheme/HTTPTest.EndpointsHelp/1
I1215 19:32:51.704500 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:45862 with 16 worker threads
I1215 19:32:51.705626 28130 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help'
I1215 19:32:51.707450 28130 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help'
I1215 19:32:51.709880 28136 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(78)/body'
I1215 19:32:51.711535 28124 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(78)/a/b/c'
[       OK ] Scheme/HTTPTest.EndpointsHelp/1 (14 ms)
[ RUN      ] Scheme/HTTPTest.EndpointsHelpRemoval/0
I1215 19:32:51.967399 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:51.967422 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:51.967427 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:51.967432 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:51.976698 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:39128 with 16 worker threads
I1215 19:32:51.982208 28143 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(79)/body'
I1215 19:32:51.987782 28149 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(79)/bogus'
[       OK ] Scheme/HTTPTest.EndpointsHelpRemoval/0 (277 ms)
[ RUN      ] Scheme/HTTPTest.EndpointsHelpRemoval/1
I1215 19:32:51.992851 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:51561 with 16 worker threads
I1215 19:32:51.993924 28163 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(80)/body'
I1215 19:32:51.995921 28161 process.cpp:3679] Handling HTTP event for process 'help' with path: '/help/(80)/bogus'
[       OK ] Scheme/HTTPTest.EndpointsHelpRemoval/1 (8 ms)
[ RUN      ] Scheme/HTTPTest.PipeEOF/0
I1215 19:32:53.007076 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:53.007099 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:53.007104 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:53.007112 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:53.009569 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:54956 with 16 worker threads
[       OK ] Scheme/HTTPTest.PipeEOF/0 (1013 ms)
[ RUN      ] Scheme/HTTPTest.PipeEOF/1
I1215 19:32:53.023027 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:53296 with 16 worker threads
[       OK ] Scheme/HTTPTest.PipeEOF/1 (13 ms)
[ RUN      ] Scheme/HTTPTest.PipeFailure/0
I1215 19:32:53.401226 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:53.401248 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:53.401257 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:53.401267 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:53.403475 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:52139 with 16 worker threads
[       OK ] Scheme/HTTPTest.PipeFailure/0 (380 ms)
[ RUN      ] Scheme/HTTPTest.PipeFailure/1
I1215 19:32:53.406114 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:56324 with 16 worker threads
[       OK ] Scheme/HTTPTest.PipeFailure/1 (2 ms)
[ RUN      ] Scheme/HTTPTest.PipeReaderCloses/0
I1215 19:32:53.759613 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:53.759635 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:53.759640 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:53.759644 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:53.762574 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:36811 with 16 worker threads
[       OK ] Scheme/HTTPTest.PipeReaderCloses/0 (357 ms)
[ RUN      ] Scheme/HTTPTest.PipeReaderCloses/1
I1215 19:32:53.765892 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:35746 with 16 worker threads
[       OK ] Scheme/HTTPTest.PipeReaderCloses/1 (3 ms)
[ RUN      ] Scheme/HTTPTest.Encode/0
I1215 19:32:54.008707 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:54.008826 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:54.008863 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:54.008873 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:54.016474 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:34357 with 16 worker threads
[       OK ] Scheme/HTTPTest.Encode/0 (251 ms)
[ RUN      ] Scheme/HTTPTest.Encode/1
I1215 19:32:54.024963 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:52330 with 16 worker threads
[       OK ] Scheme/HTTPTest.Encode/1 (8 ms)
[ RUN      ] Scheme/HTTPTest.PathParse/0
I1215 19:32:55.179689 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:55.179718 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:55.179723 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:55.179729 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:55.209197 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:34666 with 16 worker threads
[       OK ] Scheme/HTTPTest.PathParse/0 (1184 ms)
[ RUN      ] Scheme/HTTPTest.PathParse/1
I1215 19:32:55.212358 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:58805 with 16 worker threads
[       OK ] Scheme/HTTPTest.PathParse/1 (3 ms)
[ RUN      ] Scheme/HTTPTest.Get/0
I1215 19:32:55.753603 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:55.753625 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:55.753630 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:55.753634 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:55.756408 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:33228 with 16 worker threads
I1215 19:32:55.761879 28355 process.cpp:3679] Handling HTTP event for process '(81)' with path: '/(81)/get'
I1215 19:32:55.767123 28346 process.cpp:3679] Handling HTTP event for process '(81)' with path: '/(81)/get'
[       OK ] Scheme/HTTPTest.Get/0 (556 ms)
[ RUN      ] Scheme/HTTPTest.Get/1
I1215 19:32:55.770767 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:46210 with 16 worker threads
I1215 19:32:55.771553 28374 process.cpp:3679] Handling HTTP event for process '(82)' with path: '/(82)/get'
I1215 19:32:55.773675 28368 process.cpp:3679] Handling HTTP event for process '(82)' with path: '/(82)/get'
[       OK ] Scheme/HTTPTest.Get/1 (7 ms)
[ RUN      ] Scheme/HTTPTest.NestedGet/0
I1215 19:32:55.977152 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:55.977174 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:55.977181 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:55.977188 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:55.984693 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:38849 with 16 worker threads
I1215 19:32:55.989886 28388 process.cpp:3679] Handling HTTP event for process '(83)' with path: '/(83)//a/b/c'
I1215 19:32:55.995021 28379 process.cpp:3679] Handling HTTP event for process '(83)' with path: '/(83)//a/b'
[       OK ] Scheme/HTTPTest.NestedGet/0 (221 ms)
[ RUN      ] Scheme/HTTPTest.NestedGet/1
I1215 19:32:55.999341 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:58123 with 16 worker threads
I1215 19:32:56.000217 28395 process.cpp:3679] Handling HTTP event for process '(84)' with path: '/(84)//a/b/c'
I1215 19:32:56.001911 28398 process.cpp:3679] Handling HTTP event for process '(84)' with path: '/(84)//a/b'
[       OK ] Scheme/HTTPTest.NestedGet/1 (7 ms)
[ RUN      ] Scheme/HTTPTest.StreamingGetComplete/0
I1215 19:32:56.376102 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:56.376127 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:56.376132 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:56.376137 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:56.380095 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:44223 with 16 worker threads
I1215 19:32:56.385686 28413 process.cpp:3679] Handling HTTP event for process '(85)' with path: '/(85)/pipe'
I1215 19:32:56.424199 28427 libevent_ssl_socket.cpp:413] Socket error: Connection reset by peer
[       OK ] Scheme/HTTPTest.StreamingGetComplete/0 (422 ms)
[ RUN      ] Scheme/HTTPTest.StreamingGetComplete/1
I1215 19:32:56.427700 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:37661 with 16 worker threads
I1215 19:32:56.428788 28432 process.cpp:3679] Handling HTTP event for process '(86)' with path: '/(86)/pipe'
[       OK ] Scheme/HTTPTest.StreamingGetComplete/1 (14 ms)
[ RUN      ] Scheme/HTTPTest.StreamingGetFailure/0
I1215 19:32:57.163568 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:57.163589 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:57.163594 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:57.163602 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
I1215 19:32:57.165829 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:59996 with 16 worker threads
I1215 19:32:57.171120 28447 process.cpp:3679] Handling HTTP event for process '(87)' with path: '/(87)/pipe'
I1215 19:32:57.211807 28451 process.cpp:1579] Failed to read from stream: oops
[       OK ] Scheme/HTTPTest.StreamingGetFailure/0 (773 ms)
[ RUN      ] Scheme/HTTPTest.StreamingGetFailure/1
I1215 19:32:57.215180 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:60569 with 16 worker threads
I1215 19:32:57.216073 28468 process.cpp:3679] Handling HTTP event for process '(88)' with path: '/(88)/pipe'
I1215 19:32:57.217900 28463 process.cpp:1579] Failed to read from stream: oops
[       OK ] Scheme/HTTPTest.StreamingGetFailure/1 (6 ms)
[ RUN      ] Scheme/HTTPTest.PipeEquality/0
I1215 19:32:57.394101 27321 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I1215 19:32:57.394127 27321 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I1215 19:32:57.394135 27321 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I1215 19:32:57.394142 27321 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
*** Aborted at 1481830377 (unix time) try "date -d @1481830377" if you are using GNU date ***
I1215 19:32:57.396980 27321 process.cpp:1237] libprocess is initialized on 172.17.0.3:42460 with 16 worker threads
PC: @     0x7f01fdc60b54 __memcpy_ssse3_back
*** Error in `./libprocess-tests': malloc(): memory corruption (fast): 0x00007f01b4001a20 ***
[       OK ] Scheme/HTTPTest.PipeEquality/0 (179 ms)
[ RUN      ] Scheme/HTTPTest.PipeEquality/1
Build timed out (after 300 minutes). Marking the build as failed.
Build was aborted
++ docker rmi mesos-1481828472-24358
Error response from daemon: conflict: unable to remove repository reference "mesos-1481828472-24358" (must force) - container e59827edef2b is using its referenced image 1cbf7539d25a

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

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=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)&&(!ubuntu-eu2)/3040/changes>