See <https://builds.apache.org/job/Cassandra-quick/1385/>
------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 in workspace <https://builds.apache.org/job/Cassandra-quick/ws/>
Checkout:Cassandra-quick / <https://builds.apache.org/job/Cassandra-quick/ws/> - hudson.remoting.Channel@414b853d: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-quick] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2012-09-21_22-02-51 -Dtest.timeout=90000
-Dcobertura.dir=/usr/share/java clean test
Buildfile: <https://builds.apache.org/job/Cassandra-quick/ws/build.xml>
clean:
[delete] Deleting directory <https://builds.apache.org/job/Cassandra-quick/ws/build/test>
[delete] Deleting directory <https://builds.apache.org/job/Cassandra-quick/ws/build/classes>
[delete] Deleting directory <https://builds.apache.org/job/Cassandra-quick/ws/src/gen-java>
[delete] Deleting: <https://builds.apache.org/job/Cassandra-quick/ws/build/internode.avpr>
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: <https://builds.apache.org/job/Cassandra-quick/ws/build/build-dependencies.xml>
init:
[mkdir] Created dir: <https://builds.apache.org/job/Cassandra-quick/ws/build/classes/main>
[mkdir] Created dir: <https://builds.apache.org/job/Cassandra-quick/ws/build/classes/thrift>
[mkdir] Created dir: <https://builds.apache.org/job/Cassandra-quick/ws/build/test/lib>
[mkdir] Created dir: <https://builds.apache.org/job/Cassandra-quick/ws/build/test/classes>
[mkdir] Created dir: <https://builds.apache.org/job/Cassandra-quick/ws/src/gen-java>
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 <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/cli/Cli.g>
....
check-gen-cql2-grammar:
gen-cql2-grammar:
[echo] Building Grammar <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/cql/Cql.g>
...
check-gen-cql3-grammar:
gen-cql3-grammar:
[echo] Building Grammar <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/cql3/Cql.g>
...
build-project:
[echo] apache-cassandra: <https://builds.apache.org/job/Cassandra-quick/ws/build.xml>
[javac] Compiling 40 source files to <https://builds.apache.org/job/Cassandra-quick/ws/build/classes/thrift>
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 686 source files to <https://builds.apache.org/job/Cassandra-quick/ws/build/classes/main>
[javac] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/io/util/Memory.java>:20:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[javac] import sun.misc.Unsafe;
[javac] ^
[javac] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/io/util/Memory.java>: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] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/utils/FastByteComparisons.java>:25:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[javac] import sun.misc.Unsafe;
[javac] ^
[javac] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/utils/FastByteComparisons.java>:114:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[javac] static final Unsafe theUnsafe;
[javac] ^
[javac] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/io/util/Memory.java>: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] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/io/util/Memory.java>: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] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/service/StorageProxy.java>: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] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/utils/FastByteComparisons.java>:120:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[javac] theUnsafe = (Unsafe) AccessController.doPrivileged(
[javac] ^
[javac] <https://builds.apache.org/job/Cassandra-quick/ws/src/java/org/apache/cassandra/utils/FastByteComparisons.java>: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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>: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
Recording test results
|