See 
<https://builds.apache.org/job/kafka-2.0-jdk8/242/display/redirect?page=changes>

Changes:

[rhauch] KAFKA-8126: Flaky Test

------------------------------------------
[...truncated 899.79 KB...]
kafka.server.ServerGenerateBrokerIdTest > 
testConsistentBrokerIdFromUserConfigAndMetaProps PASSED

kafka.server.ServerShutdownTest > testCleanShutdownAfterFailedStartup STARTED

kafka.server.ServerShutdownTest > testCleanShutdownAfterFailedStartup PASSED

kafka.server.ServerShutdownTest > testConsecutiveShutdown STARTED

kafka.server.ServerShutdownTest > testConsecutiveShutdown PASSED

kafka.server.ServerShutdownTest > testControllerShutdownDuringSend STARTED

kafka.server.ServerShutdownTest > testControllerShutdownDuringSend PASSED

kafka.server.ServerShutdownTest > 
testCleanShutdownAfterFailedStartupDueToCorruptLogs STARTED

kafka.server.ServerShutdownTest > 
testCleanShutdownAfterFailedStartupDueToCorruptLogs PASSED

kafka.server.ServerShutdownTest > testCleanShutdown STARTED

kafka.server.ServerShutdownTest > testCleanShutdown PASSED

kafka.server.ServerShutdownTest > testCleanShutdownWithDeleteTopicEnabled 
STARTED

kafka.server.ServerShutdownTest > testCleanShutdownWithDeleteTopicEnabled PASSED

unit.kafka.server.FetchRequestDownConversionConfigTest > 
testV1FetchWithDownConversionDisabled STARTED

unit.kafka.server.FetchRequestDownConversionConfigTest > 
testV1FetchWithDownConversionDisabled PASSED

unit.kafka.server.FetchRequestDownConversionConfigTest > testV1FetchFromReplica 
STARTED

unit.kafka.server.FetchRequestDownConversionConfigTest > testV1FetchFromReplica 
PASSED

unit.kafka.server.FetchRequestDownConversionConfigTest > 
testLatestFetchWithDownConversionDisabled STARTED

unit.kafka.server.FetchRequestDownConversionConfigTest > 
testLatestFetchWithDownConversionDisabled PASSED

unit.kafka.server.FetchRequestDownConversionConfigTest > 
testV1FetchWithTopicLevelOverrides STARTED

unit.kafka.server.FetchRequestDownConversionConfigTest > 
testV1FetchWithTopicLevelOverrides PASSED

> Task :kafka-2.0-jdk8:core:copyDependantLibs
> Task :kafka-2.0-jdk8:core:jar
> Task :kafka-2.0-jdk8:connect:api:compileJava UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:api:processResources NO-SOURCE
> Task :kafka-2.0-jdk8:connect:api:classes UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:api:copyDependantLibs UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:api:jar UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:json:compileJava UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:json:processResources NO-SOURCE
> Task :kafka-2.0-jdk8:connect:json:classes UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:json:copyDependantLibs UP-TO-DATE
> Task :kafka-2.0-jdk8:connect:json:jar UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:compileJava UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:processResources NO-SOURCE
> Task :kafka-2.0-jdk8:streams:classes UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:copyDependantLibs
> Task :kafka-2.0-jdk8:streams:jar UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:test-utils:compileJava UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:test-utils:processResources NO-SOURCE
> Task :kafka-2.0-jdk8:streams:test-utils:classes UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:test-utils:copyDependantLibs
> Task :kafka-2.0-jdk8:streams:test-utils:jar UP-TO-DATE

> Task :kafka-2.0-jdk8:streams:compileTestJava
<https://builds.apache.org/job/kafka-2.0-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-2.0-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-2.0-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-2.0-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-2.0-jdk8:streams:processTestResources UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:testClasses
> Task :kafka-2.0-jdk8:streams:streams-scala:compileJava NO-SOURCE

> Task :kafka-2.0-jdk8:streams:streams-scala:compileScala
Pruning sources from previous analysis, due to incompatible CompileSetup.
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KTable.scala>:23:
 Unused import
import org.apache.kafka.common.serialization.Serde
                                             ^
one warning found

> Task :kafka-2.0-jdk8:streams:streams-scala:processResources NO-SOURCE
> Task :kafka-2.0-jdk8:streams:streams-scala:classes
> Task :kafka-2.0-jdk8:streams:streams-scala:checkstyleMain NO-SOURCE
> Task :kafka-2.0-jdk8:streams:streams-scala:compileTestJava NO-SOURCE

> Task :kafka-2.0-jdk8:streams:streams-scala:compileTestScala
Pruning sources from previous analysis, due to incompatible CompileSetup.
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:115:
 Unused import
    import collection.JavaConverters._
                                     ^
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/StreamToTableJoinScalaIntegrationTestImplicitSerdes.scala>:102:
 local val actualClicksPerRegion in method testShouldCountClicksPerRegion is 
