Re: QA test runs timed out for branch-1.x

2017-10-22 Thread Sean Busbey
I removed toolchain entirely. let's see how things fare now.

On Sun, Oct 22, 2017 at 6:56 PM, Ted Yu  wrote:
> From https://builds.apache.org/job/PreCommit-HBASE-Build/9327/console :
>
> *21:54:21* Build timed out (after 360 minutes). Marking the build as
> failed.*21:54:21* ERROR: Could not install
> JAVA_HOME_HADOOP_MACHINES_HOME*21:54:21*
> java.lang.NullPointerException*21:54:21*at
> hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)*21:54:21*
> at 
> hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:887)*21:54:21*
> at 
> hudson.plugins.build_timeout.operations.WriteDescriptionOperation.perform(WriteDescriptionOperation.java:65)*21:54:21*
> at 
> hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*21:54:21*
> at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*21:54:21*
> at java.util.TimerThread.mainLoop(Timer.java:555)*21:54:21* at
> java.util.TimerThread.run(Timer.java:505)*21:54:21* ERROR: Could not
> install MAVEN_3_0_4_HOME*21:54:21*
> java.lang.NullPointerException*21:54:21*at
> hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)*21:54:21*
> at 
> hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:887)*21:54:21*
> at 
> hudson.plugins.build_timeout.operations.WriteDescriptionOperation.perform(WriteDescriptionOperation.java:65)*21:54:21*
> at
>
>
> Looks like test result was not posted on JIRA after the timeout.
>
>
> On Sun, Oct 22, 2017 at 8:29 AM, Sean Busbey  wrote:
>
>> I don't think it's related. It looks like some delayed fall-out from
>> the jenkins hosts removing jdk7.
>>
>> I made a few changes, let's see if it helps:
>>
>> * JDK exported as the hadoop machine specific java home (I'll be
>> curious to see what version this is)
>> * Maven version changed to  match our published minimum (3.0.4)
>> * Added grabbing some machine environment stats in
>> patchprocess/machine, so we can see CPU / memory / etc
>>
>> Worth noting that the jdk and maven versions chosen in the job config
>> are ignored because we build in docker, unless someone manually runs a
>> build and unselects "run in docker".
>>
>>
>>
>> On Sat, Oct 21, 2017 at 10:12 AM, Ted Yu  wrote:
>> > Hi,
>> > Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there
>> > were 4 timed out builds (HBASE-19019, etc).
>> > It seems each of them was for branch-1.x
>> >
>> > Toward the end of console log, I saw:
>> >
>> > *11:34:26* Build timed out (after 360 minutes). Marking the build as
>> > failed.*11:34:26* ERROR: Could not install
>> > JDK_1_7_LATEST__HOME*11:34:26*
>> > java.lang.NullPointerException*11:34:26*at
>> > hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
>> ToolEnvBuildWrapper.java:46)*11:34:26*
>> > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
>> java:887)*11:34:26*
>> > at hudson.plugins.build_timeout.operations.
>> WriteDescriptionOperation.perform(WriteDescriptionOperation.
>> java:65)*11:34:26*
>> > at hudson.plugins.build_timeout.BuildTimeoutWrapper$
>> EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
>> 11:34:26*
>> > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
>> 34:26*
>> > at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26*
>>  at
>> > java.util.TimerThread.run(Timer.java:505)*11:34:26* ERROR: Could not
>> > install MAVEN_LATEST__HOME*11:34:26*
>> > java.lang.NullPointerException*11:34:26*at
>> > hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
>> ToolEnvBuildWrapper.java:46)*11:34:26*
>> > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
>> java:887)*11:34:26*
>> > at hudson.plugins.build_timeout.operations.
>> WriteDescriptionOperation.perform(WriteDescriptionOperation.
>> java:65)*11:34:26*
>> > at hudson.plugins.build_timeout.BuildTimeoutWrapper$
>> EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
>> 11:34:26*
>> > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
>> 34:26*
>> > at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26*
>>  at
>> > java.util.TimerThread.run(Timer.java:505)*11:34:27* Build was aborted
>> >
>> >
>> > Could this be related to recent changes (under dev-support) ?
>> >
>> >
>> > Thanks
>>


Re: QA test runs timed out for branch-1.x

2017-10-22 Thread Ted Yu
>From https://builds.apache.org/job/PreCommit-HBASE-Build/9327/console :

*21:54:21* Build timed out (after 360 minutes). Marking the build as
failed.*21:54:21* ERROR: Could not install
JAVA_HOME_HADOOP_MACHINES_HOME*21:54:21*
java.lang.NullPointerException*21:54:21*at
hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)*21:54:21*
at 
hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:887)*21:54:21*
at 
hudson.plugins.build_timeout.operations.WriteDescriptionOperation.perform(WriteDescriptionOperation.java:65)*21:54:21*
at 
hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*21:54:21*
at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*21:54:21*
at java.util.TimerThread.mainLoop(Timer.java:555)*21:54:21* at
java.util.TimerThread.run(Timer.java:505)*21:54:21* ERROR: Could not
install MAVEN_3_0_4_HOME*21:54:21*
java.lang.NullPointerException*21:54:21*at
hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)*21:54:21*
at 
hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:887)*21:54:21*
at 
hudson.plugins.build_timeout.operations.WriteDescriptionOperation.perform(WriteDescriptionOperation.java:65)*21:54:21*
at


