You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/10/07 06:50:22 UTC

Build failed in Jenkins: HBase-TRUNK #2302

See <https://builds.apache.org/job/HBase-TRUNK/2302/>

------------------------------------------
Started by user tedyu
Building remotely on ubuntu4
Cleaning workspace <https://builds.apache.org/job/HBase-TRUNK/ws/>
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/HBase-TRUNK/ws/> at hudson.remoting.Channel@65ce743:ubuntu4
	at hudson.FilePath.act(FilePath.java:754)
	at hudson.FilePath.act(FilePath.java:740)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:731)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:676)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1193)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:566)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:454)
	at hudson.model.Run.run(Run.java:1376)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)
Caused by: java.io.IOException: Unable to delete <https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data> - files in dir: [<https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data/data3,> <https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data/data10,> <https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data/data7,> <https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data/data9,> <https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data/data6,> <https://builds.apache.org/job/HBase-TRUNK/ws/trunk/target/test-data/1dd245bd-92e4-44a1-928a-4b291b463066/dfs/data/data4]>
	at hudson.Util.deleteFile(Util.java:265)
	at hudson.Util.deleteRecursive(Util.java:316)
	at hudson.Util.deleteContentsRecursive(Util.java:227)
	at hudson.Util.deleteRecursive(Util.java:307)
	at hudson.Util.deleteContentsRecursive(Util.java:227)
	at hudson.Util.deleteRecursive(Util.java:307)
	at hudson.Util.deleteContentsRecursive(Util.java:227)
	at hudson.Util.deleteRecursive(Util.java:307)
	at hudson.Util.deleteContentsRecursive(Util.java:227)
	at hudson.Util.deleteRecursive(Util.java:307)
	at hudson.Util.deleteContentsRecursive(Util.java:227)
	at hudson.Util.deleteRecursive(Util.java:307)
	at hudson.Util.deleteContentsRecursive(Util.java:227)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:74)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:136)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:773)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:754)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:738)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1995)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Archiving artifacts
Recording test results


Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Jesse Yates <je...@gmail.com>.
The script to do this was written in 4480. Just needs some +1s a
- It works pretty well. 

We might want to also mod it to take in a file that is the output of a run and analyze that.

- Jesse Yates

Sent from my iPhone.

On Oct 8, 2011, at 2:51 AM, Ted Yu <yu...@gmail.com> wrote:

