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 45A11D7B3 for ; Sat, 22 Sep 2012 06:03:11 +0000 (UTC) Received: (qmail 67744 invoked by uid 500); 22 Sep 2012 06:03:10 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 67291 invoked by uid 500); 22 Sep 2012 06:03:06 -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 67262 invoked by uid 99); 22 Sep 2012 06:03:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2012 06:03:04 +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; Sat, 22 Sep 2012 06:03:03 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id C9371C00A0 for ; Sat, 22 Sep 2012 06:02:42 +0000 (UTC) Date: Sat, 22 Sep 2012 06:02:42 +0000 (UTC) From: Apache Jenkins Server To: dev@cassandra.apache.org Message-ID: <1405336509.149.1348293762822.JavaMail.hudson@aegis.apache.org> In-Reply-To: <565758438.125.1348286860875.JavaMail.hudson@aegis.apache.org> References: <565758438.125.1348286860875.JavaMail.hudson@aegis.apache.org> Subject: Build failed in Jenkins: Cassandra #2146 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 ubuntu4 in workspace Checkout:Cassandra / - hudson.remoting.Channel@74ae3bdc:ubuntu4 Using strategy: Default Last Built Revision: Revision d634f05161ba5b7524c743e5ac5d18f4e8a6282a (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 d634f05161ba5b7524c743e5ac5d18f4e8a6282a (origin/trunk) Checking out Revision d634f05161ba5b7524c743e5ac5d18f4e8a6282a (origin/trunk) [Cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2012-09-22_06-01-27 -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 686 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] :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] :803: local variable remotes is accessed from within inner class; needs to be declared final [javac] sendToHintedEndpoints(cm.makeReplicationMutation(), remotes, responseHandler, localDataCenter, consistency_level); [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] 1 error [javac] 8 warnings BUILD FAILED :680: Compile failed; see the compiler error output for details. Total time: 28 seconds Build step 'Invoke Ant' marked build as failure [TASKS] Skipping publisher since build result is FAILURE Archiving artifacts Recording test results Publishing Javadoc