aah. thanks. still need to figure out why mesos-style commit hook doesn't work properly when working locally :/
On Tue, Feb 24, 2015 at 1:58 PM, Benjamin Mahler <[email protected]> wrote: > +vinod > > FYI I committed a fix for this. > > On Tue, Feb 24, 2015 at 1:02 PM, Apache Jenkins Server < > [email protected]> wrote: > >> See <https://builds.apache.org/job/mesos-reviewbot/4273/> >> >> ------------------------------------------ >> Started by an SCM change >> Building remotely on H10 (Ubuntu 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 b9ec45edb7e7ff52deb9d40356584da970b5bc89 >> (origin/master) >> > git config core.sparsecheckout # timeout=10 >> > git checkout -f b9ec45edb7e7ff52deb9d40356584da970b5bc89 >> > git rev-list b9ec45edb7e7ff52deb9d40356584da970b5bc89 # timeout=10 >> > git tag -a -f -m Jenkins Build #4273 jenkins-mesos-reviewbot-4273 # >> timeout=10 >> [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson1757733817462254346.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 >> Tue Feb 24 21:01:56 UTC 2015 >> + chmod -R +w 3rdparty bin bootstrap CHANGELOG configure.ac Dockerfile >> docs Doxyfile ec2 frameworks include LICENSE m4 Makefile.am mesos.pc.in >> mpi NOTICE README.md src support >> + git clean -fdx >> + git reset --hard HEAD >> HEAD is now at b9ec45e Added a persistent volume test for verifying >> master failover. >> + ./support/mesos-style.py >> Checking 596 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/launcher.hpp:79: Missing space after , [whitespace/comma] [3] >> src/tests/launcher.hpp:81: Missing space after , [whitespace/comma] [3] >> Total errors found: 2 >> Build step 'Execute shell' marked build as failure >> > >
