You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/23 05:38:40 UTC

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2077

See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/2077/changes>

Changes:

[yan] Fixed flaky test ReservationAllocatorTest.ResourcesReturned.

[bmahler] Added Statistics support for Metrics.

[bmahler] Added a Timer Metric type.

[yujie.jay] Allowed replicated log to do auto initialization.

[bmahler] Fixed some flaky tests.

[bmahler] Added rate limiting to Metrics endpoint.

[niklas] Added support for launching tasks by TaskInfo.

------------------------------------------
[...truncated 2233 lines...]
[       OK ] Process.await2 (0 ms)
[ RUN      ] Process.future
[       OK ] Process.future (0 ms)
[ RUN      ] Process.donate
[       OK ] Process.donate (0 ms)
[ RUN      ] Process.then
[       OK ] Process.then (0 ms)
[ RUN      ] Process.thunk
[       OK ] Process.thunk (0 ms)
[ RUN      ] Process.discard3
[       OK ] Process.discard3 (0 ms)
[ RUN      ] Process.delegate
I0423 03:38:38.703014 23462 process.cpp:3174] Delegating message 'func' to (14)@140.211.11.27:50909
[       OK ] Process.delegate (1 ms)
[ RUN      ] Process.exited
[       OK ] Process.exited (0 ms)
[ RUN      ] Process.defer2
[       OK ] Process.defer2 (1 ms)
[ RUN      ] Process.order
[       OK ] Process.order (0 ms)
[ RUN      ] Process.action
[       OK ] Process.action (1 ms)
[ RUN      ] Process.delay
[       OK ] Process.delay (0 ms)
[ RUN      ] Process.listener
[       OK ] Process.listener (0 ms)
[ RUN      ] Process.onAny
[       OK ] Process.onAny (0 ms)
[ RUN      ] Process.after2
[       OK ] Process.after2 (10 ms)
[ RUN      ] Process.remote
I0423 03:38:38.716377 23487 process.cpp:1009] Socket closed while receiving
[       OK ] Process.remote (0 ms)
[ RUN      ] Process.event
[       OK ] Process.event (0 ms)
[ RUN      ] Process.spawn
[       OK ] Process.spawn (0 ms)
[ RUN      ] Process.pid
[       OK ] Process.pid (0 ms)
[ RUN      ] Process.async
[       OK ] Process.async (1 ms)
[ RUN      ] Process.associate
[       OK ] Process.associate (0 ms)
[ RUN      ] Process.defer1
[       OK ] Process.defer1 (1 ms)
[ RUN      ] Process.await3
[       OK ] Process.await3 (1 ms)
[ RUN      ] Process.select
[       OK ] Process.select (0 ms)
[ RUN      ] Process.discard1
[       OK ] Process.discard1 (0 ms)
[ RUN      ] Process.expect
[       OK ] Process.expect (0 ms)
[----------] 39 tests from Process (93 ms total)

[----------] 4 tests from Sequence
[ RUN      ] Sequence.DiscardAll
[       OK ] Sequence.DiscardAll (11 ms)
[ RUN      ] Sequence.DiscardOne
[       OK ] Sequence.DiscardOne (16 ms)
[ RUN      ] Sequence.Serialize
[       OK ] Sequence.Serialize (21 ms)
[ RUN      ] Sequence.Random
[       OK ] Sequence.Random (13 ms)
[----------] 4 tests from Sequence (61 ms total)

[----------] 6 tests from Metrics
[ RUN      ] Metrics.SnapshotStatistics
I0423 03:38:38.784242 23487 process.cpp:2437] Returning '404 Not Found' for '/metrics/snapshot'
I0423 03:38:38.790963 23487 process.cpp:1009] Socket closed while receiving
../../../3rdparty/libprocess/src/tests/metrics_tests.cpp:185: Failure
Value of: (response).get().status
  Actual: "404 Not Found"
Expected: OK().status
Which is: "200 OK"
../../../3rdparty/libprocess/src/tests/metrics_tests.cpp:186: Failure
Value of: (response).get().body
  Actual: ""
Expected: stringify(JSON::Object())
Which is: "{}"
I0423 03:38:38.810426 23464 process.cpp:3191] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0423 03:38:38.810964 23487 process.cpp:1009] Socket closed while receiving
[  FAILED  ] Metrics.SnapshotStatistics (54 ms)
[ RUN      ] Metrics.Timer
[       OK ] Metrics.Timer (1 ms)
[ RUN      ] Metrics.Gauge
[       OK ] Metrics.Gauge (1 ms)
[ RUN      ] Metrics.Statistics
[       OK ] Metrics.Statistics (21 ms)
[ RUN      ] Metrics.Snapshot
I0423 03:38:38.857472 23465 process.cpp:3191] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0423 03:38:38.858049 23487 process.cpp:1009] Socket closed while receiving
I0423 03:38:38.858813 23476 process.cpp:3191] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0423 03:38:39.367566 23487 process.cpp:1009] Socket closed while receiving
I0423 03:38:39.369547 23486 process.cpp:3191] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0423 03:38:39.872043 23487 process.cpp:1009] Socket closed while receiving
[       OK ] Metrics.Snapshot (1030 ms)
[ RUN      ] Metrics.Counter
[       OK ] Metrics.Counter (0 ms)
[----------] 6 tests from Metrics (1107 ms total)

[----------] 3 tests from Decoder
[ RUN      ] Decoder.Response
[       OK ] Decoder.Response (0 ms)
[ RUN      ] Decoder.Request
[       OK ] Decoder.Request (0 ms)
[ RUN      ] Decoder.RequestHeaderContinuation
[       OK ] Decoder.RequestHeaderContinuation (0 ms)
[----------] 3 tests from Decoder (1 ms total)

