See <https://builds.apache.org/job/Mesos-Reviewbot/17049/>

------------------------------------------
[...truncated 13174 lines...]
libtool: link: g++ -Wall -Wsign-compare -Wformat-security -fstack-protector 
-fPIC -fPIE -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -o libprocess-tests 
libprocess_tests-after_tests.o libprocess_tests-collect_tests.o 
libprocess_tests-decoder_tests.o libprocess_tests-encoder_tests.o 
libprocess_tests-future_tests.o libprocess_tests-http_tests.o 
libprocess_tests-io_tests.o libprocess_tests-limiter_tests.o 
libprocess_tests-loop_tests.o libprocess_tests-main.o 
libprocess_tests-metrics_tests.o libprocess_tests-mutex_tests.o 
libprocess_tests-owned_tests.o libprocess_tests-process_tests.o 
libprocess_tests-profiler_tests.o libprocess_tests-queue_tests.o 
libprocess_tests-reap_tests.o libprocess_tests-socket_tests.o 
libprocess_tests-sequence_tests.o libprocess_tests-shared_tests.o 
libprocess_tests-statistics_tests.o libprocess_tests-subprocess_tests.o 
libprocess_tests-system_tests.o libprocess_tests-timeseries_tests.o 
libprocess_tests-time_tests.o  ../.libs/libgmock.a ./.libs/libprocess.a 
/mesos/mesos-1.3.0/_build/3rdparty/glog-0.3.3/.libs/libglog.a -lpthread 
/mesos/mesos-1.3.0/_build/3rdparty/libev-4.22/.libs/libev.a -lm 
/usr/lib/x86_64-linux-gnu/libsvn_delta-1.so 
/usr/lib/x86_64-linux-gnu/libsvn_subr-1.so -lsasl2 
/usr/lib/x86_64-linux-gnu/libcurl-nss.so /usr/lib/x86_64-linux-gnu/libapr-1.so 
-lz -lrt -pthread
make[7]: Leaving directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
make  check-local
make[7]: Entering directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
make  all-recursive
make[8]: Entering directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
Making all in .
make[9]: Entering directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
make[9]: Nothing to be done for `all-am'.
make[9]: Leaving directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
Making all in include
make[9]: Entering directory 
`/mesos/mesos-1.3.0/_build/3rdparty/libprocess/include'
make[9]: Nothing to be done for `all'.
make[9]: Leaving directory 
`/mesos/mesos-1.3.0/_build/3rdparty/libprocess/include'
make[8]: Leaving directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
make  libprocess-tests benchmarks  test-linkee
make[8]: Entering directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
make[8]: `libprocess-tests' is up to date.
make[8]: `benchmarks' is up to date.
make[8]: `test-linkee' is up to date.
make[8]: Leaving directory `/mesos/mesos-1.3.0/_build/3rdparty/libprocess'
./libprocess-tests
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0210 11:36:07.376898 26779 process.cpp:1246] libprocess is initialized on 
172.17.0.2:51366 with 16 worker threads
[==========] Running 189 tests from 33 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from AfterTest
[ RUN      ] AfterTest.After
[       OK ] AfterTest.After (16 ms)
[ RUN      ] AfterTest.Loop
[       OK ] AfterTest.Loop (8 ms)
[----------] 2 tests from AfterTest (25 ms total)

[----------] 3 tests from CollectTest
[ RUN      ] CollectTest.Ready
[       OK ] CollectTest.Ready (7 ms)
[ RUN      ] CollectTest.Failure
[       OK ] CollectTest.Failure (17 ms)
[ RUN      ] CollectTest.DiscardPropagation
[       OK ] CollectTest.DiscardPropagation (11 ms)
[----------] 3 tests from CollectTest (36 ms total)

[----------] 4 tests from AwaitTest
[ RUN      ] AwaitTest.Success
[       OK ] AwaitTest.Success (4 ms)
[ RUN      ] AwaitTest.Failure
[       OK ] AwaitTest.Failure (16 ms)
[ RUN      ] AwaitTest.Discarded
[       OK ] AwaitTest.Discarded (0 ms)
[ RUN      ] AwaitTest.DiscardPropagation
[       OK ] AwaitTest.DiscardPropagation (0 ms)
[----------] 4 tests from AwaitTest (21 ms total)

