Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 322439D93 for ; Sun, 27 May 2012 01:50:20 +0000 (UTC) Received: (qmail 19268 invoked by uid 500); 27 May 2012 01:50:19 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 19214 invoked by uid 500); 27 May 2012 01:50:19 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 19206 invoked by uid 99); 27 May 2012 01:50:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 01:50:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jesse.k.yates@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 01:50:12 +0000 Received: by lahi5 with SMTP id i5so1948842lah.14 for ; Sat, 26 May 2012 18:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=xKu+xKZTuGttrMMaxa0Mjmhm/fkoFsmVosW/jvxE/G4=; b=scWiX5C5mG5H3xUIFYZP4Z4HTLr5EOUT2tET1ff6n8nGkfD2WSCnVFKbbzrj6saFAo HtLXrlmsp1ijxEpmqeJlrZRApvbAW/MWTrPtpolV1kQHzKIpjads54hRk6AjQd9ar0Ei wU8145Ig6dJWvrYpazyK7C4boDmM/j7Sm6PHrDNGHAC/C83RPlfsBuEwCB4mg0b8XzsI mZB0a6l8rZ247KQb9F+gna3wAevoZJB5HFxoDxHG36YyTU1ECVUODUyOw9hy+0M1GK8p QvvOrTipFznOEZo8VmUgH9CRgE4LU1uosshK0ctQhGxxzIiWJWPNhrb0hlMp0GQMosMG Y6eQ== Received: by 10.112.45.230 with SMTP id q6mr1640331lbm.94.1338083391528; Sat, 26 May 2012 18:49:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.76.200 with HTTP; Sat, 26 May 2012 18:49:31 -0700 (PDT) In-Reply-To: References: <1398263017.244.1338072555843.JavaMail.hudson@aegis.apache.org> <2013243893.250.1338075055488.JavaMail.hudson@aegis.apache.org> From: Jesse Yates Date: Sat, 26 May 2012 18:49:31 -0700 Message-ID: Subject: Re: Build failed in Jenkins: HBase-TRUNK #2930 To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec554de603b604904c0fad1ab --bcaec554de603b604904c0fad1ab Content-Type: text/plain; charset=ISO-8859-1 Created https://issues.apache.org/jira/browse/HBASE-6110 to track this issue. ------------------- Jesse Yates @jesse_yates jyates.github.com On Sat, May 26, 2012 at 6:18 PM, Jesse Yates wrote: > Yeah, but there are bigger issues afoot. > > For some reason that change borks the master status page when running the > cluster from a built package. > > Also, the submodules will attempt to be tested, so they need to be pom > packaged. > > I'm working on getting the master status page to work (or rather, redirect > to /master-status from the port). > > > ------------------- > Jesse Yates > @jesse_yates > jyates.github.com > > > On Sat, May 26, 2012 at 6:15 PM, Ted Yu wrote: > >> The following change allows TestZKBasedOpenCloseRegion and TestInfoServers >> to pass: >> >> Index: hbase-server/pom.xml >> =================================================================== >> --- hbase-server/pom.xml (revision 1342991) >> +++ hbase-server/pom.xml (working copy) >> @@ -33,6 +33,20 @@ >> Main functionality for HBase >> >> >> + >> + >> + src/main/resources/ >> + >> + hbase-default.xml >> + >> + >> + >> + ${project.build.directory} >> + >> + hbase-webapps/** >> + >> + >> + >> >> >> org.apache.avro >> >> On Sat, May 26, 2012 at 4:34 PM, Ted Yu wrote: >> >> > I saw the following in >> > >> target/surefire-reports/org.apache.hadoop.hbase.TestInfoServers-output.txt: >> > >> > 2012-05-26 16:22:38,181 FATAL >> > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1605): >> Master >> > server abort: loaded coprocessors are: [] >> > >> > 2012-05-26 16:22:38,181 FATAL >> > [Master:0;198.134.91.122,58958,1338074554839] master.HMaster(1610): >> > Unhandled exception. Starting shutdown. >> > java.io.FileNotFoundException: hbase-webapps/master not found in >> CLASSPATH >> > at >> > >> org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:110) >> > at >> > >> org.apache.hadoop.hbase.util.InfoServer.getWebAppsPath(InfoServer.java:127) >> > at org.apache.hadoop.http.HttpServer.(HttpServer.java:159) >> > at org.apache.hadoop.http.HttpServer.(HttpServer.java:113) >> > at org.apache.hadoop.hbase.util.InfoServer.(InfoServer.java:62) >> > at >> > >> org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:925) >> > at >> > >> org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:585) >> > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:386) >> > at java.lang.Thread.run(Thread.java:680) >> > >> > On Sat, May 26, 2012 at 4:30 PM, Apache Jenkins Server < >> > jenkins@builds.apache.org> wrote: >> > >> >> See >> >> >> >> ------------------------------------------ >> >> [...truncated 6048 lines...] >> >> Running org.apache.hadoop.hbase.replication.TestReplication >> >> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >> 151.071 >> >> sec >> >> >> >> Results : >> >> >> >> Tests in error: >> >> org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion: Shutting >> down >> >> org.apache.hadoop.hbase.TestInfoServers: Shutting down >> >> >> >> Tests run: 993, Failures: 0, Errors: 2, Skipped: 9 >> >> >> >> [INFO] >> >> >> ------------------------------------------------------------------------ >> >> [INFO] Reactor Summary: >> >> [INFO] >> >> [INFO] HBase ............................................. SUCCESS >> >> [1.898s] >> >> [INFO] HBase - Server .................................... FAILURE >> >> [38:00.596s] >> >> [INFO] HBase - Assembly .................................. SKIPPED >> >> [INFO] HBase - Site ...................................... SKIPPED >> >> [INFO] >> >> >> ------------------------------------------------------------------------ >> >> [INFO] BUILD FAILURE >> >> [INFO] >> >> >> ------------------------------------------------------------------------ >> >> [INFO] Total time: 38:05.792s >> >> [INFO] Finished at: Sat May 26 23:30:17 UTC 2012 >> >> [INFO] Final Memory: 42M/458M >> >> [INFO] >> >> >> ------------------------------------------------------------------------ >> >> [ERROR] Failed to execute goal >> >> org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test >> >> (secondPartTestsExecution) on project hbase-server: There are test >> failures. >> >> [ERROR] >> >> [ERROR] Please refer to < >> >> >> https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/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-server: There are test >> failures. >> >> >> >> Please refer to < >> >> >> https://builds.apache.org/job/HBase-TRUNK/ws/trunk/hbase-server/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.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/ws/trunk/hbase-server/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) >> >> ... 19 more >> >> [ERROR] >> >> [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 >> >> [ERROR] >> >> [ERROR] After correcting the problems, you can resume the build with >> the >> >> command >> >> [ERROR] mvn -rf :hbase-server >> >> Build step 'Invoke top-level Maven targets' marked build as failure >> >> Archiving artifacts >> >> Recording test results >> >> >> > >> > >> > > --bcaec554de603b604904c0fad1ab--