See <https://builds.apache.org/job/kafka-0.10.2-jdk7/214/display/redirect?page=changes>
Changes: [matthias] KAFKA-6360: Clear RocksDB Segments when store is closed ------------------------------------------ [...truncated 1.30 MB...] org.apache.kafka.streams.integration.QueryableStateIntegrationTest > shouldNotMakeStoreAvailableUntilAllStoresAvailable[0] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > shouldNotMakeStoreAvailableUntilAllStoresAvailable[0] PASSED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > queryOnRebalance[0] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > queryOnRebalance[0] PASSED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > concurrentAccesses[0] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > concurrentAccesses[0] FAILED java.lang.AssertionError: Key not found one at org.junit.Assert.fail(Assert.java:88) at org.apache.kafka.streams.integration.QueryableStateIntegrationTest.verifyGreaterOrEqual(QueryableStateIntegrationTest.java:625) at org.apache.kafka.streams.integration.QueryableStateIntegrationTest.concurrentAccesses(QueryableStateIntegrationTest.java:414) org.apache.kafka.streams.integration.QueryableStateIntegrationTest > shouldBeAbleToQueryState[1] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > shouldBeAbleToQueryState[1] PASSED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > shouldNotMakeStoreAvailableUntilAllStoresAvailable[1] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > shouldNotMakeStoreAvailableUntilAllStoresAvailable[1] PASSED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > queryOnRebalance[1] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > queryOnRebalance[1] PASSED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > concurrentAccesses[1] STARTED org.apache.kafka.streams.integration.QueryableStateIntegrationTest > concurrentAccesses[1] FAILED java.lang.AssertionError: Key not found king at org.junit.Assert.fail(Assert.java:88) at org.apache.kafka.streams.integration.QueryableStateIntegrationTest.verifyGreaterOrEqual(QueryableStateIntegrationTest.java:625) at org.apache.kafka.streams.integration.QueryableStateIntegrationTest.concurrentAccesses(QueryableStateIntegrationTest.java:414) org.apache.kafka.streams.integration.KStreamKTableJoinIntegrationTest > shouldCountClicksPerRegion[0] STARTED org.apache.kafka.streams.integration.KStreamKTableJoinIntegrationTest > shouldCountClicksPerRegion[0] PASSED org.apache.kafka.streams.integration.KStreamKTableJoinIntegrationTest > shouldCountClicksPerRegion[1] STARTED org.apache.kafka.streams.integration.KStreamKTableJoinIntegrationTest > shouldCountClicksPerRegion[1] PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testInnerKTableKTable STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testInnerKTableKTable PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testLeftKTableKTable STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testLeftKTableKTable PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testLeftKStreamKStream STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testLeftKStreamKStream PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testLeftKStreamKTable STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testLeftKStreamKTable PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testOuterKTableKTable STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testOuterKTableKTable PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testInnerKStreamKStream STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testInnerKStreamKStream PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testOuterKStreamKStream STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testOuterKStreamKStream PASSED org.apache.kafka.streams.integration.JoinIntegrationTest > testInnerKStreamKTable STARTED org.apache.kafka.streams.integration.JoinIntegrationTest > testInnerKStreamKTable PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[0] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[0] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[1] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[1] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[2] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[2] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[3] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[3] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[4] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[4] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[5] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[5] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[6] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[6] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[7] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[7] PASSED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[8] STARTED org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > KTableKTableJoin[8] PASSED org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > shouldReduce STARTED org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > shouldReduce PASSED org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > shouldGroupByKey STARTED org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > shouldGroupByKey PASSED org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > shouldReduceWindowed STARTED org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest > shouldReduceWindowed PASSED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithGlobalAutoOffsetResetLatest STARTED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithGlobalAutoOffsetResetLatest PASSED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldThrowExceptionOverlappingPattern STARTED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldThrowExceptionOverlappingPattern PASSED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldThrowExceptionOverlappingTopic STARTED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldThrowExceptionOverlappingTopic PASSED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldOnlyReadRecordsWhereEarliestSpecifiedWithInvalidCommittedOffsets STARTED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldOnlyReadRecordsWhereEarliestSpecifiedWithInvalidCommittedOffsets PASSED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithDefaultGlobalAutoOffsetResetEarliest STARTED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithDefaultGlobalAutoOffsetResetEarliest PASSED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldThrowStreamsExceptionNoResetSpecified STARTED org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest > shouldThrowStreamsExceptionNoResetSpecified PASSED org.apache.kafka.streams.integration.KStreamRepartitionJoinTest > shouldCorrectlyRepartitionOnJoinOperations[0] STARTED org.apache.kafka.streams.integration.KStreamRepartitionJoinTest > shouldCorrectlyRepartitionOnJoinOperations[0] PASSED org.apache.kafka.streams.integration.KStreamRepartitionJoinTest > shouldCorrectlyRepartitionOnJoinOperations[1] STARTED org.apache.kafka.streams.integration.KStreamRepartitionJoinTest > shouldCorrectlyRepartitionOnJoinOperations[1] PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldReduceSessionWindows STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldReduceSessionWindows PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldReduce STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldReduce PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldAggregate STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldAggregate PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldCount STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldCount PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldGroupByKey STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldGroupByKey PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldReduceWindowed STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldReduceWindowed PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldCountSessionWindows STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldCountSessionWindows PASSED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldAggregateWindowed STARTED org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest > shouldAggregateWindowed PASSED org.apache.kafka.streams.integration.FanoutIntegrationTest > shouldFanoutTheInput[0] STARTED org.apache.kafka.streams.integration.FanoutIntegrationTest > shouldFanoutTheInput[0] PASSED org.apache.kafka.streams.integration.FanoutIntegrationTest > shouldFanoutTheInput[1] STARTED org.apache.kafka.streams.integration.FanoutIntegrationTest > shouldFanoutTheInput[1] PASSED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testShouldReadFromRegexAndNamedTopics STARTED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testShouldReadFromRegexAndNamedTopics PASSED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testRegexMatchesTopicsAWhenCreated STARTED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testRegexMatchesTopicsAWhenCreated PASSED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testMultipleConsumersCanReadFromPartitionedTopic STARTED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testMultipleConsumersCanReadFromPartitionedTopic PASSED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testRegexMatchesTopicsAWhenDeleted STARTED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testRegexMatchesTopicsAWhenDeleted PASSED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testNoMessagesSentExceptionFromOverlappingPatterns STARTED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testNoMessagesSentExceptionFromOverlappingPatterns PASSED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > shouldAddStateStoreToRegexDefinedSource STARTED org.apache.kafka.streams.integration.RegexSourceIntegrationTest > shouldAddStateStoreToRegexDefinedSource PASSED org.apache.kafka.streams.integration.InternalTopicIntegrationTest > shouldCompactTopicsForStateChangelogs STARTED org.apache.kafka.streams.integration.InternalTopicIntegrationTest > shouldCompactTopicsForStateChangelogs PASSED org.apache.kafka.streams.integration.InternalTopicIntegrationTest > shouldUseCompactAndDeleteForWindowStoreChangelogs STARTED org.apache.kafka.streams.integration.InternalTopicIntegrationTest > shouldUseCompactAndDeleteForWindowStoreChangelogs PASSED org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithIntermediateUserTopic STARTED org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithIntermediateUserTopic FAILED java.lang.AssertionError: Expected: <[KeyValue(3058105369855, 1), KeyValue(3058105369875, 1), KeyValue(3058105369835, 1), KeyValue(3058105369895, 1), KeyValue(3058105369855, 1), KeyValue(3058105369875, 1), KeyValue(3058105369875, 2), KeyValue(3058105369895, 1), KeyValue(3058105369915, 1), KeyValue(3058105369895, 2), KeyValue(3058105369935, 1), KeyValue(3058105369915, 1), KeyValue(3058105369915, 2), KeyValue(3058105369955, 1), KeyValue(3058105369935, 1)]> but: was <[KeyValue(3058105369855, 1), KeyValue(3058105369875, 1), KeyValue(3058105369835, 1), KeyValue(3058105369895, 1), KeyValue(3058105369855, 1), KeyValue(3058105369875, 1), KeyValue(3058105369875, 2), KeyValue(3058105369895, 1), KeyValue(3058105369915, 1), KeyValue(3058105369895, 2), KeyValue(3058105369935, 1), KeyValue(3058105369915, 1), KeyValue(3058105369915, 2), KeyValue(3058105369955, 1), KeyValue(3058105369935, 1), KeyValue(3058105369935, 2), KeyValue(3058105369955, 1), KeyValue(3058105369975, 1), KeyValue(3058105369935, 2), KeyValue(3058105369955, 2), KeyValue(3058105369975, 1), KeyValue(3058105369935, 3), KeyValue(3058105369955, 2), KeyValue(3058105369975, 2), KeyValue(3058105369935, 3), KeyValue(3058105369955, 3), KeyValue(3058105369975, 2), KeyValue(3058105369935, 4), KeyValue(3058105369955, 3), KeyValue(3058105369975, 3), KeyValue(3058105369995, 1)]> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic(ResetIntegrationTest.java:193) org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic STARTED ERROR: No tool found matching GRADLE_2_4_RC_2_HOME ERROR: Could not install GRADLE_4_4_HOME java.lang.NullPointerException Build timed out (after 180 minutes). Marking the build as failed. Build was aborted Recording test results ERROR: No tool found matching GRADLE_2_4_RC_2_HOME Setting GRADLE_4_4_HOME=/home/jenkins/tools/gradle/4.4 ERROR: No tool found matching GRADLE_2_4_RC_2_HOME Setting GRADLE_4_4_HOME=/home/jenkins/tools/gradle/4.4