See <https://builds.apache.org/job/mesos-reviewbot/5402/changes>
Changes: [vinodkone] Removed LAUNCH call from scheduler.proto. [vinodkone] Removed REQUEST call from scheduler.proto. [vinodkone] Updated RECONCILE call to optionally specifiy a slave id. [vinodkone] Removed MasterInfo from REGISTER and REREGISTER scheduler calls. [vinodkone] Updated KILL to optionally include SlaveID. [vinodkone] Added SHUTDOWN scheduler call. [vinodkone] Added output stream operators for scheduler Calls and Events. [vinodkone] Added SUBSCRIBE call and SUBSCRIBED event. [vinodkone] Renamed UNREGISTER call to TEARDOWN. [vinodkone] Removed 'uuid' field from UPDATE call. [vinodkone] Documented the scheduler Event/Call protobufs. ------------------------------------------ [URLTrigger] A change within the response URL invocation (log) Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu) 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 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 407af3eff050cd0318037c0cbcc6f3d6e1ecd9ee (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 407af3eff050cd0318037c0cbcc6f3d6e1ecd9ee > git rev-list ec0a9f340925099046dc76e3c1c39565d67d9f8b # timeout=10 > git tag -a -f -m Jenkins Build #5402 jenkins-mesos-reviewbot-5402 # > timeout=10 [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson3084401683526529343.sh + export JAVA_HOME=/home/jenkins/tools/java/jdk1.6.0_20-64 + JAVA_HOME=/home/jenkins/tools/java/jdk1.6.0_20-64 + export PATH=/home/jenkins/tools/java/jdk1.6.0_20-64/bin:/home/jenkins/tools/java/latest1.6/bin:/home/jenkins/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + PATH=/home/jenkins/tools/java/jdk1.6.0_20-64/bin:/home/jenkins/tools/java/latest1.6/bin:/home/jenkins/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + export M2_HOME=/home/jenkins/tools/maven/latest + M2_HOME=/home/jenkins/tools/maven/latest + export PATH=/home/jenkins/tools/maven/latest/bin:/home/jenkins/tools/java/jdk1.6.0_20-64/bin:/home/jenkins/tools/java/latest1.6/bin:/home/jenkins/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + PATH=/home/jenkins/tools/maven/latest/bin:/home/jenkins/tools/java/jdk1.6.0_20-64/bin:/home/jenkins/tools/java/latest1.6/bin:/home/jenkins/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + date Sat Apr 25 21:41:05 UTC 2015 + chmod -R +w 3rdparty aclocal.m4 ar-lib autom4te.cache bin bootstrap CHANGELOG compile config.guess config.sub configure configure.ac depcomp Dockerfile docs Doxyfile ec2 frameworks include install-sh LICENSE ltmain.sh m4 Makefile.am Makefile.in mesos-0.23.0 mesos.pc.in missing mpi NOTICE README.md src support + git clean -fdx Removing .gitignore Removing .reviewboardrc Removing 3rdparty/Makefile.in Removing 3rdparty/libprocess/3rdparty/Makefile.in Removing 3rdparty/libprocess/3rdparty/stout/Makefile.in Removing 3rdparty/libprocess/3rdparty/stout/aclocal.m4 Removing 3rdparty/libprocess/3rdparty/stout/autom4te.cache/ Removing 3rdparty/libprocess/3rdparty/stout/configure Removing 3rdparty/libprocess/3rdparty/stout/include/Makefile.in Removing 3rdparty/libprocess/3rdparty/stout/missing Removing 3rdparty/libprocess/Makefile.in Removing 3rdparty/libprocess/aclocal.m4 Removing 3rdparty/libprocess/ar-lib Removing 3rdparty/libprocess/autom4te.cache/ Removing 3rdparty/libprocess/compile Removing 3rdparty/libprocess/config.guess Removing 3rdparty/libprocess/config.sub Removing 3rdparty/libprocess/configure Removing 3rdparty/libprocess/depcomp Removing 3rdparty/libprocess/include/Makefile.in Removing 3rdparty/libprocess/ltmain.sh Removing 3rdparty/libprocess/m4/libtool.m4 Removing 3rdparty/libprocess/m4/ltoptions.m4 Removing 3rdparty/libprocess/m4/ltsugar.m4 Removing 3rdparty/libprocess/m4/ltversion.m4 Removing 3rdparty/libprocess/m4/lt~obsolete.m4 Removing 3rdparty/libprocess/missing Removing Makefile.in Removing aclocal.m4 Removing ar-lib Removing autom4te.cache/ Removing compile Removing config.guess Removing config.sub Removing configure Removing depcomp Removing ec2/Makefile.in Removing install-sh Removing ltmain.sh Removing m4/libtool.m4 Removing m4/ltoptions.m4 Removing m4/ltsugar.m4 Removing m4/ltversion.m4 Removing m4/lt~obsolete.m4 Removing mesos-0.23.0/ Removing missing Removing src/Makefile.in + git reset --hard HEAD HEAD is now at 407af3e Documented the scheduler Event/Call protobufs. + ./support/mesos-style.py Checking 618 files using filter --filter=-,+build/class,+build/deprecated,+build/endif_comment,+readability/todo,+readability/namespace,+runtime/vlog,+whitespace/blank_line,+whitespace/comma,+whitespace/end_of_line,+whitespace/ending_newline,+whitespace/forcolon,+whitespace/indent,+whitespace/line_length,+whitespace/operators,+whitespace/semicolon,+whitespace/tab,+whitespace/todo src/tests/scheduler_tests.cpp:273: Missing space after , [whitespace/comma] [3] src/tests/scheduler_tests.cpp:381: Missing space after , [whitespace/comma] [3] src/tests/scheduler_tests.cpp:505: Missing space after , [whitespace/comma] [3] src/tests/scheduler_tests.cpp:617: Missing space after , [whitespace/comma] [3] Total errors found: 4 Build step 'Execute shell' marked build as failure
