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/27 02:38:23 UTC

Build failed in Jenkins: Cassandra #1788

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

Changes:

[brandonwilliams] Fix SystemTable.setBootstrapState and other merge fallout from #4427.

[dbrosius] fix String.format parameter type for enum value

[dbrosius] fix String.format parameter type for UUID

[dbrosius] cleanup unused import warnings, and trailing whitespace

[sylvain] Ensure compacted sstables are never used

[sylvain] Fix comments

[jakers] Push the validation of secondary index values to the secondary index manager

[brandonwilliams] cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive

[jakers] remove poorly mocked test in favor of new test

[jbellis] cleanup

[jbellis] fix typo in SICST class name

------------------------------------------
Started by an SCM change
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@7fcfaf57:ubuntu1
Using strategy: Default
Last Built Revision: Revision 5cde66bab30e7aa8f98bae9a7504b2a4a17cdda1 (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 80baefddc5749a15edc21b6ea9fa84bdfb879883 (origin/trunk)
Checking out Revision 80baefddc5749a15edc21b6ea9fa84bdfb879883 (origin/trunk)
[Cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2012-07-27_00-37-26 -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 620 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/db/SecondaryIndexColumnSizeTest.java>:137: type org.apache.cassandra.db.DecoratedKey does not take parameters
    [javac]         public void deleteFromIndex(DecoratedKey<?> key, List<IColumn> indexedColumnsInRow)
    [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: 29 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 #1789

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

------------------------------------------
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@447f292a:ubuntu4
Using strategy: Default
Last Built Revision: Revision 80baefddc5749a15edc21b6ea9fa84bdfb879883 (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 dc071e702e20bf49f05b70fd75de0e63474707c5 (origin/trunk)
Checking out Revision dc071e702e20bf49f05b70fd75de0e63474707c5 (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-1789
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-1789
	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 #1789 jenkins-Cassandra-1789" 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