See <https://builds.apache.org/job/mesos-reviewbot/16266/changes>
Changes: [benjamin.hindman] Updated Socket::Impl::accept to return std::shared_ptr<Impl>. [benjamin.hindman] Removed `Socket` dependency on `Socket::Impl`. [benjamin.hindman] Refactored `Socket` to support a templated version. [benjamin.hindman] Refactored network::Address into inet::Address. [benjamin.hindman] Refactor necessary after removing default Address constructor. [benjamin.hindman] Inlined function only used one place. [benjamin.hindman] Updated usage of network::Address and network::Socket in Mesos. [benjamin.hindman] Changes in libprocess to make http::Request::client optional. [benjamin.hindman] Changes in Mesos to make http::Request::client optional. [benjamin.hindman] Removed unused Socket from Encoder. [benjamin.hindman] Added support for http::connect to take an network::Address. [benjamin.hindman] Added POSIX socket shutdown types to Windows header. [benjamin.hindman] Added support for specifying how a socket should be shutdown. [benjamin.hindman] Updated http::Connection::disconnect to do a complete socket shutdown. [toenshoff] Added test for `slavePreLaunchDockerTaskExecutorDecorator` hook. [toenshoff] Removed superseded `slavePreLaunchDockerEnvironmentDecorator` hook. [toenshoff] Fixed conflict in hook result handling. [toenshoff] Removed superseded `slavePreLaunchDockerHook` hook. [yujie.jay] Added helper to get the io switchboard server address. [josephwu] CMake: Added socket_tests.cpp to the libprocess tests. [josephwu] CMake: Fixed missing dependencies on libmesos. ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [URLTrigger] A change within the response URL invocation (log) [EnvInject] - Loading node environment variables. Building remotely on H2 (Hadoop) in workspace <https://builds.apache.org/job/mesos-reviewbot/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/mesos.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision a8a7ea6b8fb4f4e117e067e9e5331995a75c8f3a (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a8a7ea6b8fb4f4e117e067e9e5331995a75c8f3a > git rev-list a85e284013a10e0ca036ab16128530c8cfd17087 # timeout=10 > git tag -a -f -m Jenkins Build #16266 jenkins-mesos-reviewbot-16266 # > timeout=10 [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson7789177559372520712.sh + date Tue Nov 29 22:52:58 UTC 2016 + pip install --user virtualenv Requirement already satisfied (use --upgrade to upgrade): virtualenv in /home/jenkins/.local/lib/python2.7/site-packages Cleaning up... + ./support/mesos-style.py 3rdparty/libprocess/include/process/socket.hpp:95: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3] 3rdparty/libprocess/include/process/socket.hpp:96: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3] Total errors found: 1 Total errors found: 0 Checking 1070 C++ files Checking 8 Python files Build step 'Execute shell' marked build as failure
