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/10/16 19:32:18 UTC

Build failed in Jenkins: mesos-reviewbot #9037

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

Changes:

[vinodkone] Only update the task status when its old status is not terminal.

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
 > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
 > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037 # timeout=10
[mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ date
Fri Oct 16 17:31:50 UTC 2015
+ chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am mesos.pc.in mpi NOTICE README.md site src support
+ git clean -fdx
+ git reset --hard HEAD
HEAD is now at 0577040 Only update the task status when its old status is not terminal.
+ ./support/mesos-style.py
Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
Total errors found: 1
Build step 'Execute shell' marked build as failure

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

Posted by Vinod Kone <vi...@apache.org>.
I fixed apply-reviews.sh for now.

On Fri, Oct 16, 2015 at 2:54 PM, Artem Harutyunyan <ar...@mesosphere.io>
wrote:

> My jenkins script that runs all the tests as root is good to go [0],
> except we run a Linux launcher when we run as root [1] and I did not
> figure out how to change that yet. One possible solution is to update
> docker on ASF (version 1.8.2 mounts /sys/fs/cgroups inside the
> container). Do you think it will be feasible? Tim created a new job in
> jenkins which is hooked up to a private branch [2] so I can iterate
> fairly quickly.
>
> [0] - https://reviews.apache.org/r/37787/
> [1] -
> https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/containerizer.cpp#L231-L232
> [2] - https://github.com/artemharutyunyan/mesos/tree/docker
>
> On Fri, Oct 16, 2015 at 2:44 PM, Michael Park <mp...@apache.org> wrote:
> > I've been bit by this before as well, but evidently apply-review.sh does
> > tell you. It just doesn't make a fuss about it so it's easy to miss it.
> >
> > Perhaps it should reject the commit though, I wonder what Artem's
> > apply-reviews.py does?
> >
> > On Fri, Oct 16, 2015 at 10:52 AM Vinod Kone <vi...@apache.org>
> wrote:
> >>
> >> pushed a fix.
> >>
> >> we should really fix the apply-review script to catch these. sigh!
> >>
> >> On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
> >> jenkins@builds.apache.org> wrote:
> >>
> >> > See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
> >> >
> >> > Changes:
> >> >
> >> > [vinodkone] Only update the task status when its old status is not
> >> > terminal.
> >> >
> >> > ------------------------------------------
> >> > [URLTrigger] A change within the response URL invocation (log)
> >> > [EnvInject] - Loading node environment variables.
> >> > Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
> >> > (origin/master)
> >> >  > git config core.sparsecheckout # timeout=10
> >> >  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
> >> >  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
> >> >  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037 #
> >> > timeout=10
> >> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> >> > + date
> >> > Fri Oct 16 17:31:50 UTC 2015
> >> > + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
> >> > configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
> >> > mesos.pc.in mpi NOTICE README.md site src support
> >> > + git clean -fdx
> >> > + git reset --hard HEAD
> >> > HEAD is now at 0577040 Only update the task status when its old status
> >> > is
> >> > not terminal.
> >> > + ./support/mesos-style.py
> >> > Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
> >> > characters long  [whitespace/line_length] [2]
> >> > Total errors found: 1
> >> > Build step 'Execute shell' marked build as failure
> >> >
>

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

Posted by Artem Harutyunyan <ar...@mesosphere.io>.
I posted a patch in Mesos to bypass the Linux launcher issue
(https://reviews.apache.org/r/39604/). I have also updated exclusion
filters and got the new Jenkins script to finally run on ASF
infrastructure. The review is here https://reviews.apache.org/r/37787/
, the link to the run I am talking about is
https://builds.apache.org/view/All/job/Mesos%20new%20jenkins/15/ .

Tim, can we enable a couple more configurations (right now we're
missing ubuntu-12.04-gcc-4.8  and ubuntu-14.04-clang-3.6)? In general
I think we're good to go to replace the current Jenkins script. Please
let me know what you think.

Cheers,
Artem.

On Fri, Oct 16, 2015 at 4:17 PM, Artem Harutyunyan <ar...@mesosphere.io> wrote:
> Sure, here https://issues.apache.org/jira/browse/INFRA-10621.
>
> On Fri, Oct 16, 2015 at 4:10 PM, Vinod Kone <vi...@apache.org> wrote:
>> Artem, can you file an INFRA ticket for docker upgrade? I don't anticipate
>> any pushback for that.
>>
>> On Fri, Oct 16, 2015 at 2:54 PM, Artem Harutyunyan <ar...@mesosphere.io>
>> wrote:
>>>
>>> My jenkins script that runs all the tests as root is good to go [0],
>>> except we run a Linux launcher when we run as root [1] and I did not
>>> figure out how to change that yet. One possible solution is to update
>>> docker on ASF (version 1.8.2 mounts /sys/fs/cgroups inside the
>>> container). Do you think it will be feasible? Tim created a new job in
>>> jenkins which is hooked up to a private branch [2] so I can iterate
>>> fairly quickly.
>>>
>>> [0] - https://reviews.apache.org/r/37787/
>>> [1] -
>>> https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/containerizer.cpp#L231-L232
>>> [2] - https://github.com/artemharutyunyan/mesos/tree/docker
>>>
>>> On Fri, Oct 16, 2015 at 2:44 PM, Michael Park <mp...@apache.org> wrote:
>>> > I've been bit by this before as well, but evidently apply-review.sh does
>>> > tell you. It just doesn't make a fuss about it so it's easy to miss it.
>>> >
>>> > Perhaps it should reject the commit though, I wonder what Artem's
>>> > apply-reviews.py does?
>>> >
>>> > On Fri, Oct 16, 2015 at 10:52 AM Vinod Kone <vi...@apache.org>
>>> > wrote:
>>> >>
>>> >> pushed a fix.
>>> >>
>>> >> we should really fix the apply-review script to catch these. sigh!
>>> >>
>>> >> On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
>>> >> jenkins@builds.apache.org> wrote:
>>> >>
>>> >> > See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
>>> >> >
>>> >> > Changes:
>>> >> >
>>> >> > [vinodkone] Only update the task status when its old status is not
>>> >> > terminal.
>>> >> >
>>> >> > ------------------------------------------
>>> >> > [URLTrigger] A change within the response URL invocation (log)
>>> >> > [EnvInject] - Loading node environment variables.
>>> >> > Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
>>> >> > (origin/master)
>>> >> >  > git config core.sparsecheckout # timeout=10
>>> >> >  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
>>> >> >  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
>>> >> >  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037
>>> >> > #
>>> >> > timeout=10
>>> >> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
>>> >> > + date
>>> >> > Fri Oct 16 17:31:50 UTC 2015
>>> >> > + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
>>> >> > configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
>>> >> > mesos.pc.in mpi NOTICE README.md site src support
>>> >> > + git clean -fdx
>>> >> > + git reset --hard HEAD
>>> >> > HEAD is now at 0577040 Only update the task status when its old
>>> >> > status
>>> >> > is
>>> >> > not terminal.
>>> >> > + ./support/mesos-style.py
>>> >> > Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
>>> >> > characters long  [whitespace/line_length] [2]
>>> >> > Total errors found: 1
>>> >> > Build step 'Execute shell' marked build as failure
>>> >> >
>>
>>

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

Posted by Artem Harutyunyan <ar...@mesosphere.io>.
Sure, here https://issues.apache.org/jira/browse/INFRA-10621.

On Fri, Oct 16, 2015 at 4:10 PM, Vinod Kone <vi...@apache.org> wrote:
> Artem, can you file an INFRA ticket for docker upgrade? I don't anticipate
> any pushback for that.
>
> On Fri, Oct 16, 2015 at 2:54 PM, Artem Harutyunyan <ar...@mesosphere.io>
> wrote:
>>
>> My jenkins script that runs all the tests as root is good to go [0],
>> except we run a Linux launcher when we run as root [1] and I did not
>> figure out how to change that yet. One possible solution is to update
>> docker on ASF (version 1.8.2 mounts /sys/fs/cgroups inside the
>> container). Do you think it will be feasible? Tim created a new job in
>> jenkins which is hooked up to a private branch [2] so I can iterate
>> fairly quickly.
>>
>> [0] - https://reviews.apache.org/r/37787/
>> [1] -
>> https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/containerizer.cpp#L231-L232
>> [2] - https://github.com/artemharutyunyan/mesos/tree/docker
>>
>> On Fri, Oct 16, 2015 at 2:44 PM, Michael Park <mp...@apache.org> wrote:
>> > I've been bit by this before as well, but evidently apply-review.sh does
>> > tell you. It just doesn't make a fuss about it so it's easy to miss it.
>> >
>> > Perhaps it should reject the commit though, I wonder what Artem's
>> > apply-reviews.py does?
>> >
>> > On Fri, Oct 16, 2015 at 10:52 AM Vinod Kone <vi...@apache.org>
>> > wrote:
>> >>
>> >> pushed a fix.
>> >>
>> >> we should really fix the apply-review script to catch these. sigh!
>> >>
>> >> On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
>> >> jenkins@builds.apache.org> wrote:
>> >>
>> >> > See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
>> >> >
>> >> > Changes:
>> >> >
>> >> > [vinodkone] Only update the task status when its old status is not
>> >> > terminal.
>> >> >
>> >> > ------------------------------------------
>> >> > [URLTrigger] A change within the response URL invocation (log)
>> >> > [EnvInject] - Loading node environment variables.
>> >> > Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
>> >> > (origin/master)
>> >> >  > git config core.sparsecheckout # timeout=10
>> >> >  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
>> >> >  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
>> >> >  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037
>> >> > #
>> >> > timeout=10
>> >> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
>> >> > + date
>> >> > Fri Oct 16 17:31:50 UTC 2015
>> >> > + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
>> >> > configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
>> >> > mesos.pc.in mpi NOTICE README.md site src support
>> >> > + git clean -fdx
>> >> > + git reset --hard HEAD
>> >> > HEAD is now at 0577040 Only update the task status when its old
>> >> > status
>> >> > is
>> >> > not terminal.
>> >> > + ./support/mesos-style.py
>> >> > Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
>> >> > characters long  [whitespace/line_length] [2]
>> >> > Total errors found: 1
>> >> > Build step 'Execute shell' marked build as failure
>> >> >
>
>

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

Posted by Vinod Kone <vi...@apache.org>.
Artem, can you file an INFRA ticket for docker upgrade? I don't anticipate
any pushback for that.

On Fri, Oct 16, 2015 at 2:54 PM, Artem Harutyunyan <ar...@mesosphere.io>
wrote:

> My jenkins script that runs all the tests as root is good to go [0],
> except we run a Linux launcher when we run as root [1] and I did not
> figure out how to change that yet. One possible solution is to update
> docker on ASF (version 1.8.2 mounts /sys/fs/cgroups inside the
> container). Do you think it will be feasible? Tim created a new job in
> jenkins which is hooked up to a private branch [2] so I can iterate
> fairly quickly.
>
> [0] - https://reviews.apache.org/r/37787/
> [1] -
> https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/containerizer.cpp#L231-L232
> [2] - https://github.com/artemharutyunyan/mesos/tree/docker
>
> On Fri, Oct 16, 2015 at 2:44 PM, Michael Park <mp...@apache.org> wrote:
> > I've been bit by this before as well, but evidently apply-review.sh does
> > tell you. It just doesn't make a fuss about it so it's easy to miss it.
> >
> > Perhaps it should reject the commit though, I wonder what Artem's
> > apply-reviews.py does?
> >
> > On Fri, Oct 16, 2015 at 10:52 AM Vinod Kone <vi...@apache.org>
> wrote:
> >>
> >> pushed a fix.
> >>
> >> we should really fix the apply-review script to catch these. sigh!
> >>
> >> On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
> >> jenkins@builds.apache.org> wrote:
> >>
> >> > See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
> >> >
> >> > Changes:
> >> >
> >> > [vinodkone] Only update the task status when its old status is not
> >> > terminal.
> >> >
> >> > ------------------------------------------
> >> > [URLTrigger] A change within the response URL invocation (log)
> >> > [EnvInject] - Loading node environment variables.
> >> > Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
> >> > (origin/master)
> >> >  > git config core.sparsecheckout # timeout=10
> >> >  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
> >> >  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
> >> >  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037 #
> >> > timeout=10
> >> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> >> > + date
> >> > Fri Oct 16 17:31:50 UTC 2015
> >> > + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
> >> > configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
> >> > mesos.pc.in mpi NOTICE README.md site src support
> >> > + git clean -fdx
> >> > + git reset --hard HEAD
> >> > HEAD is now at 0577040 Only update the task status when its old status
> >> > is
> >> > not terminal.
> >> > + ./support/mesos-style.py
> >> > Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
> >> > characters long  [whitespace/line_length] [2]
> >> > Total errors found: 1
> >> > Build step 'Execute shell' marked build as failure
> >> >
>

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

Posted by Artem Harutyunyan <ar...@mesosphere.io>.
My jenkins script that runs all the tests as root is good to go [0],
except we run a Linux launcher when we run as root [1] and I did not
figure out how to change that yet. One possible solution is to update
docker on ASF (version 1.8.2 mounts /sys/fs/cgroups inside the
container). Do you think it will be feasible? Tim created a new job in
jenkins which is hooked up to a private branch [2] so I can iterate
fairly quickly.

[0] - https://reviews.apache.org/r/37787/
[1] - https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/containerizer.cpp#L231-L232
[2] - https://github.com/artemharutyunyan/mesos/tree/docker

On Fri, Oct 16, 2015 at 2:44 PM, Michael Park <mp...@apache.org> wrote:
> I've been bit by this before as well, but evidently apply-review.sh does
> tell you. It just doesn't make a fuss about it so it's easy to miss it.
>
> Perhaps it should reject the commit though, I wonder what Artem's
> apply-reviews.py does?
>
> On Fri, Oct 16, 2015 at 10:52 AM Vinod Kone <vi...@apache.org> wrote:
>>
>> pushed a fix.
>>
>> we should really fix the apply-review script to catch these. sigh!
>>
>> On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
>> jenkins@builds.apache.org> wrote:
>>
>> > See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
>> >
>> > Changes:
>> >
>> > [vinodkone] Only update the task status when its old status is not
>> > terminal.
>> >
>> > ------------------------------------------
>> > [URLTrigger] A change within the response URL invocation (log)
>> > [EnvInject] - Loading node environment variables.
>> > Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
>> > (origin/master)
>> >  > git config core.sparsecheckout # timeout=10
>> >  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
>> >  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
>> >  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037 #
>> > timeout=10
>> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
>> > + date
>> > Fri Oct 16 17:31:50 UTC 2015
>> > + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
>> > configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
>> > mesos.pc.in mpi NOTICE README.md site src support
>> > + git clean -fdx
>> > + git reset --hard HEAD
>> > HEAD is now at 0577040 Only update the task status when its old status
>> > is
>> > not terminal.
>> > + ./support/mesos-style.py
>> > Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
>> > characters long  [whitespace/line_length] [2]
>> > Total errors found: 1
>> > Build step 'Execute shell' marked build as failure
>> >

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

Posted by Michael Park <mp...@apache.org>.
I've been bit by this before as well, but evidently *apply-review.sh* does
tell you. It just doesn't make a fuss about it so it's easy to miss it.

Perhaps it should reject the commit though, I wonder what Artem's
*apply-reviews.py* does?

On Fri, Oct 16, 2015 at 10:52 AM Vinod Kone <vi...@apache.org> wrote:

> pushed a fix.
>
> we should really fix the apply-review script to catch these. sigh!
>
> On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
> >
> > Changes:
> >
> > [vinodkone] Only update the task status when its old status is not
> > terminal.
> >
> > ------------------------------------------
> > [URLTrigger] A change within the response URL invocation (log)
> > [EnvInject] - Loading node environment variables.
> > Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
> > (origin/master)
> >  > git config core.sparsecheckout # timeout=10
> >  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
> >  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
> >  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037 #
> > timeout=10
> > [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> > + date
> > Fri Oct 16 17:31:50 UTC 2015
> > + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
> > configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
> > mesos.pc.in mpi NOTICE README.md site src support
> > + git clean -fdx
> > + git reset --hard HEAD
> > HEAD is now at 0577040 Only update the task status when its old status is
> > not terminal.
> > + ./support/mesos-style.py
> > Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
> > characters long  [whitespace/line_length] [2]
> > Total errors found: 1
> > Build step 'Execute shell' marked build as failure
> >
>

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

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

we should really fix the apply-review script to catch these. sigh!

On Fri, Oct 16, 2015 at 10:32 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/mesos-reviewbot/9037/changes>
>
> Changes:
>
> [vinodkone] Only update the task status when its old status is not
> terminal.
>
> ------------------------------------------
> [URLTrigger] A change within the response URL invocation (log)
> [EnvInject] - Loading node environment variables.
> Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03
> (origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
>  > git rev-list b1f51b72f06446615b919d552f0b3df1489673fd # timeout=10
>  > git tag -a -f -m Jenkins Build #9037 jenkins-mesos-reviewbot-9037 #
> timeout=10
> [mesos-reviewbot] $ /bin/bash -xe /tmp/hudson609123118089990585.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> + date
> Fri Oct 16 17:31:50 UTC 2015
> + chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt
> configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am
> mesos.pc.in mpi NOTICE README.md site src support
> + git clean -fdx
> + git reset --hard HEAD
> HEAD is now at 0577040 Only update the task status when its old status is
> not terminal.
> + ./support/mesos-style.py
> Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80
> characters long  [whitespace/line_length] [2]
> Total errors found: 1
> Build step 'Execute shell' marked build as failure
>

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

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


Build failed in Jenkins: mesos-reviewbot #9039

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
[EnvInject] - Loading node environment variables.
Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
 > git rev-list 0577040b48ab8f3906a99e22bda23391a91d4f03 # timeout=10
 > git tag -a -f -m Jenkins Build #9039 jenkins-mesos-reviewbot-9039 # timeout=10
[mesos-reviewbot] $ /bin/bash -xe /tmp/hudson8572694893139892467.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ date
Fri Oct 16 17:41:49 UTC 2015
+ chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am mesos.pc.in mpi NOTICE README.md site src support
+ git clean -fdx
+ git reset --hard HEAD
HEAD is now at 0577040 Only update the task status when its old status is not terminal.
+ ./support/mesos-style.py
Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
Total errors found: 1
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: mesos-reviewbot #9038

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H11 (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 -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 0577040b48ab8f3906a99e22bda23391a91d4f03 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0577040b48ab8f3906a99e22bda23391a91d4f03
 > git rev-list 0577040b48ab8f3906a99e22bda23391a91d4f03 # timeout=10
 > git tag -a -f -m Jenkins Build #9038 jenkins-mesos-reviewbot-9038 # timeout=10
[mesos-reviewbot] $ /bin/bash -xe /tmp/hudson9142008324288000277.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:/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:/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:/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ date
Fri Oct 16 17:33:07 UTC 2015
+ chmod -R +w 3rdparty bin bootstrap CHANGELOG cmake CMakeLists.txt configure.ac Dockerfile docs Doxyfile include LICENSE m4 Makefile.am mesos.pc.in mpi NOTICE README.md site src support
+ git clean -fdx
+ git reset --hard HEAD
HEAD is now at 0577040 Only update the task status when its old status is not terminal.
+ ./support/mesos-style.py
Checking 766 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/status_update_manager_tests.cpp:927:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
Total errors found: 1
Build step 'Execute shell' marked build as failure