You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/12/03 01:13:31 UTC

Build failed in Jenkins: Kafka-trunk #345

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

Changes:

[neha.narkhede] KAFKA-328 Write unit test for kafka server startup and shutdown API; reviewed by Neha Narkhede

------------------------------------------
[...truncated 979 lines...]

kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.AdminTest > testReassigningNonExistingPartition FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.AdminTest > testPreferredReplicaJsonData FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.AdminTest > testBasicPreferredReplicaElection FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.AdminTest > testShutdownBroker FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.AdminTest > testTopicConfigChange FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AdminTest.setUp(AdminTest.scala:33)

kafka.admin.TopicCommandTest > testConfigPreservationAcrossPartitionAlteration FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.TopicCommandTest.setUp(TopicCommandTest.scala:29)

kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testResumeDeleteTopicWithRecoveredFollower FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testResumeDeleteTopicOnControllerFailover FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.DeleteTopicTest.setUp(DeleteTopicTest.scala:34)

kafka.admin.AddPartitionsTest > testTopicDoesNotExist FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AddPartitionsTest.setUp(AddPartitionsTest.scala:56)

kafka.admin.AddPartitionsTest > testWrongReplicaCount FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AddPartitionsTest.setUp(AddPartitionsTest.scala:56)

kafka.admin.AddPartitionsTest > testIncrementPartitions FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AddPartitionsTest.setUp(AddPartitionsTest.scala:56)

kafka.admin.AddPartitionsTest > testManualAssignmentOfReplicas FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AddPartitionsTest.setUp(AddPartitionsTest.scala:56)

kafka.admin.AddPartitionsTest > testReplicaPlacement FAILED
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:95)
        at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:33)
        at kafka.zk.ZooKeeperTestHarness$class.setUp(ZooKeeperTestHarness.scala:33)
        at kafka.admin.AddPartitionsTest.setUp(AddPartitionsTest.scala:56)

292 tests completed, 58 failed
:core:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':core:test'.
> There were failing tests. See the report at: file://<https://builds.apache.org/job/Kafka-trunk/ws/core/build/reports/tests/index.html>

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4 mins 59.342 secs
Build step 'Execute shell' marked build as failure
Setting GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1

Jenkins build is back to normal : Kafka-trunk #346

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Kafka-trunk/346/changes>