Here was the cause for master abortion: 2012-02-03 11:16:19,046 FATAL [Master:0;lm-sjn-00713032.corp.ebay.com,62018,1328296575769] master.HMaster(1437): Unhandled exception. Starting shutdown. java.io.FileNotFoundException: hbase-webapps/master not found in CLASSPATH at org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:108) at org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:125) at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:159) at org.apache.hadoop.http.HttpServer.<init>(HttpServer.java:113) at org.apache.hadoop.hbase.util.InfoServer.<init>(InfoServer.java:60) at org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:784) at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:499) at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:348) at java.lang.Thread.run(Thread.java:680) 2012-02-03 11:16:19,046 INFO [Master:0;lm-sjn-00713032.corp.ebay.com,62018,1328296575769] master.HMaster(1595): Aborting
On Fri, Feb 3, 2012 at 11:15 AM, Ted Yu <[email protected]> wrote: > Hi, > I tried to build HBase-TRUNK-security several times today and couldn't > reduce the number of failed tests to 2. > I can reproduce the following test failure on MacBook: > Tests in error: > org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting down > > In the past two days, I checked in some patches related to thrift. Maybe > the cause for new test failures is something else. > > Cheers > > > ---------- Forwarded message ---------- > From: Apache Jenkins Server <[email protected]> > Date: Fri, Feb 3, 2012 at 7:46 AM > Subject: Build failed in Jenkins: HBase-TRUNK-security #99 > To: [email protected] > > Results : > > Tests in error: > testPreviousOffset[1](org.apache.hadoop.hbase.io.hfile.TestHFileBlock) > testConcurrentReading[1](org.apache.hadoop.hbase.io.hfile.TestHFileBlock): > unable to create new native thread > org.apache.hadoop.hbase.TestInfoServers: Shutting down > org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting down > > Tests run: 874, Failures: 0, Errors: 4, Skipped: 10 > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 47:10.325s > [INFO] Finished at: Fri Feb 03 15:44:23 UTC 2012 > [INFO] Final Memory: 47M/448M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > (secondPartTestsExecution) on project hbase: There are test failures. > [ERROR] > [ERROR] Please refer to < > https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> > for the individual test results. > [ERROR] -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > (secondPartTestsExecution) on project hbase: There are test failures. > > Please refer to < > https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> > for the individual test results. > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) > 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.MojoFailureException: There are test > failures. > > Please refer to < > https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> > for the individual test results. > at > org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87) > at > org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:651) > at > org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:625) > at > org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137) > at > org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98) > 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/MojoFailureException > Build step 'Invoke top-level Maven targets' marked build as failure > Archiving artifacts > Recording test results > > >
