You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/06/10 23:02:01 UTC

Build failed in Jenkins: mesos-reviewbot #6333

See <https://builds.apache.org/job/mesos-reviewbot/6333/changes>

Changes:

[vinodkone] Make a bunch of JSONP callback URLs in mesos UI protocol-relative.

[vinodkone] Moved validation of ExecutorInfo.framework_id() from scheduler driver

[vinodkone] Fixed some typos.

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
Building remotely on ubuntu-6 (docker 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 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
 > git rev-list 263a85992eddac4e881ec1d8a8cff220bee7ed49 # timeout=10
 > git tag -a -f -m Jenkins Build #6333 jenkins-mesos-reviewbot-6333 # timeout=10
[mesos-reviewbot] $ /bin/bash -xe /tmp/hudson2523778863496208217.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
Wed Jun 10 21:01: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.pc.in missing mpi NOTICE README.md src support
+ git clean -fdx
Removing .clang-format
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 missing
Removing src/Makefile.in
+ git reset --hard HEAD
HEAD is now at 584887b Fixed some typos.
+ ./support/mesos-style.py
Checking 637 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/master/master.cpp:2707:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2708:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2709:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2710:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2711:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2712:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2713:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2714:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2715:  Tab found; better to use spaces  [whitespace/tab] [1]
Total errors found: 9
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : mesos-reviewbot #6336

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/6336/changes>


Build failed in Jenkins: mesos-reviewbot #6335

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/6335/>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
Building remotely on ubuntu-6 (docker 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 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
 > git rev-list 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e # timeout=10
 > git tag -a -f -m Jenkins Build #6335 jenkins-mesos-reviewbot-6335 # timeout=10
[mesos-reviewbot] $ /bin/bash -xe /tmp/hudson1804672287708656819.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
Wed Jun 10 21:11:03 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 584887b Fixed some typos.
+ ./support/mesos-style.py
Checking 637 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/master/master.cpp:2707:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2708:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2709:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2710:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2711:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2712:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2713:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2714:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2715:  Tab found; better to use spaces  [whitespace/tab] [1]
Total errors found: 9
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: mesos-reviewbot #6334

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/6334/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-6 (docker 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 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
 > git rev-list 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e # timeout=10
 > git tag -a -f -m Jenkins Build #6334 jenkins-mesos-reviewbot-6334 # timeout=10
[mesos-reviewbot] $ /bin/bash -xe /tmp/hudson1669844206841313627.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
Wed Jun 10 21:02:03 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 584887b Fixed some typos.
+ ./support/mesos-style.py
Checking 637 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/master/master.cpp:2707:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2708:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2709:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2710:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2711:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2712:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2713:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2714:  Tab found; better to use spaces  [whitespace/tab] [1]
src/master/master.cpp:2715:  Tab found; better to use spaces  [whitespace/tab] [1]
Total errors found: 9
Build step 'Execute shell' marked build as failure

Re: Build failed in Jenkins: mesos-reviewbot #6333

Posted by Benjamin Mahler <be...@gmail.com>.
Does reviewbot miss style errors?

On Wed, Jun 10, 2015 at 2:22 PM, Vinod Kone <vi...@apache.org> wrote:

> pushed the style fix.
>
> On Wed, Jun 10, 2015 at 2:02 PM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <https://builds.apache.org/job/mesos-reviewbot/6333/changes>
> >
> > Changes:
> >
> > [vinodkone] Make a bunch of JSONP callback URLs in mesos UI
> > protocol-relative.
> >
> > [vinodkone] Moved validation of ExecutorInfo.framework_id() from
> scheduler
> > driver
> >
> > [vinodkone] Fixed some typos.
> >
> > ------------------------------------------
> > [URLTrigger] A change within the response URL invocation (log)
> > Building remotely on ubuntu-6 (docker 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 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
> > (origin/master)
> >  > git config core.sparsecheckout # timeout=10
> >  > git checkout -f 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
> >  > git rev-list 263a85992eddac4e881ec1d8a8cff220bee7ed49 # timeout=10
> >  > git tag -a -f -m Jenkins Build #6333 jenkins-mesos-reviewbot-6333 #
> > timeout=10
> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson2523778863496208217.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
> > Wed Jun 10 21:01: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.pc.in missing mpi NOTICE
> > README.md src support
> > + git clean -fdx
> > Removing .clang-format
> > 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 missing
> > Removing src/Makefile.in
> > + git reset --hard HEAD
> > HEAD is now at 584887b Fixed some typos.
> > + ./support/mesos-style.py
> > Checking 637 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/master/master.cpp:2707:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2708:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2709:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2710:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2711:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2712:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2713:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2714:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > src/master/master.cpp:2715:  Tab found; better to use spaces
> > [whitespace/tab] [1]
> > Total errors found: 9
> > Build step 'Execute shell' marked build as failure
> >
>

Re: Build failed in Jenkins: mesos-reviewbot #6333

Posted by Vinod Kone <vi...@apache.org>.
pushed the style fix.

On Wed, Jun 10, 2015 at 2:02 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/mesos-reviewbot/6333/changes>
>
> Changes:
>
> [vinodkone] Make a bunch of JSONP callback URLs in mesos UI
> protocol-relative.
>
> [vinodkone] Moved validation of ExecutorInfo.framework_id() from scheduler
> driver
>
> [vinodkone] Fixed some typos.
>
> ------------------------------------------
> [URLTrigger] A change within the response URL invocation (log)
> Building remotely on ubuntu-6 (docker 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 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
> (origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 584887b6158b4a70aeaefd2b22499a7f4fa8bb7e
>  > git rev-list 263a85992eddac4e881ec1d8a8cff220bee7ed49 # timeout=10
>  > git tag -a -f -m Jenkins Build #6333 jenkins-mesos-reviewbot-6333 #
> timeout=10
> [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson2523778863496208217.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
> Wed Jun 10 21:01: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.pc.in missing mpi NOTICE
> README.md src support
> + git clean -fdx
> Removing .clang-format
> 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 missing
> Removing src/Makefile.in
> + git reset --hard HEAD
> HEAD is now at 584887b Fixed some typos.
> + ./support/mesos-style.py
> Checking 637 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/master/master.cpp:2707:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2708:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2709:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2710:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2711:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2712:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2713:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2714:  Tab found; better to use spaces
> [whitespace/tab] [1]
> src/master/master.cpp:2715:  Tab found; better to use spaces
> [whitespace/tab] [1]
> Total errors found: 9
> Build step 'Execute shell' marked build as failure
>