Looks like test result was not posted on JIRA after the timeout.


On Sun, Oct 22, 2017 at 8:29 AM, Sean Busbey  wrote:

> I don't think it's related. It looks like some delayed fall-out from
> the jenkins hosts removing jdk7.
>
> I made a few changes, let's see if it helps:
>
> * JDK exported as the hadoop machine specific java home (I'll be
> curious to see what version this is)
> * Maven version changed to  match our published minimum (3.0.4)
> * Added grabbing some machine environment stats in
> patchprocess/machine, so we can see CPU / memory / etc
>
> Worth noting that the jdk and maven versions chosen in the job config
> are ignored because we build in docker, unless someone manually runs a
> build and unselects "run in docker".
>
>
>
> On Sat, Oct 21, 2017 at 10:12 AM, Ted Yu  wrote:
> > Hi,
> > Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there
> > were 4 timed out builds (HBASE-19019, etc).
> > It seems each of them was for branch-1.x
> >
> > Toward the end of console log, I saw:
> >
> > *11:34:26* Build timed out (after 360 minutes). Marking the build as
> > failed.*11:34:26* ERROR: Could not install
> > JDK_1_7_LATEST__HOME*11:34:26*
> > java.lang.NullPointerException*11:34:26*at
> > hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
> ToolEnvBuildWrapper.java:46)*11:34:26*
> > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
> java:887)*11:34:26*
> > at hudson.plugins.build_timeout.operations.
> WriteDescriptionOperation.perform(WriteDescriptionOperation.
> java:65)*11:34:26*
> > at hudson.plugins.build_timeout.BuildTimeoutWrapper$
> EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
> 11:34:26*
> > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
> 34:26*
> > at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26*
>  at
> > java.util.TimerThread.run(Timer.java:505)*11:34:26* ERROR: Could not
> > install MAVEN_LATEST__HOME*11:34:26*
> > java.lang.NullPointerException*11:34:26*at
> > hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
> ToolEnvBuildWrapper.java:46)*11:34:26*
> > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
> java:887)*11:34:26*
> > at hudson.plugins.build_timeout.operations.
> WriteDescriptionOperation.perform(WriteDescriptionOperation.
> java:65)*11:34:26*
> > at hudson.plugins.build_timeout.BuildTimeoutWrapper$
> EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
> 11:34:26*
> > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
> 34:26*
> > at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26*
>  at
> > java.util.TimerThread.run(Timer.java:505)*11:34:27* Build was aborted
> >
> >
> > Could this be related to recent changes (under dev-support) ?
> >
> >
> > Thanks
>


Re: QA test runs timed out for branch-1.x

2017-10-22 Thread Sean Busbey
I don't think it's related. It looks like some delayed fall-out from
the jenkins hosts removing jdk7.

I made a few changes, let's see if it helps:

* JDK exported as the hadoop machine specific java home (I'll be
curious to see what version this is)
* Maven version changed to  match our published minimum (3.0.4)
* Added grabbing some machine environment stats in
patchprocess/machine, so we can see CPU / memory / etc

Worth noting that the jdk and maven versions chosen in the job config
are ignored because we build in docker, unless someone manually runs a
build and unselects "run in docker".



On Sat, Oct 21, 2017 at 10:12 AM, Ted Yu  wrote:
> Hi,
> Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there
> were 4 timed out builds (HBASE-19019, etc).
> It seems each of them was for branch-1.x
>
> Toward the end of console log, I saw:
>
> *11:34:26* Build timed out (after 360 minutes). Marking the build as
> failed.*11:34:26* ERROR: Could not install
> JDK_1_7_LATEST__HOME*11:34:26*
> java.lang.NullPointerException*11:34:26*at
> hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)*11:34:26*
> at 
> hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:887)*11:34:26*
> at 
> hudson.plugins.build_timeout.operations.WriteDescriptionOperation.perform(WriteDescriptionOperation.java:65)*11:34:26*
> at 
> hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*11:34:26*
> at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:34:26*
> at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26* at
> java.util.TimerThread.run(Timer.java:505)*11:34:26* ERROR: Could not
> install MAVEN_LATEST__HOME*11:34:26*
> java.lang.NullPointerException*11:34:26*at
> hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)*11:34:26*
> at 
> hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:887)*11:34:26*
> at 
> hudson.plugins.build_timeout.operations.WriteDescriptionOperation.perform(WriteDescriptionOperation.java:65)*11:34:26*
> at 
> hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*11:34:26*
> at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:34:26*
> at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26* at
> java.util.TimerThread.run(Timer.java:505)*11:34:27* Build was aborted
>
>
> Could this be related to recent changes (under dev-support) ?
>
>
> Thanks