[----------] 5 tests from IO
[ RUN      ] IO.Poll
[       OK ] IO.Poll (0 ms)
[ RUN      ] IO.BufferedRead
[       OK ] IO.BufferedRead (2 ms)
[ RUN      ] IO.Write
[       OK ] IO.Write (0 ms)
[ RUN      ] IO.splice
[       OK ] IO.splice (39 ms)
[ RUN      ] IO.Read
[       OK ] IO.Read (0 ms)
[----------] 5 tests from IO (41 ms total)

[----------] 4 tests from Shared
[ RUN      ] Shared.Null
[       OK ] Shared.Null (0 ms)
[ RUN      ] Shared.Own
[       OK ] Shared.Own (0 ms)
[ RUN      ] Shared.ConstAccess
[       OK ] Shared.ConstAccess (0 ms)
[ RUN      ] Shared.Reset
[       OK ] Shared.Reset (0 ms)
[----------] 4 tests from Shared (1 ms total)

[----------] 5 tests from HTTP
[ RUN      ] HTTP.Encode
[       OK ] HTTP.Encode (0 ms)
[ RUN      ] HTTP.Endpoints
I0423 03:38:39.930593 23475 process.cpp:3191] Handling HTTP event for process '(43)' with path: '/(43)/body'
I0423 03:38:39.931166 23487 process.cpp:1007] Socket error while receiving: Connection reset by peer
I0423 03:38:39.931429 23475 process.cpp:3191] Handling HTTP event for process '(43)' with path: '/(43)/pipe'
I0423 03:38:39.931493 23475 process.cpp:1768] Starting "chunked" streaming
I0423 03:38:39.948194 23487 process.cpp:1009] Socket closed while receiving
[       OK ] HTTP.Endpoints (22 ms)
[ RUN      ] HTTP.Post
I0423 03:38:39.952365 23487 process.cpp:1009] Socket closed while receiving
I0423 03:38:39.952685 23472 process.cpp:3191] Handling HTTP event for process '(44)' with path: '/(44)/post'
I0423 03:38:39.960257 23487 process.cpp:1009] Socket closed while receiving
[       OK ] HTTP.Post (12 ms)
[ RUN      ] HTTP.PathParse
[       OK ] HTTP.PathParse (0 ms)
[ RUN      ] HTTP.Get
I0423 03:38:39.964920 23470 process.cpp:3191] Handling HTTP event for process '(45)' with path: '/(45)/get'
I0423 03:38:39.965452 23487 process.cpp:1009] Socket closed while receiving
I0423 03:38:39.972429 23471 process.cpp:3191] Handling HTTP event for process '(45)' with path: '/(45)/get'
I0423 03:38:39.976271 23487 process.cpp:1009] Socket closed while receiving
[       OK ] HTTP.Get (15 ms)
[----------] 5 tests from HTTP (49 ms total)

[----------] 2 tests from Statistics
[ RUN      ] Statistics.empty
[       OK ] Statistics.empty (0 ms)
[ RUN      ] Statistics.statistics
[       OK ] Statistics.statistics (0 ms)
[----------] 2 tests from Statistics (1 ms total)

[----------] 3 tests from Reap
[ RUN      ] Reap.TerminatedChildProcess
[       OK ] Reap.TerminatedChildProcess (31 ms)
[ RUN      ] Reap.NonChildProcess
[       OK ] Reap.NonChildProcess (35 ms)
[ RUN      ] Reap.ChildProcess
[       OK ] Reap.ChildProcess (35 ms)
[----------] 3 tests from Reap (101 ms total)

[----------] 3 tests from TimeTest
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 3 tests from TimeTest (1 ms total)

[----------] 10 tests from Subprocess
[ RUN      ] Subprocess.environmentWithSpaces
[       OK ] Subprocess.environmentWithSpaces (32 ms)
[ RUN      ] Subprocess.setup
[       OK ] Subprocess.setup (32 ms)
[ RUN      ] Subprocess.output
[       OK ] Subprocess.output (63 ms)
[ RUN      ] Subprocess.environmentWithSpacesAndQuotes
[       OK ] Subprocess.environmentWithSpacesAndQuotes (32 ms)
[ RUN      ] Subprocess.splice
[       OK ] Subprocess.splice (35 ms)
[ RUN      ] Subprocess.input
[       OK ] Subprocess.input (31 ms)
[ RUN      ] Subprocess.environmentOverride
[       OK ] Subprocess.environmentOverride (33 ms)
[ RUN      ] Subprocess.setupStatus
[       OK ] Subprocess.setupStatus (42 ms)
[ RUN      ] Subprocess.environment
[       OK ] Subprocess.environment (72 ms)
[ RUN      ] Subprocess.status
[       OK ] Subprocess.status (121 ms)
[----------] 10 tests from Subprocess (493 ms total)

[----------] 1 test from Future
[ RUN      ] Future.FromTry
[       OK ] Future.FromTry (0 ms)
[----------] 1 test from Future (0 ms total)

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

[----------] 3 tests from Owned
[ RUN      ] Owned.Share
[       OK ] Owned.Share (0 ms)
[ RUN      ] Owned.Access
[       OK ] Owned.Access (0 ms)
[ RUN      ] Owned.Null
[       OK ] Owned.Null (0 ms)
[----------] 3 tests from Owned (0 ms total)

[----------] Global test environment tear-down
[==========] 96 tests from 16 test cases ran. (1949 ms total)
[  PASSED  ] 95 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] Metrics.SnapshotStatistics

 1 FAILED TEST
  YOU HAVE 2 DISABLED TESTS

make[5]: *** [check-local] Error 1
make[5]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/3rdparty/libprocess'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/3rdparty/libprocess'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/3rdparty'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/3rdparty'
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2078

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/2078/>