[----------] 3 tests from RequestDecoderTest/0, where TypeParam = 
process::DataDecoder
[ RUN      ] RequestDecoderTest/0.Request
[       OK ] RequestDecoderTest/0.Request (1 ms)
[ RUN      ] RequestDecoderTest/0.HeaderContinuation
[       OK ] RequestDecoderTest/0.HeaderContinuation (0 ms)
[ RUN      ] RequestDecoderTest/0.HeaderCaseInsensitive
[       OK ] RequestDecoderTest/0.HeaderCaseInsensitive (0 ms)
[----------] 3 tests from RequestDecoderTest/0 (1 ms total)

[----------] 3 tests from RequestDecoderTest/1, where TypeParam = 
process::StreamingRequestDecoder
[ RUN      ] RequestDecoderTest/1.Request
[       OK ] RequestDecoderTest/1.Request (0 ms)
[ RUN      ] RequestDecoderTest/1.HeaderContinuation
[       OK ] RequestDecoderTest/1.HeaderContinuation (0 ms)
[ RUN      ] RequestDecoderTest/1.HeaderCaseInsensitive
[       OK ] RequestDecoderTest/1.HeaderCaseInsensitive (0 ms)
[----------] 3 tests from RequestDecoderTest/1 (1 ms total)

[----------] 4 tests from DecoderTest
[ RUN      ] DecoderTest.Response
[       OK ] DecoderTest.Response (0 ms)
[ RUN      ] DecoderTest.ResponseWithUnspecifiedLength
[       OK ] DecoderTest.ResponseWithUnspecifiedLength (1 ms)
[ RUN      ] DecoderTest.StreamingResponse
[       OK ] DecoderTest.StreamingResponse (0 ms)
[ RUN      ] DecoderTest.StreamingResponseFailure
[       OK ] DecoderTest.StreamingResponseFailure (0 ms)
[----------] 4 tests from DecoderTest (1 ms total)

[----------] 2 tests from EncoderTest
[ RUN      ] EncoderTest.Response
[       OK ] EncoderTest.Response (0 ms)
[ RUN      ] EncoderTest.AcceptableEncodings
[       OK ] EncoderTest.AcceptableEncodings (1 ms)
[----------] 2 tests from EncoderTest (1 ms total)

[----------] 15 tests from FutureTest
[ RUN      ] FutureTest.Future
[       OK ] FutureTest.Future (0 ms)
[ RUN      ] FutureTest.Associate
[       OK ] FutureTest.Associate (0 ms)
[ RUN      ] FutureTest.OnAny
[       OK ] FutureTest.OnAny (0 ms)
[ RUN      ] FutureTest.Then
[       OK ] FutureTest.Then (0 ms)
[ RUN      ] FutureTest.Repair
[       OK ] FutureTest.Repair (0 ms)
[ RUN      ] FutureTest.After1
[       OK ] FutureTest.After1 (2 ms)
[ RUN      ] FutureTest.After2
[       OK ] FutureTest.After2 (8 ms)
[ RUN      ] FutureTest.After3
[       OK ] FutureTest.After3 (7 ms)
[ RUN      ] FutureTest.Chain
[       OK ] FutureTest.Chain (0 ms)
[ RUN      ] FutureTest.Discard1
[       OK ] FutureTest.Discard1 (0 ms)
[ RUN      ] FutureTest.Discard2
[       OK ] FutureTest.Discard2 (0 ms)
[ RUN      ] FutureTest.Discard3
[       OK ] FutureTest.Discard3 (1 ms)
[ RUN      ] FutureTest.Select
[       OK ] FutureTest.Select (0 ms)
[ RUN      ] FutureTest.FromTry
[       OK ] FutureTest.FromTry (0 ms)
[ RUN      ] FutureTest.ArrowOperator
[       OK ] FutureTest.ArrowOperator (0 ms)
[----------] 15 tests from FutureTest (20 ms total)

[----------] 1 test from HTTPTest
[ RUN      ] HTTPTest.PipeReadAll
[       OK ] HTTPTest.PipeReadAll (0 ms)
[----------] 1 test from HTTPTest (0 ms total)