Re: QA test runs timed out for branch-1.x

2017-10-22 Thread Peter Somogyi
Chia-Ping Tsai and I was experimenting on HBASE-19019. The successful QA
test was for branch-2 or branch-1.x ignoring TestThriftServerCmdLine.
HBASE-19019 is about QA failure on hbase-thrift module.

On Sat, Oct 21, 2017 at 11:54 PM, 张铎(Duo Zhang) 
wrote:

> https://builds.apache.org/job/PreCommit-HBASE-Build/9305/console
>
> But this one ended successfully? It is also for HBASE-19019.
>
> 2017-10-21 23:12 GMT+08:00 Ted Yu :
>
> > Hi,
> > Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there
> > were 4 timed out builds (HBASE-19019, etc).
> > It seems each of them was for branch-1.x
> >
> > Toward the end of console log, I saw:
> >
> > *11:34:26* Build timed out (after 360 minutes). Marking the build as
> > failed.*11:34:26* ERROR: Could not install
> > JDK_1_7_LATEST__HOME*11:34:26*
> > java.lang.NullPointerException*11:34:26*at
> > hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
> > ToolEnvBuildWrapper.java:46)*11:34:26*
> > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
> > java:887)*11:34:26*
> > at hudson.plugins.build_timeout.operations.
> > WriteDescriptionOperation.perform(WriteDescriptionOperation.
> > java:65)*11:34:26*
> > at hudson.plugins.build_timeout.BuildTimeoutWrapper$
> > EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
> > 11:34:26*
> > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
> > 34:26*
> > at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26*
>  at
> > java.util.TimerThread.run(Timer.java:505)*11:34:26* ERROR: Could not
> > install MAVEN_LATEST__HOME*11:34:26*
> > java.lang.NullPointerException*11:34:26*at
> > hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
> > ToolEnvBuildWrapper.java:46)*11:34:26*
> > at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
> > java:887)*11:34:26*
> > at hudson.plugins.build_timeout.operations.
> > WriteDescriptionOperation.perform(WriteDescriptionOperation.
> > java:65)*11:34:26*
> > at hudson.plugins.build_timeout.BuildTimeoutWrapper$
> > EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
> > 11:34:26*
> > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
> > 34:26*
> > at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26*
>  at
> > java.util.TimerThread.run(Timer.java:505)*11:34:27* Build was aborted
> >
> >
> > Could this be related to recent changes (under dev-support) ?
> >
> >
> > Thanks
> >
>


Re: QA test runs timed out for branch-1.x

2017-10-22 Thread Duo Zhang
https://builds.apache.org/job/PreCommit-HBASE-Build/9305/console

But this one ended successfully? It is also for HBASE-19019.

2017-10-21 23:12 GMT+08:00 Ted Yu :

> Hi,
> Looking at https://builds.apache.org/job/PreCommit-HBASE-Build/ , there
> were 4 timed out builds (HBASE-19019, etc).
> It seems each of them was for branch-1.x
>
> Toward the end of console log, I saw:
>
> *11:34:26* Build timed out (after 360 minutes). Marking the build as
> failed.*11:34:26* ERROR: Could not install
> JDK_1_7_LATEST__HOME*11:34:26*
> java.lang.NullPointerException*11:34:26*at
> hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
> ToolEnvBuildWrapper.java:46)*11:34:26*
> at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
> java:887)*11:34:26*
> at hudson.plugins.build_timeout.operations.
> WriteDescriptionOperation.perform(WriteDescriptionOperation.
> java:65)*11:34:26*
> at hudson.plugins.build_timeout.BuildTimeoutWrapper$
> EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
> 11:34:26*
> at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
> 34:26*
> at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26* at
> java.util.TimerThread.run(Timer.java:505)*11:34:26* ERROR: Could not
> install MAVEN_LATEST__HOME*11:34:26*
> java.lang.NullPointerException*11:34:26*at
> hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(
> ToolEnvBuildWrapper.java:46)*11:34:26*
> at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.
> java:887)*11:34:26*
> at hudson.plugins.build_timeout.operations.
> WriteDescriptionOperation.perform(WriteDescriptionOperation.
> java:65)*11:34:26*
> at hudson.plugins.build_timeout.BuildTimeoutWrapper$
> EnvironmentImpl$TimeoutTimerTask.doRun(BuildTimeoutWrapper.java:144)*
> 11:34:26*
> at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:51)*11:
> 34:26*
> at java.util.TimerThread.mainLoop(Timer.java:555)*11:34:26* at
> java.util.TimerThread.run(Timer.java:505)*11:34:27* Build was aborted
>
>
> Could this be related to recent changes (under dev-support) ?
>
>
> Thanks
>