> Parsing test output will do. 
> 
> 
> 
> On Oct 7, 2011, at 11:44 PM, Akash Ashok <th...@gmail.com> wrote:
> 
>> Hi Ted & Ram
>> 
>> Just Figured out the hung test case both in
>> 
>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2304/console
>> 
>> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
>> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 sec
>> 
>> TestSlabCache is the culprit
>> 
>> Just copied into noteped++ and searched for running and it highlighted it
>> and it was easier to find  :)
>> 
>> And about the script. Is the idea to parse this output and figure out the
>> hung test case or is there a plan to parse the surefire reports xml?
>> 
>> Cheers,
>> Akash A
>> 
>> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
>> 
>>> Yeah we need such script.
>>> I went over the tests in
>>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
>>> and couldn't find out the hanging test.
>>> 
>>> Cheers
>>> 
>>> On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
>>> ramakrishnas@huawei.com> wrote:
>>> 
>>>> Ted
>>>> 
>>>> Once we were already discussing regarding some script to find out some
>>> hung
>>>> tests?
>>>> 
>>>> Regards
>>>> Ram
>>>> 
>>>> 
>>>> ----- Original Message -----
>>>> From: Ted Yu <yu...@gmail.com>
>>>> Date: Saturday, October 8, 2011 10:58 am
>>>> Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
>>>> To: dev@hbase.apache.org
>>>> 
>>>>> From
>>>>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
>>>>> TRUNK/2303/console,it wasn't obvious which test(s) hung.
>>>>> But the following error clearly indicated there was some hanging Java
>>>>> process:
>>>>> 
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
>>>>> on project hbase: Failure or timeout -> [Help
>>>>> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>>>>> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
>>>>> (default-test) on project hbase: Failure or timeout
>>>>> 
>>>>> Unluckily we don't have access to the build machine.
>>>>> 
>>>>> On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
>>>>> <th...@gmail.com> wrote:
>>>>> 
>>>>>> Oh cool. Build is back to normal. Could someone tell me what the
>>>>> issue was.
>>>>>> Why was it failing even though there were no failures ?
>>>>>> 
>>>>>> On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
>>>>>> jenkins@builds.apache.org> wrote:
>>>>>> 
>>>>>>> See <https://builds.apache.org/job/HBase-TRUNK/2304/>
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ted Yu <yu...@gmail.com>.
Parsing test output will do. 



On Oct 7, 2011, at 11:44 PM, Akash Ashok <th...@gmail.com> wrote:

> Hi Ted & Ram
> 
> Just Figured out the hung test case both in
> 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2304/console
> 
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 sec
> 
> TestSlabCache is the culprit
> 
> Just copied into noteped++ and searched for running and it highlighted it
> and it was easier to find  :)
> 
> And about the script. Is the idea to parse this output and figure out the
> hung test case or is there a plan to parse the surefire reports xml?
> 
> Cheers,
> Akash A
> 
> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
> 
>> Yeah we need such script.
>> I went over the tests in
>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
>> and couldn't find out the hanging test.
>> 
>> Cheers
>> 
>> On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
>> ramakrishnas@huawei.com> wrote:
>> 
>>> Ted
>>> 
>>> Once we were already discussing regarding some script to find out some
>> hung
>>> tests?
>>> 
>>> Regards
>>> Ram
>>> 
>>> 
>>> ----- Original Message -----
>>> From: Ted Yu <yu...@gmail.com>
>>> Date: Saturday, October 8, 2011 10:58 am
>>> Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
>>> To: dev@hbase.apache.org
>>> 
>>>> From
>>>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
>>>> TRUNK/2303/console,it wasn't obvious which test(s) hung.
>>>> But the following error clearly indicated there was some hanging Java
>>>> process:
>>>> 
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
>>>> on project hbase: Failure or timeout -> [Help
>>>> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>>>> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
>>>> (default-test) on project hbase: Failure or timeout
>>>> 
>>>> Unluckily we don't have access to the build machine.
>>>> 
>>>> On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
>>>> <th...@gmail.com> wrote:
>>>> 
>>>>> Oh cool. Build is back to normal. Could someone tell me what the
>>>> issue was.
>>>>> Why was it failing even though there were no failures ?
>>>>> 
>>>>> On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
>>>>> jenkins@builds.apache.org> wrote:
>>>>> 
>>>>>> See <https://builds.apache.org/job/HBase-TRUNK/2304/>
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ramakrishna S Vasudevan 00902313 <ra...@huawei.com>.
Hi Akash

Yes in build 2303 TestSlabCache has hungup. 
Even in build #2306 it has caused problem.

So I think one of the way to write a script will be to parse this 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Till the end.  
All statements that has Running in it can be parsed to see if the every next Running happens after one hop. 
Like if the first Running happens to be in 11th line the next Running should be in 13th.
If this breaks some where then that test is hanging. 
This is just one idea. If we can figure out something better we can take it up.

Regards
Ram


----- Original Message -----
From: Akash Ashok <th...@gmail.com>
Date: Saturday, October 8, 2011 12:15 pm
Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
To: dev@hbase.apache.org

> Hi Ted & Ram
> 
> Just Figured out the hung test case both in
> 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/consolehttps://builds.apache.org/view/G-
> L/view/HBase/job/HBase-TRUNK/2304/console
> 
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 1.858 sec
> 
> TestSlabCache is the culprit
> 
> Just copied into noteped++ and searched for running and it 
> highlighted it
> and it was easier to find  :)
> 
> And about the script. Is the idea to parse this output and figure 
> out the
> hung test case or is there a plan to parse the surefire reports xml?
> 
> Cheers,
> Akash A
> 
> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
> 
> > Yeah we need such script.
> > I went over the tests in
> > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/console> and couldn't find out the hanging test.
> >
> > Cheers
> >
> > On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
> > ramakrishnas@huawei.com> wrote:
> >
> > > Ted
> > >
> > > Once we were already discussing regarding some script to find 
> out some
> > hung
> > > tests?
> > >
> > > Regards
> > > Ram
> > >
> > >
> > > ----- Original Message -----
> > > From: Ted Yu <yu...@gmail.com>
> > > Date: Saturday, October 8, 2011 10:58 am
> > > Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> > > To: dev@hbase.apache.org
> > >
> > > > From
> > > > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > > > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > > > But the following error clearly indicated there was some 
> hanging Java
> > > > process:
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-surefire-plugin:2.9:test 
> (default-test)
> > > > on project hbase: Failure or timeout -> [Help
> > > > 1]org.apache.maven.lifecycle.LifecycleExecutionException: 
> Failed to
> > > > execute goal org.apache.maven.plugins:maven-surefire-
> plugin:2.9:test> > > (default-test) on project hbase: Failure or 
> timeout> > >
> > > > Unluckily we don't have access to the build machine.
> > > >
> > > > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > > > <th...@gmail.com> wrote:
> > > >
> > > > > Oh cool. Build is back to normal. Could someone tell me 
> what the
> > > > issue was.
> > > > > Why was it failing even though there were no failures ?
> > > > >
> > > > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > > > jenkins@builds.apache.org> wrote:
> > > > >
> > > > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ramakrishna S Vasudevan 00902313 <ra...@huawei.com>.
Hi Akash

