See <https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk15/660/display/redirect?page=changes>
Changes: [github] MINOR: Remove duplicate definition about 'the' from kafka project (#10370) ------------------------------------------ [...truncated 3.70 MB...] DefaultMessageFormatterTest > [14] name=print value with custom deserializer, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@41a734fb, value = [B@19deadff), properties=Map(print.key -> true, print.headers -> true, print.value -> true, value.deserializer -> unit.kafka.tools.UpperCaseDeserializer), expected=h1:v1,h2:v2 someKey SOMEVALUE PASSED DefaultMessageFormatterTest > [15] name=print headers with custom deserializer, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@7555021b, value = [B@7be45d7d), properties=Map(print.key -> true, print.headers -> true, print.value -> true, headers.deserializer -> unit.kafka.tools.UpperCaseDeserializer), expected=h1:V1,h2:V2 someKey someValue STARTED DefaultMessageFormatterTest > [15] name=print headers with custom deserializer, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@7555021b, value = [B@7be45d7d), properties=Map(print.key -> true, print.headers -> true, print.value -> true, headers.deserializer -> unit.kafka.tools.UpperCaseDeserializer), expected=h1:V1,h2:V2 someKey someValue PASSED DefaultMessageFormatterTest > [16] name=print key and value, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@31cbe16, value = [B@6fc14adf), properties=Map(print.key -> true, print.value -> true), expected=someKey someValue STARTED DefaultMessageFormatterTest > [16] name=print key and value, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@31cbe16, value = [B@6fc14adf), properties=Map(print.key -> true, print.value -> true), expected=someKey someValue PASSED DefaultMessageFormatterTest > [17] name=print fields in the beginning, middle and the end, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@141544c1, value = [B@4a9b67a), properties=Map(print.key -> true, print.value -> true, print.partition -> true), expected=Partition:9 someKey someValue STARTED DefaultMessageFormatterTest > [17] name=print fields in the beginning, middle and the end, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@141544c1, value = [B@4a9b67a), properties=Map(print.key -> true, print.value -> true, print.partition -> true), expected=Partition:9 someKey someValue PASSED DefaultMessageFormatterTest > [18] name=null value without custom null literal, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@25d59088, value = null), properties=Map(print.key -> true), expected=someKey null STARTED DefaultMessageFormatterTest > [18] name=null value without custom null literal, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@25d59088, value = null), properties=Map(print.key -> true), expected=someKey null PASSED DefaultMessageFormatterTest > [19] name=null value with custom null literal, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@70892a44, value = null), properties=Map(print.key -> true, null.literal -> NULL), expected=someKey NULL STARTED DefaultMessageFormatterTest > [19] name=null value with custom null literal, record=ConsumerRecord(topic = someTopic, partition = 9, leaderEpoch = null, offset = 9876, CreateTime = 1234, serialized key size = 0, serialized value size = 0, headers = RecordHeaders(headers = [RecordHeader(key = h1, value = [118, 49]), RecordHeader(key = h2, value = [118, 50])], isReadOnly = false), key = [B@70892a44, value = null), properties=Map(print.key -> true, null.literal -> NULL), expected=someKey NULL PASSED TransactionsWithMaxInFlightOneTest > testTransactionalProducerSingleBrokerMaxInFlightOne() STARTED AuthorizerIntegrationTest > testProduceWithTopicDescribe() PASSED AuthorizerIntegrationTest > testDescribeGroupApiWithNoGroupAcl() STARTED TransactionsWithMaxInFlightOneTest > testTransactionalProducerSingleBrokerMaxInFlightOne() PASSED AuthorizerIntegrationTest > testDescribeGroupApiWithNoGroupAcl() PASSED AuthorizerIntegrationTest > testPatternSubscriptionMatchingInternalTopic() STARTED AuthorizerIntegrationTest > testPatternSubscriptionMatchingInternalTopic() PASSED AuthorizerIntegrationTest > testSendOffsetsWithNoConsumerGroupDescribeAccess() STARTED AuthorizerIntegrationTest > testSendOffsetsWithNoConsumerGroupDescribeAccess() PASSED AuthorizerIntegrationTest > testListTransactionsAuthorization() STARTED AuthorizerIntegrationTest > testListTransactionsAuthorization() PASSED AuthorizerIntegrationTest > testOffsetFetchTopicDescribe() STARTED AuthorizerIntegrationTest > testOffsetFetchTopicDescribe() PASSED AuthorizerIntegrationTest > testCommitWithTopicAndGroupRead() STARTED AuthorizerIntegrationTest > testCommitWithTopicAndGroupRead() PASSED AuthorizerIntegrationTest > testIdempotentProducerNoIdempotentWriteAclInInitProducerId() STARTED AuthorizerIntegrationTest > testIdempotentProducerNoIdempotentWriteAclInInitProducerId() PASSED AuthorizerIntegrationTest > testSimpleConsumeWithExplicitSeekAndNoGroupAccess() STARTED AuthorizerIntegrationTest > testSimpleConsumeWithExplicitSeekAndNoGroupAccess() PASSED SslProducerSendTest > testSendNonCompressedMessageWithCreateTime() STARTED SslProducerSendTest > testSendNonCompressedMessageWithCreateTime() PASSED SslProducerSendTest > testClose() STARTED SslProducerSendTest > testClose() PASSED SslProducerSendTest > testFlush() STARTED SslProducerSendTest > testFlush() PASSED SslProducerSendTest > testSendToPartition() STARTED SslProducerSendTest > testSendToPartition() PASSED SslProducerSendTest > testSendOffset() STARTED SslProducerSendTest > testSendOffset() PASSED SslProducerSendTest > testSendCompressedMessageWithCreateTime() STARTED SslProducerSendTest > testSendCompressedMessageWithCreateTime() PASSED SslProducerSendTest > testCloseWithZeroTimeoutFromCallerThread() STARTED SslProducerSendTest > testCloseWithZeroTimeoutFromCallerThread() PASSED SslProducerSendTest > testCloseWithZeroTimeoutFromSenderThread() STARTED SslProducerSendTest > testCloseWithZeroTimeoutFromSenderThread() PASSED SslProducerSendTest > testSendBeforeAndAfterPartitionExpansion() STARTED SslProducerSendTest > testSendBeforeAndAfterPartitionExpansion() PASSED ProducerCompressionTest > [1] compression=none STARTED ProducerCompressionTest > [1] compression=none PASSED ProducerCompressionTest > [2] compression=gzip STARTED ProducerCompressionTest > [2] compression=gzip PASSED ProducerCompressionTest > [3] compression=snappy STARTED ProducerCompressionTest > [3] compression=snappy PASSED ProducerCompressionTest > [4] compression=lz4 STARTED ProducerCompressionTest > [4] compression=lz4 PASSED ProducerCompressionTest > [5] compression=zstd STARTED ProducerCompressionTest > [5] compression=zstd PASSED MetricsTest > testMetrics() STARTED MetricsTest > testMetrics() PASSED ProducerFailureHandlingTest > testCannotSendToInternalTopic() STARTED ProducerFailureHandlingTest > testCannotSendToInternalTopic() PASSED ProducerFailureHandlingTest > testTooLargeRecordWithAckOne() STARTED ProducerFailureHandlingTest > testTooLargeRecordWithAckOne() PASSED ProducerFailureHandlingTest > testWrongBrokerList() STARTED ProducerFailureHandlingTest > testWrongBrokerList() PASSED ProducerFailureHandlingTest > testNotEnoughReplicas() STARTED ProducerFailureHandlingTest > testNotEnoughReplicas() PASSED ProducerFailureHandlingTest > testResponseTooLargeForReplicationWithAckAll() STARTED ProducerFailureHandlingTest > testResponseTooLargeForReplicationWithAckAll() PASSED ProducerFailureHandlingTest > testNonExistentTopic() STARTED ProducerFailureHandlingTest > testNonExistentTopic() PASSED ProducerFailureHandlingTest > testInvalidPartition() STARTED ProducerFailureHandlingTest > testInvalidPartition() PASSED ProducerFailureHandlingTest > testSendAfterClosed() STARTED ProducerFailureHandlingTest > testSendAfterClosed() PASSED ProducerFailureHandlingTest > testTooLargeRecordWithAckZero() STARTED ProducerFailureHandlingTest > testTooLargeRecordWithAckZero() PASSED ProducerFailureHandlingTest > testPartitionTooLargeForReplicationWithAckAll() STARTED ProducerFailureHandlingTest > testPartitionTooLargeForReplicationWithAckAll() PASSED ProducerFailureHandlingTest > testNotEnoughReplicasAfterBrokerShutdown() STARTED ProducerFailureHandlingTest > testNotEnoughReplicasAfterBrokerShutdown() PASSED ApiVersionTest > testApiVersionUniqueIds() STARTED ApiVersionTest > testApiVersionUniqueIds() PASSED ApiVersionTest > testMinSupportedVersionFor() STARTED ApiVersionTest > testMinSupportedVersionFor() PASSED ApiVersionTest > testShortVersion() STARTED ApiVersionTest > testShortVersion() PASSED ApiVersionTest > shouldReturnAllKeysWhenMagicIsCurrentValueAndThrottleMsIsDefaultThrottle() STARTED ApiVersionTest > shouldReturnAllKeysWhenMagicIsCurrentValueAndThrottleMsIsDefaultThrottle() PASSED ApiVersionTest > testApply() STARTED ApiVersionTest > testApply() PASSED ApiVersionTest > testMetadataQuorumApisAreDisabled() STARTED ApiVersionTest > testMetadataQuorumApisAreDisabled() PASSED ApiVersionTest > shouldReturnFeatureKeysWhenMagicIsCurrentValueAndThrottleMsIsDefaultThrottle() STARTED ApiVersionTest > shouldReturnFeatureKeysWhenMagicIsCurrentValueAndThrottleMsIsDefaultThrottle() PASSED ApiVersionTest > shouldCreateApiResponseOnlyWithKeysSupportedByMagicValue() STARTED ApiVersionTest > shouldCreateApiResponseOnlyWithKeysSupportedByMagicValue() PASSED ApiVersionTest > testApiVersionValidator() STARTED ApiVersionTest > testApiVersionValidator() PASSED 3494 tests completed, 1 failed, 7 skipped > Task :core:test FAILED FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':connect:runtime:test'. > There were failing tests. See the report at: > file://<https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk15/ws/connect/runtime/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. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':core:test'. > There were failing tests. See the report at: > file://<https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk15/ws/core/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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 1h 25m 52s 257 actionable tasks: 220 executed, 37 up-to-date Build step 'Execute shell' marked build as failure Recording test results [Checks API] No suitable checks publisher found. Not sending mail to unregistered user git...@hugo-hirsch.de