Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-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 947E9D25F for ; Wed, 19 Sep 2012 18:02:26 +0000 (UTC) Received: (qmail 33306 invoked by uid 500); 19 Sep 2012 18:02:25 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 33263 invoked by uid 500); 19 Sep 2012 18:02:25 -0000 Mailing-List: contact dev-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 dev@cassandra.apache.org Received: (qmail 33252 invoked by uid 99); 19 Sep 2012 18:02:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 18:02:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 18:02:23 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 86BB1C00F0 for ; Wed, 19 Sep 2012 18:02:03 +0000 (UTC) Date: Wed, 19 Sep 2012 18:02:03 +0000 (UTC) From: Apache Jenkins Server To: dev@cassandra.apache.org Message-ID: <449037424.508.1348077723535.JavaMail.hudson@aegis.apache.org> In-Reply-To: <971217253.498.1348074680492.JavaMail.hudson@aegis.apache.org> References: <971217253.498.1348074680492.JavaMail.hudson@aegis.apache.org> Subject: Build failed in Jenkins: Cassandra #2132 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Cassandra X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See ------------------------------------------ Started by an SCM change Building remotely on ubuntu2 in workspace Checkout:Cassandra / - hudson.remoting.Channel@21a5931f:ubuntu2 Using strategy: Default Last Built Revision: Revision 4c1b11bc35ed8770076742ad27e8374418e9970e (origin/trunk) Fetching changes from 1 remote Git repository Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cassandra.git Commencing build of Revision 4c1b11bc35ed8770076742ad27e8374418e9970e (origin/trunk) Checking out Revision 4c1b11bc35ed8770076742ad27e8374418e9970e (origin/trunk) [Cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2012-09-19_18-01-11 -Dtest.timeout=90000 -Dcobertura.dir=/usr/share/java clean release test Buildfile: clean: [delete] Deleting directory [delete] Deleting directory [delete] Deleting directory [delete] Deleting: maven-ant-tasks-localrepo: maven-ant-tasks-download: maven-ant-tasks-init: maven-declare-dependencies: maven-ant-tasks-retrieve-build: init-dependencies: [echo] Loading dependency paths from file: init: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: check-avro-generate: avro-interface-generate-internode: [echo] Generating Avro internode code... avro-generate: build-subprojects: check-gen-cli-grammar: gen-cli-grammar: [echo] Building Grammar .... check-gen-cql2-grammar: gen-cql2-grammar: [echo] Building Grammar ... check-gen-cql3-grammar: gen-cql3-grammar: [echo] Building Grammar ... build-project: [echo] apache-cassandra: [javac] Compiling 40 source files to [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] Compiling 687 source files to [javac] :20: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] :26: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] private static final Unsafe unsafe; [javac] ^ [javac] :40: cannot find symbol [javac] symbol : class ConfigurationException [javac] location: package org.apache.cassandra.config [javac] import org.apache.cassandra.config.ConfigurationException; [javac] ^ [javac] :659: cannot find symbol [javac] symbol : class ConfigurationException [javac] location: class org.apache.cassandra.tools.NodeCmd [javac] public static void main(String[] args) throws IOException, InterruptedException, ConfigurationException, ParseException [javac] ^ [javac] :25: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] :114: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] static final Unsafe theUnsafe; [javac] ^ [javac] :32: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] Field field = sun.misc.Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] :34: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] unsafe = (sun.misc.Unsafe) field.get(null); [javac] ^ [javac] :51: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair SNAPSHOT_COLUMNFAMILY_OPT = new Pair("cf", "column-family"); [javac] ^ [javac] :52: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair HOST_OPT = new Pair("h", "host"); [javac] ^ [javac] :53: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair PORT_OPT = new Pair("p", "port"); [javac] ^ [javac] :54: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair USERNAME_OPT = new Pair("u", "username"); [javac] ^ [javac] :55: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair PASSWORD_OPT = new Pair("pw", "password"); [javac] ^ [javac] :56: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair TAG_OPT = new Pair("t", "tag"); [javac] ^ [javac] :57: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair PRIMARY_RANGE_OPT = new Pair("pr", "partitioner-range"); [javac] ^ [javac] :58: Pair(T1,T2) has protected access in org.apache.cassandra.utils.Pair [javac] private static final Pair SNAPSHOT_REPAIR_OPT = new Pair("snapshot", "with-snapshot"); [javac] ^ [javac] :235: incompatible types [javac] found : java.util.Map [javac] required: java.util.Map [javac] ownerships = probe.effectiveOwnership(keyspace); [javac] ^ [javac] :238: cannot find symbol [javac] symbol : class ConfigurationException [javac] location: class org.apache.cassandra.tools.NodeCmd [javac] catch (ConfigurationException ex) [javac] ^ [javac] :240: incompatible types [javac] found : java.util.Map [javac] required: java.util.Map [javac] ownerships = probe.getOwnership(); [javac] ^ [javac] :326: cannot find symbol [javac] symbol : method getToken() [javac] location: class org.apache.cassandra.tools.NodeProbe [javac] outs.printf("%-17s: %s%n", "Token", probe.getToken()); [javac] ^ [javac] :817: cannot find symbol [javac] symbol : method removeToken(java.lang.String) [javac] location: class org.apache.cassandra.tools.NodeProbe [javac] else { probe.removeToken(arguments[0]); } [javac] ^ [javac] :120: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] theUnsafe = (Unsafe) AccessController.doPrivileged( [javac] ^ [javac] :125: warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release [javac] Field f = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 15 errors [javac] 8 warnings BUILD FAILED :680: Compile failed; see the compiler error output for details. Total time: 26 seconds Build step 'Invoke Ant' marked build as failure [TASKS] Skipping publisher since build result is FAILURE Archiving artifacts Recording test results Publishing Javadoc