Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 275251889A for ; Sat, 18 Jul 2015 11:07:05 +0000 (UTC) Received: (qmail 97119 invoked by uid 500); 18 Jul 2015 11:07:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 97078 invoked by uid 500); 18 Jul 2015 11:07:04 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 97066 invoked by uid 99); 18 Jul 2015 11:07:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2015 11:07:04 +0000 Date: Sat, 18 Jul 2015 11:07:04 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9841) trunk pig-test fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632378#comment-14632378 ] Aleksey Yeschenko commented on CASSANDRA-9841: ---------------------------------------------- Probably broken by either CASSANDRA-8099 or CASSANDRA-6717. Could be a symptom of something bad, so should be resolved before 3.0.0 at least. Can you dig deeper and get some more useful stack traces? > trunk pig-test fails > -------------------- > > Key: CASSANDRA-9841 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9841 > Project: Cassandra > Issue Type: Bug > Components: Hadoop, Tests > Environment: trunk HEAD > Debian Jessie 64-bin > AWS m3-2xlarge > Reporter: Michael Shuler > Labels: test-failure > Fix For: 3.0.0 rc1 > > > {noformat} > pig-test: > [mkdir] Created dir: /var/lib/jenkins/jobs/trunk_pigtest/workspace/build/test/cassandra > [mkdir] Created dir: /var/lib/jenkins/jobs/trunk_pigtest/workspace/build/test/output > [junit] WARNING: multiple versions of ant detected in path for junit > [junit] jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class > [junit] and jar:file:/var/lib/jenkins/jobs/trunk_pigtest/workspace/build/lib/jars/ant-1.8.3.jar!/org/apache/tools/ant/Project.class > [junit] Testsuite: org.apache.cassandra.pig.CqlRecordReaderTest > [junit] Testsuite: org.apache.cassandra.pig.CqlRecordReaderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.799 sec > [junit] > [junit] Testsuite: org.apache.cassandra.pig.CqlTableDataTypeTest > [junit] Testsuite: org.apache.cassandra.pig.CqlTableDataTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.627 sec > [junit] > [junit] Testsuite: org.apache.cassandra.pig.CqlTableTest > [junit] > [junit] Exception: java.lang.IllegalStateException thrown from the UncaughtExceptionHandler in thread "cluster15357-connection-reaper-0" > [junit] Testsuite: org.apache.cassandra.pig.CqlTableTest > [junit] Testsuite: org.apache.cassandra.pig.CqlTableTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec > [junit] > [junit] Testcase: org.apache.cassandra.pig.CqlTableTest:testCqlNativeStorageSingleKeyTable: Caused an ERROR > [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. > [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. > [junit] > [junit] > [junit] Test org.apache.cassandra.pig.CqlTableTest FAILED (crashed) > [junit] Testsuite: org.apache.cassandra.pig.ThriftColumnFamilyDataTypeTest > [junit] Testsuite: org.apache.cassandra.pig.ThriftColumnFamilyDataTypeTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.889 sec > [junit] > [junit] Testcase: testCassandraStorageDataType(org.apache.cassandra.pig.ThriftColumnFamilyDataTypeTest): Caused an ERROR > [junit] Unable to open iterator for alias rows > [junit] org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open iterator for alias rows > [junit] at org.apache.pig.PigServer.openIterator(PigServer.java:882) > [junit] at org.apache.cassandra.pig.ThriftColumnFamilyDataTypeTest.testCassandraStorageDataType(ThriftColumnFamilyDataTypeTest.java:81) > [junit] Caused by: java.io.IOException: Job terminated with anomalous status FAILED > [junit] at org.apache.pig.PigServer.openIterator(PigServer.java:874) > [junit] > [junit] > [junit] Test org.apache.cassandra.pig.ThriftColumnFamilyDataTypeTest FAILED > [junit] Testsuite: org.apache.cassandra.pig.ThriftColumnFamilyTest > [junit] Testsuite: org.apache.cassandra.pig.ThriftColumnFamilyTest > [junit] Testsuite: org.apache.cassandra.pig.ThriftColumnFamilyTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec > [junit] > [junit] Testcase: org.apache.cassandra.pig.ThriftColumnFamilyTest:testCqlNativeStorageCompositeKeyCF: Caused an ERROR > [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. > [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. > [junit] > [junit] > [junit] Test org.apache.cassandra.pig.ThriftColumnFamilyTest FAILED (crashed) > [junitreport] Processing /var/lib/jenkins/jobs/trunk_pigtest/workspace/build/test/TESTS-TestSuites.xml to /tmp/null1591595172 > [junitreport] Loading stylesheet jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl > [junitreport] Transform time: 1048ms > [junitreport] Deleting: /tmp/null1591595172 > BUILD FAILED > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)