See 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2040/changes>

Changes:

[benjamin.hindman] Updated os::read(fd, size) to not seek.

[benjamin.hindman] Enable automake 1.14.

[vinod] Fixed ProcTest.MultipleThreads test.

[benjamin.hindman] Adds a "setup" function to process::subprocess.

------------------------------------------
[...truncated 3698 lines...]

[----------] 5 tests from HTTP
[ RUN      ] HTTP.Endpoints
I0404 00:35:19.274107  6104 process.cpp:3189] Handling HTTP event for process 
'(1)' with path: '/(1)/body'
I0404 00:35:19.274386  6106 process.cpp:1006] Socket error while receiving: 
Connection reset by peer
I0404 00:35:19.274548  6104 process.cpp:3189] Handling HTTP event for process 
'(1)' with path: '/(1)/pipe'
I0404 00:35:19.274606  6104 process.cpp:1766] Starting "chunked" streaming
I0404 00:35:19.274942  6106 process.cpp:1008] Socket closed while receiving
[       OK ] HTTP.Endpoints (2 ms)
[ RUN      ] HTTP.Encode
[       OK ] HTTP.Encode (0 ms)
[ RUN      ] HTTP.PathParse
[       OK ] HTTP.PathParse (0 ms)
[ RUN      ] HTTP.Get
I0404 00:35:19.275601  6103 process.cpp:3189] Handling HTTP event for process 
'(2)' with path: '/(2)/get'
I0404 00:35:19.275836  6106 process.cpp:1008] Socket closed while receiving
I0404 00:35:19.276108  6098 process.cpp:3189] Handling HTTP event for process 
'(2)' with path: '/(2)/get'
I0404 00:35:19.276347  6106 process.cpp:1008] Socket closed while receiving
[       OK ] HTTP.Get (1 ms)
[ RUN      ] HTTP.Post
I0404 00:35:19.276700  6106 process.cpp:1008] Socket closed while receiving
I0404 00:35:19.276813  6105 process.cpp:3189] Handling HTTP event for process 
'(3)' with path: '/(3)/post'
I0404 00:35:19.277024  6106 process.cpp:1008] Socket closed while receiving
[       OK ] HTTP.Post (1 ms)
[----------] 5 tests from HTTP (4 ms total)

[----------] 5 tests from IO
[ RUN      ] IO.Poll
[       OK ] IO.Poll (0 ms)
[ RUN      ] IO.Read
[       OK ] IO.Read (0 ms)
[ RUN      ] IO.BufferedRead
[       OK ] IO.BufferedRead (3 ms)
[ RUN      ] IO.Write
[       OK ] IO.Write (0 ms)
[ RUN      ] IO.splice
[       OK ] IO.splice (30 ms)
[----------] 5 tests from IO (33 ms total)

[----------] 3 tests from Mutex
[ RUN      ] Mutex.lock
[       OK ] Mutex.lock (0 ms)
[ RUN      ] Mutex.block
[       OK ] Mutex.block (0 ms)
[ RUN      ] Mutex.queue
[       OK ] Mutex.queue (0 ms)
[----------] 3 tests from Mutex (0 ms total)

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

[----------] 39 tests from Process
[ RUN      ] Process.event
[       OK ] Process.event (0 ms)
[ RUN      ] Process.future
[       OK ] Process.future (0 ms)
[ RUN      ] Process.associate
[       OK ] Process.associate (0 ms)
[ RUN      ] Process.onAny
[       OK ] Process.onAny (0 ms)
[ RUN      ] Process.then
[       OK ] Process.then (1 ms)
[ RUN      ] Process.after1
[       OK ] Process.after1 (10 ms)
[ RUN      ] Process.after2
[       OK ] Process.after2 (10 ms)
[ RUN      ] Process.chain
[       OK ] Process.chain (0 ms)
[ RUN      ] Process.discard1
[       OK ] Process.discard1 (0 ms)
[ RUN      ] Process.discard2
[       OK ] Process.discard2 (0 ms)
[ RUN      ] Process.discard3
[       OK ] Process.discard3 (0 ms)
[ RUN      ] Process.spawn
[       OK ] Process.spawn (0 ms)
[ RUN      ] Process.dispatch
[       OK ] Process.dispatch (1 ms)
[ RUN      ] Process.defer1
[       OK ] Process.defer1 (0 ms)
[ RUN      ] Process.defer2
[       OK ] Process.defer2 (0 ms)
[ RUN      ] Process.defer3
[       OK ] Process.defer3 (0 ms)
[ RUN      ] Process.handlers
[       OK ] Process.handlers (0 ms)
[ RUN      ] Process.expect
[       OK ] Process.expect (0 ms)
[ RUN      ] Process.action
[       OK ] Process.action (0 ms)
[ RUN      ] Process.inheritance
[       OK ] Process.inheritance (0 ms)
[ RUN      ] Process.thunk
[       OK ] Process.thunk (0 ms)
[ RUN      ] Process.delegate
I0404 00:35:19.334755  6097 process.cpp:3172] Delegating message 'func' to 
(13)@67.195.138.61:58370
[       OK ] Process.delegate (0 ms)
[ RUN      ] Process.delay
[       OK ] Process.delay (1 ms)
[ RUN      ] Process.order
[       OK ] Process.order (0 ms)
[ RUN      ] Process.donate
[       OK ] Process.donate (0 ms)
[ RUN      ] Process.exited
[       OK ] Process.exited (0 ms)
[ RUN      ] Process.select
[       OK ] Process.select (0 ms)
[ RUN      ] Process.collect
[       OK ] Process.collect (0 ms)
[ RUN      ] Process.await1
[       OK ] Process.await1 (0 ms)
[ RUN      ] Process.await2
[       OK ] Process.await2 (1 ms)
[ RUN      ] Process.await3
[       OK ] Process.await3 (0 ms)
[ RUN      ] Process.settle
[       OK ] Process.settle (40 ms)
[ RUN      ] Process.pid
[       OK ] Process.pid (0 ms)
[ RUN      ] Process.listener
[       OK ] Process.listener (0 ms)
[ RUN      ] Process.executor
[       OK ] Process.executor (1 ms)
[ RUN      ] Process.remote
I0404 00:35:19.377542  6106 process.cpp:1008] Socket closed while receiving
[       OK ] Process.remote (0 ms)
[ RUN      ] Process.async
[       OK ] Process.async (1 ms)
[ RUN      ] Process.limiter
[       OK ] Process.limiter (7 ms)
[ RUN      ] Process.provide
I0404 00:35:19.385860  6098 process.cpp:3189] Handling HTTP event for process 
'(32)' with path: '/(32)'
I0404 00:35:19.385993  6105 process.cpp:1734] Sending file at 
'/tmp/sCtB2P/lorem.txt' with length 446
I0404 00:35:19.386170  6106 process.cpp:1008] Socket closed while receiving
[       OK ] Process.provide (1 ms)
[----------] 39 tests from Process (76 ms total)

