You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/09/07 06:19:17 UTC

Build failed in Jenkins: Kafka-trunk #143

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

Changes:

[junrao] Handle topic names with / on Kafka server; patched by Swapnil Ghike; reviewed by Jay Kreps and Jun Rao; kafka-495

------------------------------------------
[...truncated 2261 lines...]
[2012-09-07 04:19:08,269] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:08,270] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testProduceAndMultiFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testMultiProduce(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-07 04:19:08,271] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,271] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:08,273] INFO Awaiting connections on port 9999 (kafka.network.Acceptor:130)
[2012-09-07 04:19:08,274] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:08,274] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:08,274] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,276] INFO Connected to localhost:9999 for producing (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:08,277] INFO Created log for 'test3'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,280] INFO Created log for 'test2'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,283] INFO Created log for 'test1'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,418] WARN Session 0x1399ef3d5c10005 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:08,479] INFO Disconnecting from localhost:9999 (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:08,479] INFO Shutting down Kafka server (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,479] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:08,479] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:08,480] INFO shutdown scheduler kafka-logcleaner- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:08,481] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:08,481] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testMultiProduce(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testMultiProduceWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-07 04:19:08,482] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,483] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:08,484] INFO Awaiting connections on port 9999 (kafka.network.Acceptor:130)
[2012-09-07 04:19:08,485] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:08,485] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:08,486] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,487] INFO Connected to localhost:9999 for producing (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:08,488] INFO Created log for 'test3'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,489] WARN Session 0x1399ef3ded30002 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:08,492] INFO Created log for 'test2'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,497] INFO Created log for 'test1'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,639] WARN Session 0x1399ef3d5c10003 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:08,691] INFO Disconnecting from localhost:9999 (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:08,691] INFO Shutting down Kafka server (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,691] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:08,691] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:08,691] INFO shutdown scheduler kafka-logcleaner- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:08,692] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:08,693] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testMultiProduceWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndFetch(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-07 04:19:08,694] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,694] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:08,696] INFO Awaiting connections on port 9999 (kafka.network.Acceptor:130)
[2012-09-07 04:19:08,697] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:08,697] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:08,697] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:08,698] INFO Connected to localhost:9999 for producing (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:08,699] INFO Created log for 'test'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:08,723] WARN Session 0x1399ef3aa650007 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:09,100] INFO Disconnecting from localhost:9999 (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,100] INFO Shutting down Kafka server (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,100] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,100] INFO shutdown scheduler kafka-logcleaner- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,100] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,102] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,103] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testProduceAndFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-07 04:19:09,104] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,104] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:09,106] INFO Awaiting connections on port 9999 (kafka.network.Acceptor:130)
[2012-09-07 04:19:09,106] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:09,107] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:09,107] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,107] INFO Connected to localhost:9999 for producing (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,108] INFO Created log for 'test'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,253] WARN Session 0x1399ef3d5c10002 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:09,509] INFO Disconnecting from localhost:9999 (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,510] INFO Shutting down Kafka server (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,510] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,510] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,510] INFO shutdown scheduler kafka-logcleaner- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,511] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,512] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testProduceAndFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchJava(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-07 04:19:09,512] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,513] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:09,514] INFO Awaiting connections on port 9999 (kafka.network.Acceptor:130)
[2012-09-07 04:19:09,515] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:09,515] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:09,516] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,517] INFO Connected to localhost:9999 for producing (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,518] INFO Created log for 'test1'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,547] INFO Created log for 'test2'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,551] INFO Created log for 'test3'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,641] WARN Session 0x1399ef3d5c10004 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:09,720] INFO Disconnecting from localhost:9999 (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,720] INFO Shutting down Kafka server (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,720] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,720] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,720] INFO shutdown scheduler kafka-logcleaner- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,722] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,722] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testProduceAndMultiFetchJava(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchJavaWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-07 04:19:09,724] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,724] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:09,726] INFO Awaiting connections on port 9999 (kafka.network.Acceptor:130)
[2012-09-07 04:19:09,727] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:09,727] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:09,728] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,729] INFO Connected to localhost:9999 for producing (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,730] INFO Created log for 'test1'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,767] INFO Created log for 'test2'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,796] WARN Session 0x1399ef3d5c10005 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:09,818] INFO Created log for 'test3'-0 (kafka.log.LogManager:61)
[2012-09-07 04:19:09,884] WARN Session 0x1399ef3d5c10003 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-07 04:19:09,933] INFO Disconnecting from localhost:9999 (kafka.producer.SyncProducer:61)
[2012-09-07 04:19:09,933] INFO Shutting down Kafka server (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,934] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,933] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor:223)
[2012-09-07 04:19:09,934] INFO shutdown scheduler kafka-logcleaner- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,935] INFO shutdown scheduler kafka-logflusher- (kafka.utils.KafkaScheduler:61)
[2012-09-07 04:19:09,935] INFO Kafka server shut down completed (kafka.server.KafkaServer:61)
[info] Test Passed: testProduceAndMultiFetchJavaWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] == core-kafka / kafka.javaapi.integration.PrimitiveApiTest ==
[info] 
[info] == core-kafka / kafka.log4j.KafkaLog4jAppenderTest ==
[info] Test Starting: testKafkaLog4jConfigs
[2012-09-07 04:19:09,946] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,946] INFO starting log cleaner every 600000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:09,947] INFO connecting to ZK: 127.0.0.1:2182 (kafka.server.KafkaZooKeeper:61)
[2012-09-07 04:19:09,958] INFO Awaiting connections on port 46964 (kafka.network.Acceptor:130)
[2012-09-07 04:19:09,959] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:09,959] INFO Registering broker /brokers/ids/0 (kafka.server.KafkaZooKeeper:61)
[2012-09-07 04:19:09,967] INFO Registering broker /brokers/ids/0 succeeded with id:0,creatorId:67.195.138.60-1346991549959,host:67.195.138.60,port:46964 (kafka.server.KafkaZooKeeper:61)
[2012-09-07 04:19:09,967] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:09,967] INFO Kafka server started. (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,968] INFO Starting Kafka server... (kafka.server.KafkaServer:61)
[2012-09-07 04:19:09,968] INFO starting log cleaner every 300000 ms (kafka.log.LogManager:61)
[2012-09-07 04:19:09,970] INFO Awaiting connections on port 40868 (kafka.network.Acceptor:130)
[2012-09-07 04:19:09,971] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$:61)
[2012-09-07 04:19:09,971] INFO Starting log flusher every 3000 ms with the following overrides Map() (kafka.log.LogManager:61)
[2012-09-07 04:19:09,971] INFO Kafka server started. (kafka.server.KafkaServer:61)
log4j:WARN Using default encoder - kafka.serializer.StringEncoder
log4j:WARN No appenders could be found for logger (kafka.producer.ProducerPool).
log4j:WARN Please initialize the log4j system properly.
[info] Test Passed: testKafkaLog4jConfigs
[info] Test Starting: testBrokerListLog4jAppends
log4j:WARN Using default encoder - kafka.serializer.StringEncoder
[info] Test Passed: testBrokerListLog4jAppends
[info] Test Starting: testZkConnectLog4jAppends
log4j:WARN Using default encoder - kafka.serializer.StringEncoder
[info] Test Passed: testZkConnectLog4jAppends
[info] == core-kafka / kafka.log4j.KafkaLog4jAppenderTest ==
[info] 
[info] == core-kafka / kafka.integration.LazyInitProducerTest ==
[info] Test Starting: testProduceAndMultiFetch(kafka.integration.LazyInitProducerTest)
[info] Test Passed: testProduceAndMultiFetch(kafka.integration.LazyInitProducerTest)
[info] Test Starting: testMultiProduce(kafka.integration.LazyInitProducerTest)
[info] Test Passed: testMultiProduce(kafka.integration.LazyInitProducerTest)
[info] Test Starting: testProduceAndFetch(kafka.integration.LazyInitProducerTest)
[info] Test Passed: testProduceAndFetch(kafka.integration.LazyInitProducerTest)
[info] Test Starting: testMultiProduceResend(kafka.integration.LazyInitProducerTest)
[info] Test Passed: testMultiProduceResend(kafka.integration.LazyInitProducerTest)
[info] == core-kafka / kafka.integration.LazyInitProducerTest ==
[info] 
[info] == core-kafka / kafka.utils.UtilsTest ==
[info] Test Starting: testSwallow
[info] Test Passed: testSwallow
[info] Test Starting: testCircularIterator
[info] Test Passed: testCircularIterator
[info] == core-kafka / kafka.utils.UtilsTest ==
[info] 
[info] == core-kafka / test-finish ==
[error] Failed: : Total 141, Failed 1, Errors 0, Passed 140, Skipped 0
[info] == core-kafka / test-finish ==
[info] 
[info] == core-kafka / Test cleanup 1 ==
[info] Deleting directory /tmp/sbt_fb4e25f5
[info] == core-kafka / Test cleanup 1 ==
[info] 
[info] == core-kafka / test-cleanup ==
[info] == core-kafka / test-cleanup ==
[info] 
[info] == hadoop consumer / copy-test-resources ==
[info] == hadoop consumer / copy-test-resources ==
[info] 
[info] == java-examples / copy-resources ==
[info] == java-examples / copy-resources ==
[info] 
[info] == java-examples / copy-test-resources ==
[info] == java-examples / copy-test-resources ==
[info] 
[info] == hadoop consumer / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == hadoop consumer / test-compile ==
[info] 
[info] == hadoop producer / copy-resources ==
[info] == hadoop producer / copy-resources ==
[info] 
[info] == hadoop consumer / copy-resources ==
[info] == hadoop consumer / copy-resources ==
[info] 
[info] == java-examples / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == java-examples / test-compile ==
[error] Error running kafka.integration.AutoOffsetResetTest: Test FAILED
[error] Error running test: One or more subtasks failed
[info] 
[info] Total time: 121 s, completed Sep 7, 2012 4:19:17 AM
[info] 
[info] Total session time: 121 s, completed Sep 7, 2012 4:19:17 AM
[error] Error during build.
Build step 'Execute shell' marked build as failure

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

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


