See <https://builds.apache.org/job/kafka-1.0-jdk7/125/display/redirect?page=changes>
Changes: [jason] MINOR: Fix error message in KafkaConfig validation (#4417) ------------------------------------------ [...truncated 1.83 MB...] org.apache.kafka.streams.processor.TopologyBuilderTest > testAddStateStore STARTED org.apache.kafka.streams.processor.TopologyBuilderTest > testAddStateStore PASSED org.apache.kafka.streams.processor.TopologyBuilderTest > testAddSinkConnectedWithParent STARTED org.apache.kafka.streams.processor.TopologyBuilderTest > testAddSinkConnectedWithParent PASSED org.apache.kafka.streams.processor.TopologyBuilderTest > testAddStateStoreWithNonExistingProcessor STARTED org.apache.kafka.streams.processor.TopologyBuilderTest > testAddStateStoreWithNonExistingProcessor PASSED org.apache.kafka.streams.processor.TopologyBuilderTest > shouldAddInternalTopicConfigWithCleanupPolicyDeleteForInternalTopics STARTED org.apache.kafka.streams.processor.TopologyBuilderTest > shouldAddInternalTopicConfigWithCleanupPolicyDeleteForInternalTopics PASSED org.apache.kafka.streams.processor.TopologyBuilderTest > shouldCorrectlyMapStateStoreToInternalTopics STARTED org.apache.kafka.streams.processor.TopologyBuilderTest > shouldCorrectlyMapStateStoreToInternalTopics PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullTopicsWhenAddingSourceWithPattern STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullTopicsWhenAddingSourceWithPattern PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowZeroTopicsWhenAddingSource STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowZeroTopicsWhenAddingSource PASSED org.apache.kafka.streams.TopologyTest > shouldFailOnUnknownSource STARTED org.apache.kafka.streams.TopologyTest > shouldFailOnUnknownSource PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingSink STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingSink PASSED org.apache.kafka.streams.TopologyTest > multipleSourcesShouldHaveDistinctSubtopologies STARTED org.apache.kafka.streams.TopologyTest > multipleSourcesShouldHaveDistinctSubtopologies PASSED org.apache.kafka.streams.TopologyTest > testNamedTopicMatchesAlreadyProvidedPattern STARTED org.apache.kafka.streams.TopologyTest > testNamedTopicMatchesAlreadyProvidedPattern PASSED org.apache.kafka.streams.TopologyTest > processorsWithSharedStateShouldHaveSameSubtopology STARTED org.apache.kafka.streams.TopologyTest > processorsWithSharedStateShouldHaveSameSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddTopicTwice STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddTopicTwice PASSED org.apache.kafka.streams.TopologyTest > processorWithMultipleSourcesShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > processorWithMultipleSourcesShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStateStoreToSink STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStateStoreToSink PASSED org.apache.kafka.streams.TopologyTest > shouldNotAddNullStateStoreSupplier STARTED org.apache.kafka.streams.TopologyTest > shouldNotAddNullStateStoreSupplier PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStateStoreToNonExistingProcessor STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStateStoreToNonExistingProcessor PASSED org.apache.kafka.streams.TopologyTest > sourceAndProcessorShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > sourceAndProcessorShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullStoreNameWhenConnectingProcessorAndStateStores STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullStoreNameWhenConnectingProcessorAndStateStores PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingSourceWithTopic STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingSourceWithTopic PASSED org.apache.kafka.streams.TopologyTest > sourceAndProcessorWithStateShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > sourceAndProcessorWithStateShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullTopicWhenAddingSink STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullTopicWhenAddingSink PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddGlobalStoreWithSourceNameEqualsProcessorName STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddGlobalStoreWithSourceNameEqualsProcessorName PASSED org.apache.kafka.streams.TopologyTest > singleSourceWithListOfTopicsShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > singleSourceWithListOfTopicsShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > sourceWithMultipleProcessorsShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > sourceWithMultipleProcessorsShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowZeroStoreNameWhenConnectingProcessorAndStateStores STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowZeroStoreNameWhenConnectingProcessorAndStateStores PASSED org.apache.kafka.streams.TopologyTest > multipleSourcesWithProcessorsShouldHaveDistinctSubtopologies STARTED org.apache.kafka.streams.TopologyTest > multipleSourcesWithProcessorsShouldHaveDistinctSubtopologies PASSED org.apache.kafka.streams.TopologyTest > shouldThrowOnUnassignedStateStoreAccess STARTED org.apache.kafka.streams.TopologyTest > shouldThrowOnUnassignedStateStoreAccess PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullProcessorNameWhenConnectingProcessorAndStateStores STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullProcessorNameWhenConnectingProcessorAndStateStores PASSED org.apache.kafka.streams.TopologyTest > shouldDescribeGlobalStoreTopology STARTED org.apache.kafka.streams.TopologyTest > shouldDescribeGlobalStoreTopology PASSED org.apache.kafka.streams.TopologyTest > shouldDescribeMultipleGlobalStoreTopology STARTED org.apache.kafka.streams.TopologyTest > shouldDescribeMultipleGlobalStoreTopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddSinkWithSameName STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddSinkWithSameName PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullProcessorSupplierWhenAddingProcessor STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullProcessorSupplierWhenAddingProcessor PASSED org.apache.kafka.streams.TopologyTest > shoudNotAllowToAddProcessorWithSameName STARTED org.apache.kafka.streams.TopologyTest > shoudNotAllowToAddProcessorWithSameName PASSED org.apache.kafka.streams.TopologyTest > shouldFailIfSinkIsParent STARTED org.apache.kafka.streams.TopologyTest > shouldFailIfSinkIsParent PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddSourcesWithSameName STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddSourcesWithSameName PASSED org.apache.kafka.streams.TopologyTest > sourceAndProcessorWithMultipleStatesShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > sourceAndProcessorWithMultipleStatesShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldDescribeEmptyTopology STARTED org.apache.kafka.streams.TopologyTest > shouldDescribeEmptyTopology PASSED org.apache.kafka.streams.TopologyTest > shouldFailIfSinkIsItsOwnParent STARTED org.apache.kafka.streams.TopologyTest > shouldFailIfSinkIsItsOwnParent PASSED org.apache.kafka.streams.TopologyTest > testPatternMatchesAlreadyProvidedTopicSource STARTED org.apache.kafka.streams.TopologyTest > testPatternMatchesAlreadyProvidedTopicSource PASSED org.apache.kafka.streams.TopologyTest > singleSourcePatternShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > singleSourcePatternShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > singleSourceShouldHaveSingleSubtopology STARTED org.apache.kafka.streams.TopologyTest > singleSourceShouldHaveSingleSubtopology PASSED org.apache.kafka.streams.TopologyTest > processorsWithSameSinkShouldHaveSameSubtopology STARTED org.apache.kafka.streams.TopologyTest > processorsWithSameSinkShouldHaveSameSubtopology PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullTopicsWhenAddingSoureWithTopic STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullTopicsWhenAddingSoureWithTopic PASSED org.apache.kafka.streams.TopologyTest > shouldFailWithUnknownParent STARTED org.apache.kafka.streams.TopologyTest > shouldFailWithUnknownParent PASSED org.apache.kafka.streams.TopologyTest > shouldFailIfNodeIsItsOwnParent STARTED org.apache.kafka.streams.TopologyTest > shouldFailIfNodeIsItsOwnParent PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStateStoreToSource STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStateStoreToSource PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingProcessor STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingProcessor PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStoreWithSameName STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowToAddStoreWithSameName PASSED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingSourceWithPattern STARTED org.apache.kafka.streams.TopologyTest > shouldNotAllowNullNameWhenAddingSourceWithPattern PASSED org.apache.kafka.streams.TopologyTest > multipleSourcesWithSinksShouldHaveDistinctSubtopologies STARTED org.apache.kafka.streams.TopologyTest > multipleSourcesWithSinksShouldHaveDistinctSubtopologies PASSED org.apache.kafka.streams.KeyValueTest > shouldHaveSaneEqualsAndHashCode STARTED org.apache.kafka.streams.KeyValueTest > shouldHaveSaneEqualsAndHashCode PASSED 1768 tests completed, 1 failed :streams:test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':streams:test'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/kafka-1.0-jdk7/ws/streams/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. * Get more help at https://help.gradle.org BUILD FAILED in 1h 38m 57s 52 actionable tasks: 31 executed, 21 up-to-date Build step 'Execute shell' marked build as failure [FINDBUGS] Collecting findbugs analysis files... ERROR: No tool found matching GRADLE_3_4_RC_2_HOME Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5 [FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-1.0-jdk7/ws/> that match the pattern **/build/reports/findbugs/*.xml [FINDBUGS] Parsing 5 files in <https://builds.apache.org/job/kafka-1.0-jdk7/ws/> [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-1.0-jdk7/ws/clients/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-1.0-jdk7/ws/core/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-1.0-jdk7/ws/examples/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-1.0-jdk7/ws/log4j-appender/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-1.0-jdk7/ws/streams/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates. ERROR: No tool found matching GRADLE_3_4_RC_2_HOME Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5 ERROR: No tool found matching GRADLE_3_4_RC_2_HOME Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=7216ab1f26ad3dd00663b61d75285d82ce8bdb57, workspace=<https://builds.apache.org/job/kafka-1.0-jdk7/ws/> [FINDBUGS] Computing warning deltas based on reference build #122 Recording test results ERROR: No tool found matching GRADLE_3_4_RC_2_HOME Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5 ERROR: No tool found matching GRADLE_3_4_RC_2_HOME Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5 Not sending mail to unregistered user wangg...@gmail.com