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/02 15:59:38 UTC

Build failed in Jenkins: Cassandra-quick #764

See <https://builds.apache.org/job/Cassandra-quick/764/changes>

Changes:

[jbellis] r/m redundant @Override

[jbellis] restore pre-CASSANDRA-3862 approach to removing expired tombstones during compaction

[jbellis] allow dropping columns shadowed by not-yet-expired supercolumn or row tombstones in PrecompactedRow

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Cassandra-quick/ws/>
Checkout:Cassandra-quick / <https://builds.apache.org/job/Cassandra-quick/ws/> - hudson.remoting.Channel@178e05e0:ubuntu2
Using strategy: Default
Last Built Revision: Revision 44f4cac62e33238461274b6aec6790d623b70484 (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 4f1e5e2886ec13953069b579c71cc00a0dd0de8f (origin/trunk)
Checking out Revision 4f1e5e2886ec13953069b579c71cc00a0dd0de8f (origin/trunk)
[Cassandra-quick] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2012-07-02_13-57-49 -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 579 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/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-quick/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-quick/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-quick/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-quick/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-quick/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-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/db/compaction/CompactionIterable.java>:88: cannot find symbol
    [javac] symbol  : method removeDeletedInCache(org.apache.cassandra.db.DecoratedKey)
    [javac] location: class org.apache.cassandra.db.compaction.CompactionController
    [javac]                 controller.removeDeletedInCache(compactedRow.key);
    [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/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] 14 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: 55 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #766

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/766/changes>

Changes:

[dbrosius] fix build - re-add CompactionController.removeDeletedInCache for commit fbb5ec0374e1a5f1b24680f1604b6e9201fb535f restore pre-CASSANDRA-3862 approach to removing expired tombstones during compaction

------------------------------------------
[...truncated 402 lines...]
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.157 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.549 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.517 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.762 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.179 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 19.01 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.218 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:14:56,265 open(null, O_RDONLY) failed, errno (14).
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.088 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.203 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 18.76 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.426 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 15.024 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.488 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.494 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 2.902 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.174 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.479 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.171 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 16.968 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] toStream : [(158873535527910577765226390751398592512,0], (0,34028236692093846346337460743176821145]]
    [junit] toFetch : [(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
    [junit] toStreamExpected : [(158873535527910577765226390751398592512,0], (0,34028236692093846346337460743176821145]]
    [junit] toFetchExpected : [(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 17.182 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 13.438 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 16.67 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:17:45,960 No host ID found, created fbf7f618-1133-4481-ba69-bab47c440296 (Note: This should happen exactly once per node).
    [junit]  WARN 18:17:46,365 Generated random token Token(bytes[63bcf0a45f2ebf48f124e5d77088f0c2]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 19.966 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:18:07,690 No host ID found, created 988914d8-c8a4-4001-9ada-bfc158c9f0f1 (Note: This should happen exactly once per node).
    [junit]  WARN 18:18:08,025 Generated random token Token(bytes[c8948c294ea364989836077772a58e7f]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.822 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.666 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:18:43,790 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
    [junit]  WARN 18:18:44,813 No host ID found, created 6c445988-cc61-4dbe-b802-fa68ce843d2c (Note: This should happen exactly once per node).
    [junit]  WARN 18:18:45,514 Generated random token Token(bytes[c953316c2b65ca84023ded3908d7aa7f]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.InitClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.55 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 17.692 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:19:12,680 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 17.894 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 19.244 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 18:19:49,524 Fatal exception in thread Thread[ACCEPT-/127.0.0.1,5,main]
    [junit] java.lang.RuntimeException: java.nio.channels.ClosedChannelException
    [junit] 	at org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:854)
    [junit] Caused by: java.nio.channels.ClosedChannelException
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:137)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:843)
    [junit] ERROR 18:19:50,840 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 18:19:50,840 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:19:50,841 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 18:19:50,841 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:19:50,841 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 18:19:50,841 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:19:50,841 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 18:19:50,842 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:19:50,842 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 18:19:50,842 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:19:50,842 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 18:19:50,842 Streaming from /127.0.0.6 failed
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 16.287 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.682 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 18.175 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.682 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.156 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:21:00,789 No host ID found, created bc6d073d-3062-42e1-82f3-798978f10974 (Note: This should happen exactly once per node).
    [junit]  WARN 18:21:01,529 Generated random token Token(bytes[844375d149c857af367a4ed400405352]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 17.136 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15.374 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 14.651 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:21:56,864 No host ID found, created 1e13e5a4-6007-4530-8c0d-8d172ac06e53 (Note: This should happen exactly once per node).
    [junit]  WARN 18:21:57,223 Generated random token Token(bytes[7407f545910ca210b072649d04c1b3b4]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 17.196 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 15.232 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 16.439 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.733 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.265 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.22 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.082 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 18.894 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.205 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.068 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.27 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.734 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.116 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.126 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.089 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 19.515 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.12 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

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

Build failed in Jenkins: Cassandra-quick #765

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

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
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@35929422:ubuntu4
Using strategy: Default
Last Built Revision: Revision 4f1e5e2886ec13953069b579c71cc00a0dd0de8f (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 086c06ad7fb211de6be877c3c1ea2ee4f86c6d7e (origin/trunk)
Checking out Revision 086c06ad7fb211de6be877c3c1ea2ee4f86c6d7e (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-765
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-765
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #765 jenkins-Cassandra-quick-765" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more