Build failed in Jenkins: Kafka-trunk #145

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

Changes:

[joestein] KAFKA-533 changes to NOTICE and LICENSE related to KAFKA-534 removing client libraries from repo

[joestein] KAFKA-534 remove client library directory

------------------------------------------
[...truncated 1357 lines...]
[info] Test Starting: testRead
[info] Test Passed: testRead
[info] == core-kafka / kafka.message.FileMessageSetTest ==
[info] 
[info] == core-kafka / kafka.javaapi.integration.PrimitiveApiTest ==
[info] Test Starting: testProduceAndMultiFetch(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-27 01:40:14,424] WARN Wrong partition -1 valid partitions (0,0) (kafka.log.LogManager:73)
[2012-09-27 01:40:14,424] WARN Wrong partition -1 valid partitions (0,0) (kafka.log.LogManager:73)
[2012-09-27 01:40:14,424] WARN Wrong partition -1 valid partitions (0,0) (kafka.log.LogManager:73)
[info] Test Passed: testProduceAndMultiFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-27 01:40:14,634] WARN Wrong partition -1 valid partitions (0,0) (kafka.log.LogManager:73)
[2012-09-27 01:40:14,634] WARN Wrong partition -1 valid partitions (0,0) (kafka.log.LogManager:73)
[2012-09-27 01:40:14,634] WARN Wrong partition -1 valid partitions (0,0) (kafka.log.LogManager:73)
[info] Test Passed: testProduceAndMultiFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testMultiProduce(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testMultiProduce(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testMultiProduceWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-27 01:40:14,993] WARN Session 0x13a056187c60009 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[info] Test Passed: testMultiProduceWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndFetch(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-27 01:40:15,411] WARN Session 0x13a056179d9000a for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[info] Test Passed: testProduceAndFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[2012-09-27 01:40:15,701] WARN Session 0x13a056199810004 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-27 01:40:15,719] WARN Session 0x13a056199810005 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[2012-09-27 01:40:15,734] WARN Session 0x13a056187c60006 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[info] Test Passed: testProduceAndFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchJava(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndMultiFetchJava(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchJavaWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndMultiFetchJavaWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] == core-kafka / kafka.javaapi.integration.PrimitiveApiTest ==
[info] 
[info] == core-kafka / kafka.server.ServerShutdownTest ==
[info] Test Starting: testCleanShutdown
[2012-09-27 01:40:16,558] WARN Session 0x13a056187c60009 for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn:1188)
java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[info] Test Passed: testCleanShutdown
[info] == core-kafka / kafka.server.ServerShutdownTest ==
[info] 
[info] == core-kafka / kafka.log4j.KafkaLog4jAppenderTest ==
[info] Test Starting: testKafkaLog4jConfigs
log4j:WARN Using default encoder - kafka.serializer.StringEncoder
log4j:WARN No appenders could be found for logger (org.I0Itec.zkclient.ZkEventThread).
log4j:WARN Please initialize the log4j system properly.
[info] Test Passed: testKafkaLog4jConfigs
[info] Test Starting: testBrokerListLog4jAppends
log4j:WARN Using default encoder - kafka.serializer.StringEncoder
[info] Test Passed: testBrokerListLog4jAppends
[info] Test Starting: testZkConnectLog4jAppends
log4j:WARN Using default encoder - kafka.serializer.StringEncoder
[info] Test Passed: testZkConnectLog4jAppends
[info] == core-kafka / kafka.log4j.KafkaLog4jAppenderTest ==
[info] 
[info] == core-kafka / kafka.zk.ZKEphemeralTest ==
[info] Test Starting: testEphemeralNodeCleanup(kafka.zk.ZKEphemeralTest)
[info] Test Passed: testEphemeralNodeCleanup(kafka.zk.ZKEphemeralTest)
[info] == core-kafka / kafka.zk.ZKEphemeralTest ==
[info] 
[info] == core-kafka / unit.kafka.producer.ProducerMethodsTest ==
[info] Test Starting: producerThrowsNoBrokersException
[info] Test Passed: producerThrowsNoBrokersException
[info] == core-kafka / unit.kafka.producer.ProducerMethodsTest ==
[info] 
[info] == core-kafka / kafka.message.MessageTest ==
[info] Test Starting: testFieldValues
[info] Test Passed: testFieldValues
[info] Test Starting: testChecksum
[info] Test Passed: testChecksum
[info] Test Starting: testEquality
[info] Test Passed: testEquality
[info] Test Starting: testIsHashable
[info] Test Passed: testIsHashable
[info] == core-kafka / kafka.message.MessageTest ==
[info] 
[info] == core-kafka / kafka.zk.ZKLoadBalanceTest ==
[info] Test Starting: testLoadBalance(kafka.zk.ZKLoadBalanceTest)
[info] Test Passed: testLoadBalance(kafka.zk.ZKLoadBalanceTest)
[info] == core-kafka / kafka.zk.ZKLoadBalanceTest ==
[info] 
[info] == core-kafka / kafka.log.LogManagerTest ==
[info] Test Starting: testCreateLog
[info] Test Passed: testCreateLog
[info] Test Starting: testGetLog
[info] Test Passed: testGetLog
[info] Test Starting: testInvalidTopicName
[info] Test Passed: testInvalidTopicName
[info] Test Starting: testCleanupExpiredSegments
[info] Test Passed: testCleanupExpiredSegments
[info] Test Starting: testCleanupSegmentsToMaintainSize
[info] Test Passed: testCleanupSegmentsToMaintainSize
[info] Test Starting: testTimeBasedFlush
[info] Test Passed: testTimeBasedFlush
[info] Test Starting: testConfigurablePartitions
[info] Test Passed: testConfigurablePartitions
[info] == core-kafka / kafka.log.LogManagerTest ==
[info] 
[info] == core-kafka / kafka.producer.SyncProducerTest ==
[info] Test Starting: testReachableServer
[info] Test Passed: testReachableServer
[info] Test Starting: testSingleMessageSizeTooLarge
[info] Test Passed: testSingleMessageSizeTooLarge
[info] Test Starting: testCompressedMessageSizeTooLarge
[info] Test Passed: testCompressedMessageSizeTooLarge
[info] == core-kafka / kafka.producer.SyncProducerTest ==
[info] 
[info] == core-kafka / kafka.consumer.FetcherTest ==
[info] Test Starting: testFetcher(kafka.consumer.FetcherTest)
[info] Test Passed: testFetcher(kafka.consumer.FetcherTest)
[info] == core-kafka / kafka.consumer.FetcherTest ==
[info] 
[info] == core-kafka / kafka.log.SegmentListTest ==
[info] Test Starting: testAppend
[info] Test Passed: testAppend
[info] Test Starting: testTrunc
[info] Test Passed: testTrunc
[info] Test Starting: testTruncBeyondList
[info] Test Passed: testTruncBeyondList
[info] == core-kafka / kafka.log.SegmentListTest ==
[info] 
[info] == core-kafka / kafka.utils.UtilsTest ==
[info] Test Starting: testSwallow
[info] Test Passed: testSwallow
[info] Test Starting: testCircularIterator
[info] Test Passed: testCircularIterator
[info] == core-kafka / kafka.utils.UtilsTest ==
[info] 
[info] == core-kafka / kafka.javaapi.message.ByteBufferMessageSetTest ==
[info] Test Starting: testWrittenEqualsRead
[info] Test Passed: testWrittenEqualsRead
[info] Test Starting: testIteratorIsConsistent
[info] Test Passed: testIteratorIsConsistent
[info] Test Starting: testSizeInBytes
[info] Test Passed: testSizeInBytes
[info] Test Starting: testValidBytes
[info] Test Passed: testValidBytes
[info] Test Starting: testEquals
[info] Test Passed: testEquals
[info] Test Starting: testIteratorIsConsistentWithCompression
[info] Test Passed: testIteratorIsConsistentWithCompression
[info] Test Starting: testSizeInBytesWithCompression
[info] Test Passed: testSizeInBytesWithCompression
[info] Test Starting: testValidBytesWithCompression
[info] Test Passed: testValidBytesWithCompression
[info] Test Starting: testEqualsWithCompression
[info] Test Passed: testEqualsWithCompression
[info] == core-kafka / kafka.javaapi.message.ByteBufferMessageSetTest ==
[info] 
[info] == core-kafka / kafka.network.SocketServerTest ==
[info] Test Starting: simpleRequest
[info] Test Passed: simpleRequest
[info] Test Starting: tooBigRequestIsRejected
[info] Test Passed: tooBigRequestIsRejected
[info] == core-kafka / kafka.network.SocketServerTest ==
[info] 
[info] == core-kafka / test-finish ==
[error] Failed: : Total 141, Failed 1, Errors 0, Passed 140, Skipped 0
[info] == core-kafka / test-finish ==
[info] 
[info] == core-kafka / Test cleanup 1 ==
[info] Deleting directory /tmp/sbt_a07426d7
[info] == core-kafka / Test cleanup 1 ==
[info] 
[info] == core-kafka / test-cleanup ==
[info] == core-kafka / test-cleanup ==
[info] 
[info] == perf / copy-test-resources ==
[info] == perf / copy-test-resources ==
[info] 
[info] == java-examples / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == java-examples / test-compile ==
[info] 
[info] == perf / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == perf / test-compile ==
[info] 
[info] == hadoop producer / copy-resources ==
[info] == hadoop producer / copy-resources ==
[info] 
[info] == hadoop producer / copy-test-resources ==
[info] == hadoop producer / copy-test-resources ==
[info] 
[info] == java-examples / copy-test-resources ==
[info] == java-examples / copy-test-resources ==
[info] 
[info] == hadoop consumer / copy-test-resources ==
[info] == hadoop consumer / copy-test-resources ==
[info] 
[info] == java-examples / copy-resources ==
[info] == java-examples / copy-resources ==
[info] 
[info] == hadoop producer / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == hadoop producer / test-compile ==
[info] 
[info] == hadoop consumer / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == hadoop consumer / test-compile ==
[info] 
[info] == hadoop consumer / copy-resources ==
[info] == hadoop consumer / copy-resources ==
[info] 
[info] == perf / copy-resources ==
[info] == perf / copy-resources ==
[error] Error running kafka.integration.AutoOffsetResetTest: Test FAILED
[error] Error running test: One or more subtasks failed
[info] 
[info] Total time: 142 s, completed Sep 27, 2012 1:40:33 AM
[info] 
[info] Total session time: 142 s, completed Sep 27, 2012 1:40:33 AM
[error] Error during build.
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Kafka-trunk #144

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