[----------] 8 tests from HTTPConnectionTest
[ RUN      ] HTTPConnectionTest.GzipRequestBody
I0210 11:36:07.493880 26783 process.cpp:3704] Handling HTTP event for process 
'(1)' with path: '/(1)/body'
[       OK ] HTTPConnectionTest.GzipRequestBody (35 ms)
[ RUN      ] HTTPConnectionTest.Serial
I0210 11:36:07.525792 26792 process.cpp:3704] Handling HTTP event for process 
'(2)' with path: '/(2)/get'
I0210 11:36:07.528515 26781 process.cpp:3704] Handling HTTP event for process 
'(2)' with path: '/(2)/get'
[       OK ] HTTPConnectionTest.Serial (64 ms)
[ RUN      ] HTTPConnectionTest.Pipeline
I0210 11:36:07.589787 26789 process.cpp:3704] Handling HTTP event for process 
'(3)' with path: '/(3)/get'
I0210 11:36:07.591867 26789 process.cpp:3704] Handling HTTP event for process 
'(3)' with path: '/(3)/get'
I0210 11:36:07.591867 26791 process.cpp:3704] Handling HTTP event for process 
'(4)' with path: '/(4)/get'
[       OK ] HTTPConnectionTest.Pipeline (28 ms)
[ RUN      ] HTTPConnectionTest.ClosingRequest
I0210 11:36:07.612635 26794 process.cpp:3704] Handling HTTP event for process 
'(5)' with path: '/(5)/get'
I0210 11:36:07.613965 26795 process.cpp:3704] Handling HTTP event for process 
'(5)' with path: '/(5)/get'
[       OK ] HTTPConnectionTest.ClosingRequest (16 ms)
[ RUN      ] HTTPConnectionTest.ClosingResponse
I0210 11:36:07.630946 26792 process.cpp:3704] Handling HTTP event for process 
'(6)' with path: '/(6)/get'
I0210 11:36:07.631232 26792 process.cpp:3704] Handling HTTP event for process 
'(6)' with path: '/(6)/get'
[       OK ] HTTPConnectionTest.ClosingResponse (24 ms)
[ RUN      ] HTTPConnectionTest.ReferenceCounting
[       OK ] HTTPConnectionTest.ReferenceCounting (11 ms)
[ RUN      ] HTTPConnectionTest.Equality
[       OK ] HTTPConnectionTest.Equality (17 ms)
[ RUN      ] HTTPConnectionTest.RequestStreaming
I0210 11:36:07.689828 26783 process.cpp:3704] Handling HTTP event for process 
'(9)' with path: '/(9)/requeststreaming'
[       OK ] HTTPConnectionTest.RequestStreaming (48 ms)
[----------] 8 tests from HTTPConnectionTest (243 ms total)

[----------] 2 tests from URLTest
[ RUN      ] URLTest.Stringification
[       OK ] URLTest.Stringification (0 ms)
[ RUN      ] URLTest.ParseUrls
[       OK ] URLTest.ParseUrls (0 ms)
[----------] 2 tests from URLTest (0 ms total)

[----------] 6 tests from HttpAuthenticationTest
[ RUN      ] HttpAuthenticationTest.NoAuthenticator
I0210 11:36:07.729796 26785 process.cpp:3704] Handling HTTP event for process 
'(10)' with path: '/(10)/authenticated'
[       OK ] HttpAuthenticationTest.NoAuthenticator (20 ms)
[ RUN      ] HttpAuthenticationTest.Unauthorized
I0210 11:36:07.750356 26781 process.cpp:3704] Handling HTTP event for process 
'(11)' with path: '/(11)/authenticated'
[       OK ] HttpAuthenticationTest.Unauthorized (5 ms)
[ RUN      ] HttpAuthenticationTest.Forbidden
I0210 11:36:07.758527 26781 process.cpp:3704] Handling HTTP event for process 
'(12)' with path: '/(12)/authenticated'
[       OK ] HttpAuthenticationTest.Forbidden (10 ms)
[ RUN      ] HttpAuthenticationTest.Authenticated
I0210 11:36:07.766352 26788 process.cpp:3704] Handling HTTP event for process 
'(13)' with path: '/(13)/authenticated'
[       OK ] HttpAuthenticationTest.Authenticated (6 ms)
[ RUN      ] HttpAuthenticationTest.Pipelining
I0210 11:36:07.770942 26788 process.cpp:3704] Handling HTTP event for process 
'(14)' with path: '/(14)/authenticated'
I0210 11:36:07.771250 26788 process.cpp:3704] Handling HTTP event for process 
'(14)' with path: '/(14)/authenticated'
[       OK ] HttpAuthenticationTest.Pipelining (18 ms)
[ RUN      ] HttpAuthenticationTest.Basic
I0210 11:36:07.790597 26783 process.cpp:3704] Handling HTTP event for process 
'(15)' with path: '/(15)/authenticated'
I0210 11:36:07.793783 26794 process.cpp:3704] Handling HTTP event for process 
'(15)' with path: '/(15)/authenticated'
I0210 11:36:07.799499 26791 process.cpp:3704] Handling HTTP event for process 
'(15)' with path: '/(15)/authenticated'
I0210 11:36:07.814007 26787 process.cpp:3704] Handling HTTP event for process 
'(15)' with path: '/(15)/authenticated'
[       OK ] HttpAuthenticationTest.Basic (32 ms)
[----------] 6 tests from HttpAuthenticationTest (92 ms total)

