Re: truncated checkstyle output

2016-01-05 Thread Apekshit Sharma
Stack was facing same issue yesterday with
https://builds.apache.org/job/PreCommit-HBASE-Build/17118. I think he tried
re-running it. Don't know after that.

On Tue, Jan 5, 2016 at 7:39 AM, Ted Yu  wrote:

> Hi,
> I was looking at checkstyle warnings for one of my patches.
> I noticed that both trunkCheckstyle.xml and patchCheckstyle.xml were
> truncated, resulting in bad-formed xml files.
>
> I downloaded trunkCheckstyle.xml from another QA run (not for my patch) and
> observed truncated xml:
>
> https://builds.apache.org/job/PreCommit-HBASE-Build/17120/artifact/patchprocess/
>
> Here was the tail of trunkCheckstyle.xml :
>
> 
> source="com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck"/>
> 
> 
> name="/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/Permission.java">
> 
> Has anyone else noticed similar issue ?
>
> Thanks
>



-- 

Regards

Apekshit Sharma | Software Engineer, Cloudera | Palo Alto, California |
650-963-6311


truncated checkstyle output

2016-01-05 Thread Ted Yu
Hi,
I was looking at checkstyle warnings for one of my patches.
I noticed that both trunkCheckstyle.xml and patchCheckstyle.xml were
truncated, resulting in bad-formed xml files.

I downloaded trunkCheckstyle.xml from another QA run (not for my patch) and
observed truncated xml:
https://builds.apache.org/job/PreCommit-HBASE-Build/17120/artifact/patchprocess/

Here was the tail of trunkCheckstyle.xml :






Re: truncated checkstyle output

2016-01-05 Thread Sean Busbey
I'm hoping to have a first pass of transitioning to yetus up later this
week, so maybe this issue will be obviated?

On Tue, Jan 5, 2016 at 11:49 AM, Apekshit Sharma  wrote:

> Stack was facing same issue yesterday with
> https://builds.apache.org/job/PreCommit-HBASE-Build/17118. I think he
> tried
> re-running it. Don't know after that.
>
> On Tue, Jan 5, 2016 at 7:39 AM, Ted Yu  wrote:
>
> > Hi,
> > I was looking at checkstyle warnings for one of my patches.
> > I noticed that both trunkCheckstyle.xml and patchCheckstyle.xml were
> > truncated, resulting in bad-formed xml files.
> >
> > I downloaded trunkCheckstyle.xml from another QA run (not for my patch)
> and
> > observed truncated xml:
> >
> >
> https://builds.apache.org/job/PreCommit-HBASE-Build/17120/artifact/patchprocess/
> >
> > Here was the tail of trunkCheckstyle.xml :
> >
> >  >
> >
> source="com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck"/>
> > 
> >  >
> >
> name="/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/Permission.java">
> >  >
> > Has anyone else noticed similar issue ?
> >
> > Thanks
> >
>
>
>
> --
>
> Regards
>
> Apekshit Sharma | Software Engineer, Cloudera | Palo Alto, California |
> 650-963-6311
>



-- 
Sean