[ 
https://issues.apache.org/jira/browse/HBASE-5729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248156#comment-13248156
 ] 

nkeywal commented on HBASE-5729:
--------------------------------

For future reference if it happens again:

root exception was
{noformat}
Caused by: java.lang.NullPointerException
        at 
org.apache.maven.surefire.util.DefaultDirectoryScanner.processIncludesExcludes(DefaultDirectoryScanner.java:136)
        at 
org.apache.maven.surefire.util.DefaultDirectoryScanner.collectTests(DefaultDirectoryScanner.java:113)
        at 
org.apache.maven.surefire.util.DefaultDirectoryScanner.locateTestClasses(DefaultDirectoryScanner.java:62)
        at 
org.apache.maven.surefire.junitcore.JUnitCoreProvider.scanClassPath(JUnitCoreProvider.java:188)
        at 
org.apache.maven.surefire.junitcore.JUnitCoreProvider.getSuitesAsList(JUnitCoreProvider.java:145)
        at 
org.apache.maven.surefire.junitcore.JUnitCoreProvider.getSuites(JUnitCoreProvider.java:103)
{noformat}

Initial error was:

{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.12-TRUNK-HBASE-2:integration-test
 (integration-test) on project hbase: Execution integration-test of goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.12-TRUNK-HBASE-2:integration-test
 failed: java.lang.reflect.InvocationTargetException; nested exception is 
java.lang.reflect.InvocationTargetException: null: NullPointerException -> 
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.12-TRUNK-HBASE-2:integration-test
 (integration-test) on project hbase: Execution integration-test of goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.12-TRUNK-HBASE-2:integration-test
 failed: java.lang.reflect.InvocationTargetException; nested exception is 
java.lang.reflect.InvocationTargetException: null
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
{noformat}
                
> Jenkins build failing; failsafe NPE'ing
> ---------------------------------------
>
>                 Key: HBASE-5729
>                 URL: https://issues.apache.org/jira/browse/HBASE-5729
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Blocker
>
> Builds up on jenkins have been failing over the last few days.  Looking at it 
> w/ nkeyway, its kinda odd.  I ran exact command locally as did N and it works 
> fine.  I removed all of my repo and still works.  N looked at surefire 
> source.  Its the includes that is coming back empty causing the NPE we see up 
> on jenkins.  Extra odd is that it does not seem like it a checkin of ours 
> that brought this on.  See here where its 'working' on 0.94 branch: 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.94/76/  Then a 
> little later Ted triggers a build w/ no changes made: 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.94/77/console
> Its failing running the integration test phase.  Let me mess around and try 
> and get it going again.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to