never used
    val actualClicksPerRegion: java.util.List[KeyValue[String, Long]] =
        ^
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:117:
 local val wordCounts in method getTopologyJava is never used
      val wordCounts: KTableJ[String, java.lang.Long] = grouped.count()
          ^
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:138:
 local val clicksPerRegion in method getTopologyScala is never used
      val clicksPerRegion: KTable[String, Long] =
          ^
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:182:
 local val clicksPerRegion in method getTopologyJava is never used
      val clicksPerRegion: KTableJ[String, JLong] = clicksByRegion
          ^
<https://builds.apache.org/job/kafka-2.0-jdk8/ws/streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala>:252:
 local val wordCounts in method getTopologyJava is never used
      val wordCounts: KTableJ[String, java.lang.Long] = grouped.count()
          ^
6 warnings found

> Task :kafka-2.0-jdk8:streams:streams-scala:processTestResources UP-TO-DATE
> Task :kafka-2.0-jdk8:streams:streams-scala:testClasses
> Task :kafka-2.0-jdk8:streams:streams-scala:checkstyleTest NO-SOURCE
> Task :kafka-2.0-jdk8:streams:streams-scala:findbugsMain

> Task :kafka-2.0-jdk8:streams:streams-scala:test

org.apache.kafka.streams.scala.KStreamTest > filter a KStream should filter 
records satisfying the predicate STARTED

org.apache.kafka.streams.scala.KStreamTest > filter a KStream should filter 
records satisfying the predicate PASSED

org.apache.kafka.streams.scala.KStreamTest > filterNot a KStream should filter 
records not satisfying the predicate STARTED

org.apache.kafka.streams.scala.KStreamTest > filterNot a KStream should filter 
records not satisfying the predicate PASSED

org.apache.kafka.streams.scala.KStreamTest > foreach a KStream should run 
foreach actions on records STARTED

org.apache.kafka.streams.scala.KStreamTest > foreach a KStream should run 
foreach actions on records PASSED

org.apache.kafka.streams.scala.KStreamTest > peek a KStream should run peek 
actions on records STARTED

org.apache.kafka.streams.scala.KStreamTest > peek a KStream should run peek 
actions on records PASSED

org.apache.kafka.streams.scala.KStreamTest > selectKey a KStream should select 
a new key STARTED

org.apache.kafka.streams.scala.KStreamTest > selectKey a KStream should select 
a new key PASSED

org.apache.kafka.streams.scala.KStreamTest > join 2 KStreams should join 
correctly records STARTED

org.apache.kafka.streams.scala.KStreamTest > join 2 KStreams should join 
correctly records FAILED
    java.lang.NullPointerException
        at 
org.apache.kafka.streams.scala.KStreamTest.$anonfun$new$11(KStreamTest.scala:151)

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

org.apache.kafka.streams.scala.KTableTest > filter a KTable should filter 
records satisfying the predicate STARTED

org.apache.kafka.streams.scala.KTableTest > filter a KTable should filter 
records satisfying the predicate PASSED

org.apache.kafka.streams.scala.KTableTest > filterNot a KTable should filter 
records not satisfying the predicate STARTED

org.apache.kafka.streams.scala.KTableTest > filterNot a KTable should filter 
records not satisfying the predicate PASSED

org.apache.kafka.streams.scala.KTableTest > join 2 KTables should join 
correctly records STARTED

org.apache.kafka.streams.scala.KTableTest > join 2 KTables should join 
correctly records PASSED

org.apache.kafka.streams.scala.KTableTest > join 2 KTables with a Materialized 
should join correctly records and state store STARTED

org.apache.kafka.streams.scala.KTableTest > join 2 KTables with a Materialized 
should join correctly records and state store PASSED

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.TopologyTest > 
shouldBuildIdenticalTopologyInJavaNScalaTransform STARTED

org.apache.kafka.streams.scala.TopologyTest > 
shouldBuildIdenticalTopologyInJavaNScalaTransform PASSED

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 PASSED

19 tests completed, 1 failed

> Task :kafka-2.0-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-2.0-jdk8:streams:streams-scala:test'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/kafka-2.0-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 44m 3s
26 actionable tasks: 4 executed, 22 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-2.0-jdk8/ws/> that match the pattern 
**/build/reports/findbugs/*.xml
[FINDBUGS] Parsing 2 files in <https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/kafka-2.0-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-2.0-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
No credentials specified
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=db22e3d630b6a9093dc42ca845d5e0116abc0b36, 
workspace=<https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[FINDBUGS] Computing warning deltas based on reference build #241
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

Reply via email to