Changes:

[junrao] TopicCount.constructTopicCount isn't thread-safe; patched by Jun Rao; reviewed by Joel Koshy; KAFKA-379

------------------------------------------
[...truncated 420 lines...]
[info] 
[info] == core-kafka / kafka.message.FileMessageSetTest ==
[info] Test Starting: testWrittenEqualsRead
[info] Test Passed: testWrittenEqualsRead
[info] Test Starting: testIteratorIsConsistent
[info] Test Passed: testIteratorIsConsistent
[info] Test Starting: testSizeInBytes
[info] Test Passed: testSizeInBytes
[info] Test Starting: testWriteTo
[info] Test Passed: testWriteTo
[info] Test Starting: testFileSize
[info] Test Passed: testFileSize
[info] Test Starting: testIterationOverPartialAndTruncation
[info] Test Passed: testIterationOverPartialAndTruncation
[info] Test Starting: testIterationDoesntChangePosition
[info] Test Passed: testIterationDoesntChangePosition
[info] Test Starting: testRead
[info] Test Passed: testRead
[info] == core-kafka / kafka.message.FileMessageSetTest ==
[info] 
[info] == core-kafka / kafka.message.CompressionUtilTest ==
[info] Test Starting: testSimpleCompressDecompress
[info] Test Passed: testSimpleCompressDecompress
[info] Test Starting: testComplexCompressDecompress
[info] Test Passed: testComplexCompressDecompress
[info] Test Starting: testSnappyCompressDecompressExplicit
[info] Test Passed: testSnappyCompressDecompressExplicit
[info] == core-kafka / kafka.message.CompressionUtilTest ==
[info] 
[info] == core-kafka / kafka.log.LogTest ==
[info] Test Starting: testTimeBasedLogRoll
[info] Test Passed: testTimeBasedLogRoll
[info] Test Starting: testSizeBasedLogRoll
[info] Test Passed: testSizeBasedLogRoll
[info] Test Starting: testLoadEmptyLog
[info] Test Passed: testLoadEmptyLog
[info] Test Starting: testLoadInvalidLogsFails
[info] Test Passed: testLoadInvalidLogsFails
[info] Test Starting: testAppendAndRead
[info] Test Passed: testAppendAndRead
[info] Test Starting: testReadOutOfRange
[info] Test Passed: testReadOutOfRange
[info] Test Starting: testLogRolls
[info] Test Passed: testLogRolls
[info] Test Starting: testFindSegment
[info] Test Passed: testFindSegment
[info] Test Starting: testEdgeLogRolls
[info] Test Passed: testEdgeLogRolls
[info] Test Starting: testMessageSizeCheck
[info] Test Passed: testMessageSizeCheck
[info] == core-kafka / kafka.log.LogTest ==
[info] 
[info] == core-kafka / kafka.consumer.TopicFilterTest ==
[info] Test Starting: testWhitelists
[info] Test Passed: testWhitelists
[info] Test Starting: testBlacklists
[info] Test Passed: testBlacklists
[info] == core-kafka / kafka.consumer.TopicFilterTest ==
[info] 
[info] == core-kafka / kafka.javaapi.integration.PrimitiveApiTest ==
[info] Test Starting: testProduceAndMultiFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndMultiFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndMultiFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testMultiProduce(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testMultiProduce(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testMultiProduceWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testMultiProduceWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndFetch(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndFetchWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchJava(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndMultiFetchJava(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Starting: testProduceAndMultiFetchJavaWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] Test Passed: testProduceAndMultiFetchJavaWithCompression(kafka.javaapi.integration.PrimitiveApiTest)
[info] == core-kafka / kafka.javaapi.integration.PrimitiveApiTest ==
[info] 
[info] == core-kafka / kafka.javaapi.consumer.ZookeeperConsumerConnectorTest ==
[info] Test Starting: testBasic(kafka.javaapi.consumer.ZookeeperConsumerConnectorTest)
[info] Test Passed: testBasic(kafka.javaapi.consumer.ZookeeperConsumerConnectorTest)
[info] == core-kafka / kafka.javaapi.consumer.ZookeeperConsumerConnectorTest ==
[info] 
[info] == core-kafka / kafka.message.ByteBufferMessageSetTest ==
[info] Test Starting: testWrittenEqualsRead
[info] Test Passed: testWrittenEqualsRead
[info] Test Starting: testIteratorIsConsistent
[info] Test Passed: testIteratorIsConsistent
[info] Test Starting: testSizeInBytes
[info] Test Passed: testSizeInBytes
[info] Test Starting: testWriteTo
[info] Test Passed: testWriteTo
[info] Test Starting: testSmallFetchSize
[info] Test Passed: testSmallFetchSize
[info] Test Starting: testValidBytes
[info] Test Passed: testValidBytes
[info] Test Starting: testEquals
[info] Test Passed: testEquals
[info] Test Starting: testIterator
[info] Test Passed: testIterator
[info] == core-kafka / kafka.message.ByteBufferMessageSetTest ==
[info] 
[info] == core-kafka / kafka.integration.AutoOffsetResetTest ==
[info] Test Starting: testEarliestOffsetResetForward(kafka.integration.AutoOffsetResetTest)
[info] Test Passed: testEarliestOffsetResetForward(kafka.integration.AutoOffsetResetTest)
[info] Test Starting: testEarliestOffsetResetBackward(kafka.integration.AutoOffsetResetTest)
[info] Test Passed: testEarliestOffsetResetBackward(kafka.integration.AutoOffsetResetTest)
[info] Test Starting: testLatestOffsetResetForward(kafka.integration.AutoOffsetResetTest)
[info] Test Passed: testLatestOffsetResetForward(kafka.integration.AutoOffsetResetTest)
[info] == core-kafka / kafka.integration.AutoOffsetResetTest ==
[info] 
[info] == core-kafka / kafka.javaapi.message.ByteBufferMessageSetTest ==
[info] Test Starting: testWrittenEqualsRead
[info] Test Passed: testWrittenEqualsRead
[info] Test Starting: testIteratorIsConsistent
[info] Test Passed: testIteratorIsConsistent
[info] Test Starting: testSizeInBytes
[info] Test Passed: testSizeInBytes
[info] Test Starting: testValidBytes
[info] Test Passed: testValidBytes
[info] Test Starting: testEquals
[info] Test Passed: testEquals
[info] Test Starting: testIteratorIsConsistentWithCompression
[info] Test Passed: testIteratorIsConsistentWithCompression
[info] Test Starting: testSizeInBytesWithCompression
[info] Test Passed: testSizeInBytesWithCompression
[info] Test Starting: testValidBytesWithCompression
[info] Test Passed: testValidBytesWithCompression
[info] Test Starting: testEqualsWithCompression
[info] Test Passed: testEqualsWithCompression
[info] == core-kafka / kafka.javaapi.message.ByteBufferMessageSetTest ==
[info] 
[info] == core-kafka / kafka.server.ServerShutdownTest ==
[info] Test Starting: testCleanShutdown
[info] Test Passed: testCleanShutdown
[info] == core-kafka / kafka.server.ServerShutdownTest ==
[info] 
[info] == core-kafka / kafka.producer.SyncProducerTest ==
[info] Test Starting: testReachableServer
[info] Test Passed: testReachableServer
[info] Test Starting: testSingleMessageSizeTooLarge
[info] Test Passed: testSingleMessageSizeTooLarge
[info] Test Starting: testCompressedMessageSizeTooLarge
[info] Test Passed: testCompressedMessageSizeTooLarge
[info] == core-kafka / kafka.producer.SyncProducerTest ==
[info] 
[info] == core-kafka / kafka.log.LogOffsetTest ==
[info] Test Starting: testEmptyLogs
[info] Test Passed: testEmptyLogs
[info] Test Starting: testGetOffsetsBeforeLatestTime
[info] Test Passed: testGetOffsetsBeforeLatestTime
[info] Test Starting: testEmptyLogsGetOffsets
[info] Test Passed: testEmptyLogsGetOffsets
[info] Test Starting: testGetOffsetsBeforeNow
[info] Test Passed: testGetOffsetsBeforeNow
[info] Test Starting: testGetOffsetsBeforeEarliestTime
[info] Test Passed: testGetOffsetsBeforeEarliestTime
[info] == core-kafka / kafka.log.LogOffsetTest ==
[info] 
[info] == core-kafka / kafka.zk.ZKEphemeralTest ==
[info] Test Starting: testEphemeralNodeCleanup(kafka.zk.ZKEphemeralTest)
[info] Test Passed: testEphemeralNodeCleanup(kafka.zk.ZKEphemeralTest)
[info] == core-kafka / kafka.zk.ZKEphemeralTest ==
[info] 
[info] == core-kafka / kafka.integration.BackwardsCompatibilityTest ==
[info] Test Starting: testProtocolVersion0(kafka.integration.BackwardsCompatibilityTest)
[info] Test Passed: testProtocolVersion0(kafka.integration.BackwardsCompatibilityTest)
[info] == core-kafka / kafka.integration.BackwardsCompatibilityTest ==
[info] 
[info] == core-kafka / kafka.message.MessageTest ==
[info] Test Starting: testFieldValues
[info] Test Passed: testFieldValues
[info] Test Starting: testChecksum
[info] Test Passed: testChecksum
[info] Test Starting: testEquality
[info] Test Passed: testEquality
[info] Test Starting: testIsHashable
[info] Test Passed: testIsHashable
[info] == core-kafka / kafka.message.MessageTest ==
[info] 
[info] == core-kafka / kafka.javaapi.producer.ProducerTest ==
[info] Test Starting: testSend
[info] Test Passed: testSend
[info] Test Starting: testSendSingleMessage
[info] Test Passed: testSendSingleMessage
[info] Test Starting: testInvalidPartition
[info] Test Passed: testInvalidPartition
[info] Test Starting: testSyncProducerPool
[info] Test Passed: testSyncProducerPool
[info] Test Starting: testAsyncProducerPool
[info] Test Passed: testAsyncProducerPool
[info] Test Starting: testSyncUnavailableProducerException
[info] Test Passed: testSyncUnavailableProducerException
[info] Test Starting: testAsyncUnavailableProducerException
[info] Test Passed: testAsyncUnavailableProducerException
[info] Test Starting: testConfigBrokerPartitionInfoWithPartitioner
[info] Test Passed: testConfigBrokerPartitionInfoWithPartitioner
[info] Test Starting: testConfigBrokerPartitionInfo
[info] Test Passed: testConfigBrokerPartitionInfo
[info] Test Starting: testZKSendToNewTopic
[info] Test Passed: testZKSendToNewTopic
[info] Test Starting: testZKSendWithDeadBroker
[info] Test Passed: testZKSendWithDeadBroker
[info] Test Starting: testPartitionedSendToNewTopic
[info] Test Passed: testPartitionedSendToNewTopic
[info] Test Starting: testPartitionedSendToNewBrokerInExistingTopic
[info] Test Passed: testPartitionedSendToNewBrokerInExistingTopic
[info] Test Starting: testDefaultPartitioner
[info] Test Passed: testDefaultPartitioner
[info] == core-kafka / kafka.javaapi.producer.ProducerTest ==
[info] 
[info] == core-kafka / kafka.consumer.FetcherTest ==
[info] Test Starting: testFetcher(kafka.consumer.FetcherTest)
[info] Test Passed: testFetcher(kafka.consumer.FetcherTest)
[info] == core-kafka / kafka.consumer.FetcherTest ==
[info] 
[info] == core-kafka / Test cleanup 1 ==
[info] Deleting directory /tmp/sbt_aa7c472d
[info] == core-kafka / Test cleanup 1 ==
[info] 
[info] == core-kafka / test-finish ==
[error] Failed: : Total 141, Failed 1, Errors 0, Passed 140, Skipped 0
[info] == core-kafka / test-finish ==
[info] 
[info] == core-kafka / test-cleanup ==
[info] == core-kafka / test-cleanup ==
[info] 
[info] == perf / test-compile ==
[info]   Source analysis: 0 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling test sources...
[info] Nothing to compile.
[info]   Post-analysis: 0 classes.
[info] == perf / test-compile ==
[info] 
[info] == hadoop consumer / copy-test-resources ==
[info] == hadoop consumer / copy-test-resources ==
[info] 
[info] == hadoop consumer / copy-resources ==
[info] == hadoop consumer / copy-resources ==
[error] Error running kafka.producer.ProducerTest: Test FAILED
[error] Error running compile: javac returned nonzero exit code
[error] Error running compile: javac returned nonzero exit code
[error] Error running test: One or more subtasks failed
[info] 
[info] Total time: 137 s, completed Sep 18, 2012 6:04:25 AM
[info] 
[info] Total session time: 137 s, completed Sep 18, 2012 6:04:25 AM
[error] Error during build.
Build step 'Execute shell' marked build as failure