See <https://builds.apache.org/job/kafka-trunk-jdk8/2816/display/redirect?page=changes>
Changes: [ismael] MINOR: FileStreamSinkTask should create file if it doesn't exist (#5406) ------------------------------------------ [...truncated 888.89 KB...] kafka.admin.TopicCommandTest > testConfigPreservationAcrossPartitionAlteration PASSED kafka.admin.TopicCommandTest > testAlterIfExists STARTED kafka.admin.TopicCommandTest > testAlterIfExists PASSED kafka.admin.TopicCommandTest > testDescribeAndListTopicsMarkedForDeletion STARTED kafka.admin.TopicCommandTest > testDescribeAndListTopicsMarkedForDeletion PASSED kafka.admin.TopicCommandTest > testDeleteIfExists STARTED kafka.admin.TopicCommandTest > testDeleteIfExists PASSED kafka.admin.AdminZkClientTest > testMockedConcurrentTopicCreation STARTED kafka.admin.AdminZkClientTest > testMockedConcurrentTopicCreation PASSED kafka.admin.AdminZkClientTest > testGetBrokerMetadatas STARTED kafka.admin.AdminZkClientTest > testGetBrokerMetadatas PASSED kafka.admin.AdminZkClientTest > testBootstrapClientIdConfig STARTED kafka.admin.AdminZkClientTest > testBootstrapClientIdConfig PASSED kafka.admin.AdminZkClientTest > testTopicConfigChange STARTED kafka.admin.AdminZkClientTest > testTopicConfigChange PASSED kafka.admin.AdminZkClientTest > testManualReplicaAssignment STARTED kafka.admin.AdminZkClientTest > testManualReplicaAssignment PASSED kafka.admin.AdminZkClientTest > testConcurrentTopicCreation STARTED kafka.admin.AdminZkClientTest > testConcurrentTopicCreation PASSED kafka.admin.AdminZkClientTest > shouldPropagateDynamicBrokerConfigs STARTED kafka.admin.AdminZkClientTest > shouldPropagateDynamicBrokerConfigs PASSED kafka.admin.AdminZkClientTest > testTopicCreationWithCollision STARTED kafka.admin.AdminZkClientTest > testTopicCreationWithCollision PASSED kafka.admin.AdminZkClientTest > testTopicCreationInZK STARTED kafka.admin.AdminZkClientTest > testTopicCreationInZK PASSED unit.kafka.utils.ThrottlerTest > testThrottleDesiredRate STARTED unit.kafka.utils.ThrottlerTest > testThrottleDesiredRate PASSED > Task :kafka-trunk-jdk8:core:copyDependantLibs > Task :kafka-trunk-jdk8:core:jar > Task :kafka-trunk-jdk8:connect:api:compileJava UP-TO-DATE > Task :kafka-trunk-jdk8:connect:api:processResources NO-SOURCE > Task :kafka-trunk-jdk8:connect:api:classes UP-TO-DATE > Task :kafka-trunk-jdk8:connect:api:copyDependantLibs UP-TO-DATE > Task :kafka-trunk-jdk8:connect:api:jar UP-TO-DATE > Task :kafka-trunk-jdk8:connect:json:compileJava UP-TO-DATE > Task :kafka-trunk-jdk8:connect:json:processResources NO-SOURCE > Task :kafka-trunk-jdk8:connect:json:classes UP-TO-DATE > Task :kafka-trunk-jdk8:connect:json:copyDependantLibs UP-TO-DATE > Task :kafka-trunk-jdk8:connect:json:jar UP-TO-DATE > Task :kafka-trunk-jdk8:streams:compileJava UP-TO-DATE > Task :kafka-trunk-jdk8:streams:processResources NO-SOURCE > Task :kafka-trunk-jdk8:streams:classes UP-TO-DATE > Task :kafka-trunk-jdk8:streams:copyDependantLibs > Task :kafka-trunk-jdk8:streams:jar UP-TO-DATE > Task :kafka-trunk-jdk8:streams:test-utils:compileJava UP-TO-DATE > Task :kafka-trunk-jdk8:streams:test-utils:processResources NO-SOURCE > Task :kafka-trunk-jdk8:streams:test-utils:classes UP-TO-DATE > Task :kafka-trunk-jdk8:streams:test-utils:copyDependantLibs > Task :kafka-trunk-jdk8:streams:test-utils:jar UP-TO-DATE > Task :kafka-trunk-jdk8:streams:compileTestJava <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilderTest.java>:169: warning: non-varargs call of varargs method with inexact argument type for last parameter; builder.addProcessor("processor", new MockProcessorSupplier(), null); ^ cast to String for a varargs call cast to String[] for a non-varargs call and to suppress this warning <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilderTest.java>:200: warning: non-varargs call of varargs method with inexact argument type for last parameter; builder.addSink("sink", "topic", null, null, null, null); ^ cast to String for a varargs call cast to String[] for a non-varargs call and to suppress this warning <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/src/test/java/org/apache/kafka/streams/TopologyTest.java>:190: warning: non-varargs call of varargs method with inexact argument type for last parameter; topology.addProcessor("processor", new MockProcessorSupplier(), null); ^ cast to String for a varargs call cast to String[] for a non-varargs call and to suppress this warning <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/src/test/java/org/apache/kafka/streams/TopologyTest.java>:230: warning: non-varargs call of varargs method with inexact argument type for last parameter; topology.addSink("sink", "topic-2", null); ^ cast to String for a varargs call cast to String[] for a non-varargs call and to suppress this warning Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 4 warnings > Task :kafka-trunk-jdk8:streams:processTestResources UP-TO-DATE > Task :kafka-trunk-jdk8:streams:testClasses > Task :kafka-trunk-jdk8:streams:streams-scala:compileJava NO-SOURCE > Task :kafka-trunk-jdk8:streams:streams-scala:compileScala Pruning sources from previous analysis, due to incompatible CompileSetup. > Task :kafka-trunk-jdk8:streams:streams-scala:processResources NO-SOURCE > Task :kafka-trunk-jdk8:streams:streams-scala:classes > Task :kafka-trunk-jdk8:streams:streams-scala:checkstyleMain NO-SOURCE > Task :kafka-trunk-jdk8:streams:streams-scala:compileTestJava NO-SOURCE > Task :kafka-trunk-jdk8:streams:streams-scala:compileTestScala Pruning sources from previous analysis, due to incompatible CompileSetup. <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestBase.scala>:27: Unused import import org.apache.kafka.streams.processor.internals.StreamThread ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestBase.scala>:28: Unused import import org.apache.kafka.streams.scala.ImplicitConversions._ ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestBase.scala>:29: Unused import import org.apache.kafka.streams.scala.kstream._ ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestBase.scala>:31: Unused import import org.junit.Assert._ ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:21: Unused import import org.apache.kafka.clients.consumer.ConsumerConfig ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:22: Unused import import org.apache.kafka.clients.producer.ProducerConfig ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:23: Unused import import org.apache.kafka.common.serialization._ ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:24: Unused import import org.apache.kafka.common.utils.MockTime ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:26: Unused import import org.apache.kafka.streams.integration.utils.{EmbeddedKafkaCluster, IntegrationTestUtils} ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:26: Unused import import org.apache.kafka.streams.integration.utils.{EmbeddedKafkaCluster, IntegrationTestUtils} ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:27: Unused import import org.apache.kafka.streams.processor.internals.StreamThread ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:30: Unused import import org.apache.kafka.test.TestUtils ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:33: Unused import import org.junit.rules.TemporaryFolder ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:34: Unused import import org.scalatest.junit.JUnitSuite ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:118: local val wordCounts in method getTopologyJava is never used val wordCounts: KTableJ[String, java.lang.Long] = grouped.count() ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:139: local val clicksPerRegion in method getTopologyScala is never used val clicksPerRegion: KTable[String, Long] = ^ <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:183: local val clicksPerRegion in method getTopologyJava is never used val clicksPerRegion: KTableJ[String, JLong] = clicksByRegion ^ 17 warnings found > Task :kafka-trunk-jdk8:streams:streams-scala:processTestResources UP-TO-DATE > Task :kafka-trunk-jdk8:streams:streams-scala:testClasses > Task :kafka-trunk-jdk8:streams:streams-scala:checkstyleTest NO-SOURCE > Task :kafka-trunk-jdk8:streams:streams-scala:findbugsMain > Task :kafka-trunk-jdk8:streams:streams-scala:test org.apache.kafka.streams.scala.WordCountTest > testShouldCountWordsMaterialized STARTED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWordsMaterialized PASSED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWordsJava STARTED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWordsJava PASSED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWords STARTED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWords FAILED kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for connection while in state: CONNECTING org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaJoin STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaJoin PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaSimple STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaSimple PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaAggregate STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaAggregate PASSED org.apache.kafka.streams.scala.StreamToTableJoinScalaIntegrationTestImplicitSerdes > testShouldCountClicksPerRegionJava STARTED org.apache.kafka.streams.scala.StreamToTableJoinScalaIntegrationTestImplicitSerdes > testShouldCountClicksPerRegionJava PASSED org.apache.kafka.streams.scala.StreamToTableJoinScalaIntegrationTestImplicitSerdes > testShouldCountClicksPerRegion STARTED org.apache.kafka.streams.scala.StreamToTableJoinScalaIntegrationTestImplicitSerdes > testShouldCountClicksPerRegion PASSED 8 tests completed, 1 failed > Task :kafka-trunk-jdk8:streams:streams-scala:test FAILED > Task :testScala_2_12 FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':kafka-trunk-jdk8:streams:streams-scala:test'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/build/reports/tests/test/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 3h 18m 50s 26 actionable tasks: 18 executed, 8 up-to-date Build step 'Execute shell' marked build as failure [FINDBUGS] Collecting findbugs analysis files... Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 [FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-trunk-jdk8/ws/> that match the pattern **/build/reports/findbugs/*.xml [FINDBUGS] Parsing 2 files in <https://builds.apache.org/job/kafka-trunk-jdk8/ws/> [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/core/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=5d2bf6328e1c5b054017419cf4de562dc8a3ec7a, workspace=<https://builds.apache.org/job/kafka-trunk-jdk8/ws/> [FINDBUGS] Computing warning deltas based on reference build #2809 Recording test results Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 Not sending mail to unregistered user lindon...@gmail.com Not sending mail to unregistered user wangg...@gmail.com Not sending mail to unregistered user rajinisiva...@googlemail.com Not sending mail to unregistered user git...@alasdairhodge.co.uk Not sending mail to unregistered user ism...@juma.me.uk