[----------] 3 tests from Reap
[ RUN      ] Reap.NonChildProcess
[       OK ] Reap.NonChildProcess (42 ms)
[ RUN      ] Reap.ChildProcess
[       OK ] Reap.ChildProcess (31 ms)
[ RUN      ] Reap.TerminatedChildProcess
[       OK ] Reap.TerminatedChildProcess (22 ms)
[----------] 3 tests from Reap (95 ms total)

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

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

[----------] 3 tests from Statistics
[ RUN      ] Statistics.set
[       OK ] Statistics.set (0 ms)
[ RUN      ] Statistics.increment
[       OK ] Statistics.increment (1 ms)
[ RUN      ] Statistics.decrement
[       OK ] Statistics.decrement (0 ms)
[----------] 3 tests from Statistics (1 ms total)

[----------] 10 tests from Subprocess
[ RUN      ] Subprocess.status
[       OK ] Subprocess.status (124 ms)
[ RUN      ] Subprocess.output
[       OK ] Subprocess.output (62 ms)
[ RUN      ] Subprocess.input
[       OK ] Subprocess.input (31 ms)
[ RUN      ] Subprocess.splice
[       OK ] Subprocess.splice (31 ms)
[ RUN      ] Subprocess.environment
[       OK ] Subprocess.environment (62 ms)
[ RUN      ] Subprocess.environmentWithSpaces
[       OK ] Subprocess.environmentWithSpaces (31 ms)
[ RUN      ] Subprocess.environmentWithSpacesAndQuotes
[       OK ] Subprocess.environmentWithSpacesAndQuotes (31 ms)
[ RUN      ] Subprocess.environmentOverride
[       OK ] Subprocess.environmentOverride (30 ms)
[ RUN      ] Subprocess.setup
../../../3rdparty/libprocess/src/tests/subprocess_tests.cpp:447: Failure
Expected: (getsid(0)) != (getsid(s.get().pid())), actual: 14265 vs 14265
[  FAILED  ] Subprocess.setup (61 ms)
[ RUN      ] Subprocess.setupStatus
[       OK ] Subprocess.setupStatus (62 ms)
[----------] 10 tests from Subprocess (526 ms total)

[----------] 3 tests from TimeSeries
[ RUN      ] TimeSeries.set
[       OK ] TimeSeries.set (0 ms)
[ RUN      ] TimeSeries.sparsify
[       OK ] TimeSeries.sparsify (0 ms)
[ RUN      ] TimeSeries.truncate
[       OK ] TimeSeries.truncate (0 ms)
[----------] 3 tests from TimeSeries (0 ms total)

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

[----------] Global test environment tear-down
[==========] 90 tests from 14 test cases ran. (780 ms total)
[  PASSED  ] 89 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] Subprocess.setup

 1 FAILED TEST
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/mesos-0.19.0/_build/3rdparty/libprocess'>
make[5]: *** [check-am] Error 2
make[5]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/mesos-0.19.0/_build/3rdparty/libprocess'>
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/mesos-0.19.0/_build/3rdparty/libprocess'>
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/mesos-0.19.0/_build/3rdparty'>
make[2]: *** [check] Error 2
make[2]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/mesos-0.19.0/_build/3rdparty'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/mesos-0.19.0/_build'>
make: *** [distcheck] Error 1
Build step 'Execute shell' marked build as failure

Reply via email to