[----------] 3 tests from HttpServeTest
[ RUN      ] HttpServeTest.Pipelining
[       OK ] HttpServeTest.Pipelining (100 ms)
[ RUN      ] HttpServeTest.Discard
[       OK ] HttpServeTest.Discard (4 ms)
[ RUN      ] HttpServeTest.Unix
[       OK ] HttpServeTest.Unix (15 ms)
[----------] 3 tests from HttpServeTest (119 ms total)

[----------] 5 tests from IOTest
[ RUN      ] IOTest.Poll
[       OK ] IOTest.Poll (5 ms)
[ RUN      ] IOTest.Read
[       OK ] IOTest.Read (3 ms)
[ RUN      ] IOTest.BufferedRead
[       OK ] IOTest.BufferedRead (25 ms)
[ RUN      ] IOTest.Write
[       OK ] IOTest.Write (1 ms)
[ RUN      ] IOTest.Redirect
[       OK ] IOTest.Redirect (72 ms)
[----------] 5 tests from IOTest (108 ms total)

[----------] 3 tests from LimiterTest
[ RUN      ] LimiterTest.Acquire
[       OK ] LimiterTest.Acquire (47 ms)
[ RUN      ] LimiterTest.DiscardMiddle
[       OK ] LimiterTest.DiscardMiddle (36 ms)
[ RUN      ] LimiterTest.DiscardLast
[       OK ] LimiterTest.DiscardLast (10 ms)
[----------] 3 tests from LimiterTest (94 ms total)

[----------] 4 tests from LoopTest
[ RUN      ] LoopTest.Sync
[       OK ] LoopTest.Sync (3 ms)
[ RUN      ] LoopTest.Async
[       OK ] LoopTest.Async (7 ms)
[ RUN      ] LoopTest.DiscardIterate
[       OK ] LoopTest.DiscardIterate (7 ms)
[ RUN      ] LoopTest.DiscardBody
[       OK ] LoopTest.DiscardBody (0 ms)
[----------] 4 tests from LoopTest (18 ms total)

[----------] 9 tests from MetricsTest
[ RUN      ] MetricsTest.Counter
[       OK ] MetricsTest.Counter (20 ms)
[ RUN      ] MetricsTest.Gauge
[       OK ] MetricsTest.Gauge (2 ms)
[ RUN      ] MetricsTest.Statistics
[       OK ] MetricsTest.Statistics (21 ms)
[ RUN      ] MetricsTest.Snapshot
I0210 11:36:08.225891 26785 process.cpp:3704] Handling HTTP event for process 
'metrics' with path: '/metrics/snapshot'
I0210 11:36:08.313813 26784 process.cpp:3704] Handling HTTP event for process 
'metrics' with path: '/metrics/snapshot'
[       OK ] MetricsTest.Snapshot (129 ms)
[ RUN      ] MetricsTest.SnapshotTimeout
I0210 11:36:08.341244 26787 process.cpp:3704] Handling HTTP event for process 
'metrics' with path: '/metrics/snapshot'
I0210 11:36:08.397783 26784 process.cpp:3704] Handling HTTP event for process 
'metrics' with path: '/metrics/snapshot'
../../../3rdparty/libprocess/src/tests/metrics_tests.cpp:331: Failure
Failed to wait 15secs for response
Build timed out (after 180 minutes). Marking the build as failed.
Build was aborted

Reply via email to