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 5DE71E2E0 for ; Thu, 17 Jan 2013 15:18:27 +0000 (UTC) Received: (qmail 99558 invoked by uid 500); 17 Jan 2013 15:18:26 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 98879 invoked by uid 500); 17 Jan 2013 15:18:25 -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 98235 invoked by uid 99); 17 Jan 2013 15:18:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 15:18:24 +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 yuzhihong@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 15:18:15 +0000 Received: by mail-wi0-f179.google.com with SMTP id o1so2363984wic.6 for ; Thu, 17 Jan 2013 07:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=837FhuhqqUse9S1tPQ8XuSss0CgY0qIK1J53JmfZwis=; b=mkYZnB2epXmN+hMBP1cx0MuqtHyp4fy2ZrST2ouorWGVoIYkDvTMUxS+VQETB6fPd6 d7rfgA7l3NbWOIABLsJVB85+eZjbtiha4XTvN1weJU8IV1FRuDHRq1ZlxZUX53USnGzY ckg/OWdBW5Yo4jTXsGiGZukngA+NBF17znyLzLyExALnYf5HXdfG9qaid4hfG10l4j2p PSNQ4D4XQejzrj+5HiHx4XMnNV60zDs0WZnIFTDuPdRDQwncgsxhN7FIeH6UNAxDWxKl 1ITYIsrTCTbuBMX/T9vEN7x1bHT9U5GpQeQoT1g8x4g7Vyizb3RegFDFnf7dianNFdBD f8Qw== MIME-Version: 1.0 X-Received: by 10.180.19.136 with SMTP id f8mr8961614wie.0.1358435875512; Thu, 17 Jan 2013 07:17:55 -0800 (PST) Received: by 10.216.73.194 with HTTP; Thu, 17 Jan 2013 07:17:55 -0800 (PST) In-Reply-To: <1945816889.1519.1358431985515.JavaMail.hudson@aegis> References: <1351602360.1421.1358409034240.JavaMail.hudson@aegis> <1945816889.1519.1358431985515.JavaMail.hudson@aegis> Date: Thu, 17 Jan 2013 07:17:55 -0800 Message-ID: Subject: Re: Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #353 From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec53d5aa3cf62ad04d37d7f44 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec53d5aa3cf62ad04d37d7f44 Content-Type: text/plain; charset=ISO-8859-1 Hi, Yesterday I noticed that large tests were not enabled for HBase-TRUNK-on-Hadoop-2.0.0 build. There were some test failures after enabling large tests. I will file JIRAs for reproducible test failures. Cheers On Thu, Jan 17, 2013 at 6:13 AM, Apache Jenkins Server < jenkins@builds.apache.org> wrote: > See > > Results : > > Failed tests: > testPermissionsWatcher(org.apache.hadoop.hbase.security.access.TestZKPermissionsWatcher) > > testHTableMultiplexer(org.apache.hadoop.hbase.client.TestHTableMultiplexer): > expected:<0> but was:<1> > > testRegionShouldNotBeDeployed(org.apache.hadoop.hbase.util.TestHBaseFsck): > expected:<[SHOULD_NOT_BE_DEPLOYED]> but was:<[]> > > Tests in error: > loadTest[0](org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel): > test timed out after 120000 milliseconds > loadTest[1](org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel): > test timed out after 120000 milliseconds > loadTest[0](org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential): > test timed out after 120000 milliseconds > loadTest[1](org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential): > test timed out after 120000 milliseconds > > testJoinedScanners(org.apache.hadoop.hbase.regionserver.TestJoinedScanners): > Failed 20 actions: ExecutionException: 20 times, > > testLogRollOnDatanodeDeath(org.apache.hadoop.hbase.regionserver.wal.TestLogRolling): > cannot get log writer > > testExportScannerBatching(org.apache.hadoop.hbase.mapreduce.TestImportExport) > > Tests run: 1267, Failures: 3, Errors: 7, Skipped: 13 > > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Skipping HBase > [INFO] This project has been banned from the build due to previous > failures. > [INFO] > ------------------------------------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] HBase ............................................. SUCCESS > [18.081s] > [INFO] HBase - Common .................................... SUCCESS > [25.178s] > [INFO] HBase - Protocol .................................. SUCCESS > [15.807s] > [INFO] HBase - Client .................................... SUCCESS [1.102s] > [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [0.643s] > [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [4.502s] > [INFO] HBase - Server .................................... FAILURE > [1:12:50.136s] > [INFO] HBase - Hadoop One Compatibility .................. SKIPPED > [INFO] HBase - Integration Tests ......................... SKIPPED > [INFO] HBase - Examples .................................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:14:02.617s > [INFO] Finished at: Thu Jan 17 14:12:12 UTC 2013 > [INFO] Final Memory: 98M/552M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test > (secondPartTestsExecution) on project hbase-server: Failure or timeout -> > [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: 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.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:320) > 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:643) > at > org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:624) > 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/MojoExecutionException > [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 > --bcaec53d5aa3cf62ad04d37d7f44--