Yes in build 2303 TestSlabCache has hungup. 
Even in build #2306 it has caused problem.

So I think one of the way to write a script will be to parse this 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Till the end.  
All statements that has Running in it can be parsed to see if the every next Running happens after one hop. 
Like if the first Running happens to be in 11th line the next Running should be in 13th.
If this breaks some where then that test is hanging. 
This is just one idea. If we can figure out something better we can take it up.

Regards
Ram

----- Original Message -----
From: Akash Ashok <th...@gmail.com>
Date: Saturday, October 8, 2011 12:15 pm
Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
To: dev@hbase.apache.org

> Hi Ted & Ram
> 
> Just Figured out the hung test case both in
> 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/consolehttps://builds.apache.org/view/G-
> L/view/HBase/job/HBase-TRUNK/2304/console
> 
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 1.858 sec
> 
> TestSlabCache is the culprit
> 
> Just copied into noteped++ and searched for running and it 
> highlighted it
> and it was easier to find  :)
> 
> And about the script. Is the idea to parse this output and figure 
> out the
> hung test case or is there a plan to parse the surefire reports xml?
> 
> Cheers,
> Akash A
> 
> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
> 
> > Yeah we need such script.
> > I went over the tests in
> > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/console> and couldn't find out the hanging test.
> >
> > Cheers
> >
> > On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
> > ramakrishnas@huawei.com> wrote:
> >
> > > Ted
> > >
> > > Once we were already discussing regarding some script to find 
> out some
> > hung
> > > tests?
> > >
> > > Regards
> > > Ram
> > >
> > >
> > > ----- Original Message -----
> > > From: Ted Yu <yu...@gmail.com>
> > > Date: Saturday, October 8, 2011 10:58 am
> > > Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> > > To: dev@hbase.apache.org
> > >
> > > > From
> > > > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > > > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > > > But the following error clearly indicated there was some 
> hanging Java
> > > > process:
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-surefire-plugin:2.9:test 
> (default-test)
> > > > on project hbase: Failure or timeout -> [Help
> > > > 1]org.apache.maven.lifecycle.LifecycleExecutionException: 
> Failed to
> > > > execute goal org.apache.maven.plugins:maven-surefire-
> plugin:2.9:test> > > (default-test) on project hbase: Failure or 
> timeout> > >
> > > > Unluckily we don't have access to the build machine.
> > > >
> > > > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > > > <th...@gmail.com> wrote:
> > > >
> > > > > Oh cool. Build is back to normal. Could someone tell me 
> what the
> > > > issue was.
> > > > > Why was it failing even though there were no failures ?
> > > > >
> > > > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > > > jenkins@builds.apache.org> wrote:
> > > > >
> > > > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Akash Ashok <th...@gmail.com>.
Hi Ted & Ram

Just Figured out the hung test case both in

https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2304/console

Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 sec

TestSlabCache is the culprit

Just copied into noteped++ and searched for running and it highlighted it
and it was easier to find  :)

And about the script. Is the idea to parse this output and figure out the
hung test case or is there a plan to parse the surefire reports xml?

Cheers,
Akash A

On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:

> Yeah we need such script.
> I went over the tests in
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
> and couldn't find out the hanging test.
>
> Cheers
>
> On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
> ramakrishnas@huawei.com> wrote:
>
> > Ted
> >
> > Once we were already discussing regarding some script to find out some
> hung
> > tests?
> >
> > Regards
> > Ram
> >
> >
> > ----- Original Message -----
> > From: Ted Yu <yu...@gmail.com>
> > Date: Saturday, October 8, 2011 10:58 am
> > Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> > To: dev@hbase.apache.org
> >
> > > From
> > > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > > But the following error clearly indicated there was some hanging Java
> > > process:
> > >
> > > [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
> > > on project hbase: Failure or timeout -> [Help
> > > 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > > execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
> > > (default-test) on project hbase: Failure or timeout
> > >
> > > Unluckily we don't have access to the build machine.
> > >
> > > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > > <th...@gmail.com> wrote:
> > >
> > > > Oh cool. Build is back to normal. Could someone tell me what the
> > > issue was.
> > > > Why was it failing even though there were no failures ?
> > > >
> > > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > > jenkins@builds.apache.org> wrote:
> > > >
> > > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ted Yu <yu...@gmail.com>.
Yeah we need such script.
I went over the tests in
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
and couldn't find out the hanging test.

Cheers

On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
ramakrishnas@huawei.com> wrote:

> Ted
>
> Once we were already discussing regarding some script to find out some hung
> tests?
>
> Regards
> Ram
>
>
> ----- Original Message -----
> From: Ted Yu <yu...@gmail.com>
> Date: Saturday, October 8, 2011 10:58 am
> Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> To: dev@hbase.apache.org
>
> > From
> > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > But the following error clearly indicated there was some hanging Java
> > process:
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
> > on project hbase: Failure or timeout -> [Help
> > 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
> > (default-test) on project hbase: Failure or timeout
> >
> > Unluckily we don't have access to the build machine.
> >
> > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > <th...@gmail.com> wrote:
> >
> > > Oh cool. Build is back to normal. Could someone tell me what the
> > issue was.
> > > Why was it failing even though there were no failures ?
> > >
> > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > jenkins@builds.apache.org> wrote:
> > >
> > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > >
> > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ramakrishna S Vasudevan 00902313 <ra...@huawei.com>.
Ted

Once we were already discussing regarding some script to find out some hung tests? 

Regards
Ram


----- Original Message -----
From: Ted Yu <yu...@gmail.com>
Date: Saturday, October 8, 2011 10:58 am
Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
To: dev@hbase.apache.org

> From
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/console,it wasn't obvious which test(s) hung.
> But the following error clearly indicated there was some hanging Java
> process:
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
> on project hbase: Failure or timeout -> [Help
> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
> (default-test) on project hbase: Failure or timeout
> 
> Unluckily we don't have access to the build machine.
> 
> On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok 
> <th...@gmail.com> wrote:
> 
> > Oh cool. Build is back to normal. Could someone tell me what the 
> issue was.
> > Why was it failing even though there were no failures ?
> >
> > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > jenkins@builds.apache.org> wrote:
> >
> > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > >
> > >
> > >
> >
> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ted Yu <yu...@gmail.com>.
From
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console,
it wasn't obvious which test(s) hung.
But the following error clearly indicated there was some hanging Java
process:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
on project hbase: Failure or timeout -> [Help
1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
(default-test) on project hbase: Failure or timeout

Unluckily we don't have access to the build machine.

On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok <th...@gmail.com> wrote:

> Oh cool. Build is back to normal. Could someone tell me what the issue was.
> Why was it failing even though there were no failures ?
>
> On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> >
> >
> >
>

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Akash Ashok <th...@gmail.com>.
Oh cool. Build is back to normal. Could someone tell me what the issue was.
Why was it failing even though there were no failures ?

On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/HBase-TRUNK/2304/>
>
>
>

Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK/2304/>



Build failed in Jenkins: HBase-TRUNK #2303

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK/2303/>

------------------------------------------
[...truncated 1654 lines...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.069 sec
Running org.apache.hadoop.hbase.regionserver.TestBlocksRead
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.apache.hadoop.hbase.regionserver.TestExplicitColumnTracker
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreFile
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.395 sec
Running org.apache.hadoop.hbase.regionserver.TestWideScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.971 sec
Running org.apache.hadoop.hbase.regionserver.TestQueryMatcher
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec
Running org.apache.hadoop.hbase.regionserver.TestReadWriteConsistencyControl
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.134 sec
Running org.apache.hadoop.hbase.regionserver.TestResettingCounters
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreScanner
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
Running org.apache.hadoop.hbase.regionserver.TestMinVersions
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 sec
Running org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.55 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.027 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitTransaction
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.867 sec
Running org.apache.hadoop.hbase.regionserver.TestScanDeleteTracker
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec
Running org.apache.hadoop.hbase.regionserver.TestCompactSelection
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreFileBlockCacheSummary
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.287 sec
Running org.apache.hadoop.hbase.regionserver.TestMemStore
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.14 sec
Running org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.876 sec
Running org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueSkipListSet
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
Running org.apache.hadoop.hbase.regionserver.TestScanner
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.389 sec
Running org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 sec
Running org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.939 sec
Running org.apache.hadoop.hbase.regionserver.TestHRegionInfo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 sec
Running org.apache.hadoop.hbase.regionserver.handler.TestCloseRegionHandler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 sec
Running org.apache.hadoop.hbase.regionserver.handler.TestOpenRegionHandler
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 sec
Running org.apache.hadoop.hbase.regionserver.TestMasterAddressManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 sec
Running org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.02 sec
Running org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.935 sec
Running org.apache.hadoop.hbase.TestHServerAddress
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.26 sec
Running org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.apache.hadoop.hbase.filter.TestPageFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.hadoop.hbase.filter.TestParseFilter
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
Running org.apache.hadoop.hbase.filter.TestRandomRowFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 sec
Running org.apache.hadoop.hbase.filter.TestPrefixFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.apache.hadoop.hbase.filter.TestBitComparator
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.hadoop.hbase.filter.TestDependentColumnFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
Running org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
Running org.apache.hadoop.hbase.filter.TestFilterList
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec
Running org.apache.hadoop.hbase.filter.TestFilter
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.256 sec
Running org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.811 sec
Running org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.718 sec
Running org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.apache.hadoop.hbase.TestGlobalMemStoreSize
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.129 sec
Running org.apache.hadoop.hbase.TestHBaseTestingUtility
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.492 sec
Running org.apache.hadoop.hbase.security.TestUser
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec
Running org.apache.hadoop.hbase.TestMultiVersions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.626 sec
Running org.apache.hadoop.hbase.TestRegionRebalancing
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.858 sec
Running org.apache.hadoop.hbase.replication.TestReplication
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 118.322 sec
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.542 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.055 sec
Running org.apache.hadoop.hbase.replication.TestReplicationPeer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.508 sec
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.183 sec
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.745 sec
Running org.apache.hadoop.hbase.avro.TestAvroServer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.912 sec
Running org.apache.hadoop.hbase.avro.TestAvroUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 sec
Running org.apache.hadoop.hbase.TestAcidGuarantees
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.062 sec
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.139 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.459 sec
Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.758 sec
Running org.apache.hadoop.hbase.coprocessor.TestMasterObserver
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.544 sec
Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.988 sec
Running org.apache.hadoop.hbase.coprocessor.TestWALObserver
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.121 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.131 sec
Running org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.109 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.567 sec
Running org.apache.hadoop.hbase.coprocessor.TestAggregateProtocol
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.564 sec
Running org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.997 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 sec
Running org.apache.hadoop.hbase.coprocessor.TestClassLoading
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.902 sec
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.127 sec
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.859 sec
Running org.apache.hadoop.hbase.TestServerName
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.hadoop.hbase.master.TestActiveMasterManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 sec
Running org.apache.hadoop.hbase.master.TestMasterFailover
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 104.517 sec
Running org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.772 sec
Running org.apache.hadoop.hbase.master.TestCatalogJanitor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.251 sec
Running org.apache.hadoop.hbase.master.TestRollingRestart
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 163.115 sec
Running org.apache.hadoop.hbase.master.TestMasterTransitions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 20.415 sec
Running org.apache.hadoop.hbase.master.TestRestartCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.44 sec
Running org.apache.hadoop.hbase.master.TestMasterStatusServlet
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.96 sec
Running org.apache.hadoop.hbase.master.TestClockSkewDetection
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec
Running org.apache.hadoop.hbase.master.TestDefaultLoadBalancer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.5 sec
Running org.apache.hadoop.hbase.master.TestHMasterRPCException
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 sec
Running org.apache.hadoop.hbase.master.TestDistributedLogSplitting
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.076 sec
Running org.apache.hadoop.hbase.master.TestMaster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.028 sec
Running org.apache.hadoop.hbase.master.TestSplitLogManager
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.865 sec
Running org.apache.hadoop.hbase.master.TestDeadServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.hadoop.hbase.master.TestLogsCleaner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.24 sec
Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.855 sec

Results :

Tests run: 1021, Failures: 0, Errors: 0, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:07:48.862s
[INFO] Finished at: Fri Oct 07 18:30:51 UTC 2011
[INFO] Final Memory: 43M/653M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project hbase: Failure or timeout -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project hbase: Failure or timeout
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failure or timeout
	at org.apache.maven.plugin.surefire.SurefirePlugin.assertNoFailureOrTimeout(SurefirePlugin.java:623)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:604)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:136)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 23 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results