You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/07/30 20:02:30 UTC

Build failed in Jenkins: Cassandra #1827

See <https://builds.apache.org/job/Cassandra/1827/changes>

Changes:

[sylvain] Add support for row key composite

[brandonwilliams] enable jamm for OpenJDK >= 1.6.0.23

[xedin] improve DynamicEndpointSnitch by using reservoir sampling

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 in workspace <https://builds.apache.org/job/Cassandra/ws/>
Checkout:Cassandra / <https://builds.apache.org/job/Cassandra/ws/> - hudson.remoting.Channel@2acbc5aa:ubuntu1
Using strategy: Default
Last Built Revision: Revision 7588f74d01afe5f65ee3ce7afe2b4423ece0970d (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 652ae9a6456dd8cdd38e3eebdfbbfad51b2ad197 (origin/trunk)
Checking out Revision 652ae9a6456dd8cdd38e3eebdfbbfad51b2ad197 (origin/trunk)
[Cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2012-07-30_18-01-24 -Dtest.timeout=90000 -Dcobertura.dir=/usr/share/java clean release test
Buildfile: <https://builds.apache.org/job/Cassandra/ws/build.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/Cassandra/ws/build/test>
   [delete] Deleting directory <https://builds.apache.org/job/Cassandra/ws/build/classes>
   [delete] Deleting directory <https://builds.apache.org/job/Cassandra/ws/src/gen-java>
   [delete] Deleting: <https://builds.apache.org/job/Cassandra/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/ws/build/build-dependencies.xml>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Cassandra/ws/build/classes/main>
    [mkdir] Created dir: <https://builds.apache.org/job/Cassandra/ws/build/classes/thrift>
    [mkdir] Created dir: <https://builds.apache.org/job/Cassandra/ws/build/test/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/Cassandra/ws/build/test/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Cassandra/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/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/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/ws/src/java/org/apache/cassandra/cql3/Cql.g>  ...

build-project:
     [echo] apache-cassandra: <https://builds.apache.org/job/Cassandra/ws/build.xml>
    [javac] Compiling 40 source files to <https://builds.apache.org/job/Cassandra/ws/build/classes/thrift>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 624 source files to <https://builds.apache.org/job/Cassandra/ws/build/classes/main>
    [javac] <https://builds.apache.org/job/Cassandra/ws/src/java/org/apache/cassandra/utils/StreamingHistogram.java>:130: warning: unmappable character for encoding ASCII
    [javac]      * Calculates estimated number of points in interval [-???,b].
    [javac]                                                            ^
    [javac] <https://builds.apache.org/job/Cassandra/ws/src/java/org/apache/cassandra/utils/StreamingHistogram.java>:130: warning: unmappable character for encoding ASCII
    [javac]      * Calculates estimated number of points in interval [-???,b].
    [javac]                                                             ^
    [javac] <https://builds.apache.org/job/Cassandra/ws/src/java/org/apache/cassandra/utils/StreamingHistogram.java>:130: warning: unmappable character for encoding ASCII
    [javac]      * Calculates estimated number of points in interval [-???,b].
    [javac]                                                              ^
    [javac] <https://builds.apache.org/job/Cassandra/ws/src/java/org/apache/cassandra/utils/StreamingHistogram.java>:133: warning: unmappable character for encoding ASCII
    [javac]      * @return estimated number of points in a interval [-???,b].
    [javac]                                                           ^
    [javac] <https://builds.apache.org/job/Cassandra/ws/src/java/org/apache/cassandra/utils/StreamingHistogram.java>:133: warning: unmappable character for encoding ASCII
    [javac]      * @return estimated number of points in a interval [-???,b].
    [javac]                                                            ^
    [javac] <https://builds.apache.org/job/Cassandra/ws/src/java/org/apache/cassandra/utils/StreamingHistogram.java>:133: warning: unmappable character for encoding ASCII
    [javac]      * @return estimated number of points in a interval [-???,b].
    [javac]                                                             ^
    [javac] <https://builds.apache.org/job/Cassandra/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/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/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/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/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/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/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/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] 14 warnings
     [copy] Copying 1 file to <https://builds.apache.org/job/Cassandra/ws/build/classes/main>

createVersionPropFile:
[propertyfile] Creating new property file: <https://builds.apache.org/job/Cassandra/ws/build/classes/main/org/apache/cassandra/config/version.properties>

build:

build-test:
    [javac] Compiling 144 source files to <https://builds.apache.org/job/Cassandra/ws/build/test/classes>
    [javac] <https://builds.apache.org/job/Cassandra/ws/test/unit/org/apache/cassandra/thrift/ThriftValidationTest.java>:57: cannot find symbol
    [javac] symbol  : method keyAlias(java.nio.ByteBuffer)
    [javac] location: class org.apache.cassandra.config.CFMetaData
    [javac]         newMetadata.keyAlias(AsciiType.instance.decompose("id"));
    [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

BUILD FAILED
<https://builds.apache.org/job/Cassandra/ws/build.xml>:1008: Compile failed; see the compiler error output for details.

Total time: 25 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc

Build failed in Jenkins: Cassandra #1828

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra/1828/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 in workspace <https://builds.apache.org/job/Cassandra/ws/>
Checkout:Cassandra / <https://builds.apache.org/job/Cassandra/ws/> - hudson.remoting.Channel@4ad9071e:ubuntu4
Using strategy: Default
Last Built Revision: Revision 652ae9a6456dd8cdd38e3eebdfbbfad51b2ad197 (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 9ecda7230c719784a203741d5d548b505cae2969 (origin/trunk)
Checking out Revision 9ecda7230c719784a203741d5d548b505cae2969 (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-1828
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-1828
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:751)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1321)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1269)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2196)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #1828 jenkins-Cassandra-1828" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <jenkins@janus.apache.org
> not allowed

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:780)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:790)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:749)
	... 12 more