See <https://builds.apache.org/job/Kafka-trunk/251/changes>

Changes:

[jay.kreps] KAFKA-1576: Make delete topic command a little more user-friendly. 
Patch from Gwen Shapira.

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Building remotely on ubuntu-4 (Ubuntu ubuntu4 ubuntu) in workspace 
<https://builds.apache.org/job/Kafka-trunk/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/kafka.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/kafka.git
 > git --version
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/kafka.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/trunk^{commit}
Checking out Revision 780225506d89b587d3974615b8444ef2b62122d5 (origin/trunk)
 > git config core.sparsecheckout
 > git checkout -f 780225506d89b587d3974615b8444ef2b62122d5
 > git rev-list c6f08b6094924ff3560a8e16090c85ed1a415b03
[Kafka-trunk] $ /bin/bash -xe /tmp/hudson8941608623567918962.sh
+ ./gradlew -PscalaVersion=2.10.1 test
Building project 'core' with Scala version 2.10.1
Building project 'perf' with Scala version 2.10.1
:clients:compileJava UP-TO-DATE
:clients:processResources UP-TO-DATE
:clients:classes UP-TO-DATE
:clients:compileTestJava UP-TO-DATE
:clients:processTestResources UP-TO-DATE
:clients:testClasses UP-TO-DATE
:clients:test UP-TO-DATE
:contrib:compileJava UP-TO-DATE
:contrib:processResources UP-TO-DATE
:contrib:classes UP-TO-DATE
:contrib:compileTestJava UP-TO-DATE
:contrib:processTestResources UP-TO-DATE
:contrib:testClasses UP-TO-DATE
:contrib:test UP-TO-DATE
:clients:jar UP-TO-DATE
:core:compileJava UP-TO-DATE
:core:compileScala
<https://builds.apache.org/job/Kafka-trunk/ws/core/src/main/scala/kafka/admin/TopicCommand.scala>:22:
 imported `AdminOperationException' is permanently hidden by definition of 
class AdminOperationException in package admin
import kafka.admin.AdminOperationException
                   ^
one warning found
:core:processResources UP-TO-DATE
:core:classes
:core:compileTestJava UP-TO-DATE
:core:compileTestScala
:core:processTestResources UP-TO-DATE
:core:testClasses
:core:test

unit.kafka.utils.CommandLineUtilsTest > testParseEmptyArg PASSED

unit.kafka.utils.CommandLineUtilsTest > testParseSingleArg PASSED

unit.kafka.utils.CommandLineUtilsTest > testParseArgs PASSED

unit.kafka.common.TopicTest > testInvalidTopicNames PASSED

unit.kafka.common.ConfigTest > testInvalidClientIds PASSED

unit.kafka.common.ConfigTest > testInvalidGroupIds PASSED

kafka.server.LeaderElectionTest > testLeaderElectionAndEpoch PASSED

kafka.server.LeaderElectionTest > testLeaderElectionWithStaleControllerEpoch 
PASSED

kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresSingleLogSegment PASSED

kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresSingleLogSegment 
PASSED
Build timed out (after 60 minutes). Marking the build as failed.
Build was aborted

Reply via email to