[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-06 Thread nkeywal (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-06 Thread nkeywal (Commented) (JIRA)

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

nkeywal commented on HBASE-5729:


{noformat}
mvn -e  site install assembly:single  -Dtest.exclude.pattern=whatever
{noformat}

works as well. It seems that surefire wants the variables to be defined in
{noformat}
excludes
  exlude${unittest.include}/exlude
  exclude**/*$*/exclude
  exclude${test.exclude.pattern}/exclude
/excludes
{noformat}

So suppressing the line in the .pom sould be ok, even if it does not explain 
why it was working before.


 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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-05 Thread stack (Commented) (JIRA)

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

stack commented on HBASE-5729:
--

Odd is that hadoopqa doesn't have this problem.

 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
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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-05 Thread stack (Commented) (JIRA)

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

stack commented on HBASE-5729:
--

So, I removed the '-P release' flag from 0.94 and it started building again.

0.92 has the flag and it does not seem to be failing.

{code}
-e -X clean -Dmaven.test.redirectTestOutputToFile=true site install 
assembly:single -Prelease
{code}

Its where I copied the flag from.

Maybe needs to be '-Prelease' instead of '-P release' as I had.

Let me try on trunk... I've not changed that yet.

 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
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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-05 Thread stack (Commented) (JIRA)

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

stack commented on HBASE-5729:
--

hmmm... no I had '-Prelease'.

Will try same version of surefire the integration tests use in 0.92 in 0.94 
next

 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
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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-05 Thread nkeywal (Commented) (JIRA)

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

nkeywal commented on HBASE-5729:


locally, I reproduce the issue with 
{noformat}
mvn -e -X  site install assembly:single
{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
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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-05 Thread stack (Commented) (JIRA)

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

stack commented on HBASE-5729:
--

I added back ' -DskipITs -Prelease' at N's suggestion (seems to fix his local 
breakage).

Jenkins seems totally hosed at mo so letting this be a w hile.

 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
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




[jira] [Commented] (HBASE-5729) Jenkins build failing; failsafe NPE'ing

2012-04-05 Thread stack (Commented) (JIRA)

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

stack commented on HBASE-5729:
--

The last addition seems to work for trunk.  Let me see about 0.94.

 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
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