Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 9EB94DF4F for ; Sun, 26 Aug 2012 19:40:54 +0000 (UTC) Received: (qmail 97481 invoked by uid 500); 26 Aug 2012 19:40:54 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 97422 invoked by uid 500); 26 Aug 2012 19:40:53 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 97414 invoked by uid 99); 26 Aug 2012 19:40:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2012 19:40:53 +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 (athena.apache.org: domain of carl@cloudera.com designates 209.85.212.182 as permitted sender) Received: from [209.85.212.182] (HELO mail-wi0-f182.google.com) (209.85.212.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2012 19:40:47 +0000 Received: by wibhq12 with SMTP id hq12so1854904wib.5 for ; Sun, 26 Aug 2012 12:40:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=jjtkl4StIH2LmRAZ9gC+6YZhGv38uslQPhOr4isvI4s=; b=amxLvt6R2evGRwvcX3aUb6tlo/KYP31vUa8xf7Vnajo/lxlD6bNBZOFAzE4tpSmoe4 QDyKYojOaJZ7aBxLZkzY8Eh6IIYpDJcDDV7hC1ECVw+0qM7aiB+2kdw/dB/Kx76zcFwZ YUAbafEyPxMtFE48s/5zjryyiiTO1JnGlGpElVLQ/OwmYYmJhtCZeMBMFc+R+2aCVsrN hB1746EbvuMlu8tMxrC4ckyD/ocYRtFeI4BE+08zXkTZnXCHC7FBx3XKhQsN39wAkzVT MW9AZxh35LivU8PoU8MQCvWslbIwopjc3Ib0I7n6ibSRfz3S+u8oicNs86QEcacyKCPc EHuQ== MIME-Version: 1.0 Received: by 10.216.134.101 with SMTP id r79mr5693592wei.60.1346010025952; Sun, 26 Aug 2012 12:40:25 -0700 (PDT) Received: by 10.180.86.168 with HTTP; Sun, 26 Aug 2012 12:40:25 -0700 (PDT) In-Reply-To: <2047393200.716.1345987750523.JavaMail.hudson@aegis.apache.org> References: <1425071707.682.1345962397553.JavaMail.hudson@aegis.apache.org> <2047393200.716.1345987750523.JavaMail.hudson@aegis.apache.org> Date: Sun, 26 Aug 2012 12:40:25 -0700 Message-ID: Subject: Re: Hive-trunk-h0.21 - Build # 1630 - Still Failing From: Carl Steinbach To: dev@hive.apache.org Content-Type: multipart/alternative; boundary=00504502d8477607aa04c830613c X-Gm-Message-State: ALoCoQk4kXUuo5O0hadLKfjjidVcM3XPYU8m6chGCKo/OUofc6UQLcbmCHqk6ISZ/Pg1dkR3WDt+ X-Virus-Checked: Checked by ClamAV on apache.org --00504502d8477607aa04c830613c Content-Type: text/plain; charset=ISO-8859-1 It looks like the builds are failing because TestCliDriver is timing out after exceeding the timeout value defined by test.timeout=18200000ms (303 minutes). I doubled the value in the Jenkins job configuration. If this fixes the problem we should probably update the value in build-common.xml. Thanks. Carl On Sun, Aug 26, 2012 at 6:28 AM, Apache Jenkins Server < jenkins@builds.apache.org> wrote: > Changes for Build #1627 > [namit] HIVE-3072 Hive List Bucketing - DDL support > (Gang Tim Liu via namit) > > [kevinwilfong] HIVE-3396. hive.stats.reliable config causes > FileSinkOperator to fail when writing empty file. (kevinwilfong reviewed by > njain) > > > Changes for Build #1628 > [namit] HIVE-3406 Yet better error message in CLI on invalid column name > (Navis via namit) > > > Changes for Build #1629 > [cws] HIVE-3345. Add junit exclude utility to disable testcases (Zhenxiao > Luo via cws) > > > Changes for Build #1630 > [cws] HIVE-3365. Upgrade Hive's Avro dependency to version 1.7 (Shreepadma > Venugopalan via cws) > > > > > 2 tests failed. > FAILED: org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_not > > Error Message: > Timeout occurred. Please note the time in the report does not reflect the > time until the timeout. > > Stack Trace: > junit.framework.AssertionFailedError: Timeout occurred. Please note the > time in the report does not reflect the time until the timeout. > at > net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259) > at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268) > at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:324) > at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244) > > > FAILED: > org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1 > > Error Message: > Unexpected exception See build/ql/tmp/hive.log, or try "ant test ... > -Dtest.silent=false" to get more logs. > > Stack Trace: > junit.framework.AssertionFailedError: Unexpected exception > See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to > get more logs. > at junit.framework.Assert.fail(Assert.java:47) > at > org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1(TestNegativeCliDriver.java:11278) > 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 junit.framework.TestCase.runTest(TestCase.java:168) > at junit.framework.TestCase.runBare(TestCase.java:134) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906) > > > > > The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1630) > > Status: Still Failing > > Check console output at > https://builds.apache.org/job/Hive-trunk-h0.21/1630/ to view the results. --00504502d8477607aa04c830613c--