See 
<https://ci-builds.apache.org/job/Kafka/job/kafka/job/trunk/1710/display/redirect>

Changes:


------------------------------------------
[...truncated 2483974 lines...]
[2023-03-27T21:23:59.873Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:726)
[2023-03-27T21:23:59.873Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:699)
[2023-03-27T21:23:59.873Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.awaitOutput(PauseResumeIntegrationTest.java:416)
[2023-03-27T21:23:59.873Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeKafkaStreamsWithNamedTopologies(PauseResumeIntegrationTest.java:218)
[2023-03-27T21:23:59.873Z] 
[2023-03-27T21:23:59.873Z]         Caused by:
[2023-03-27T21:23:59.873Z]         
org.apache.kafka.common.errors.RecordDeserializationException: Error 
deserializing key/value for partition output-stream-1-0 at offset 0. If needed, 
please seek past the record to continue consumption.
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.parseRecord(CompletedFetch.java:312)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.fetchRecords(CompletedFetch.java:264)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.fetchRecords(AbstractFetch.java:340)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.collectFetch(AbstractFetch.java:306)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.pollForFetches(KafkaConsumer.java:1300)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1251)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1224)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readRecords(IntegrationTestUtils.java:1301)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readKeyValues(IntegrationTestUtils.java:1259)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitUntilMinKeyValueRecordsReceived$1(IntegrationTestUtils.java:728)
[2023-03-27T21:23:59.873Z]             at 
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)
[2023-03-27T21:23:59.873Z]             ... 5 more
[2023-03-27T21:23:59.873Z] 
[2023-03-27T21:23:59.873Z]             Caused by:
[2023-03-27T21:23:59.873Z]             java.lang.NullPointerException
[2023-03-27T21:23:59.873Z] 
[2023-03-27T21:23:59.873Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[1]
 STARTED
[2023-03-27T21:25:08.971Z] 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[1]
 failed, log available in 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/build/reports/testOutput/org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[1].test.stdout
[2023-03-27T21:25:08.971Z] 
[2023-03-27T21:25:08.972Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[1]
 FAILED
[2023-03-27T21:25:08.972Z]     java.lang.AssertionError: Assertion failed with 
an exception after 60000 ms
[2023-03-27T21:25:08.972Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:395)
[2023-03-27T21:25:08.972Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:353)
[2023-03-27T21:25:08.972Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:726)
[2023-03-27T21:25:08.972Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:699)
[2023-03-27T21:25:08.972Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.awaitOutput(PauseResumeIntegrationTest.java:416)
[2023-03-27T21:25:08.972Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(PauseResumeIntegrationTest.java:252)
[2023-03-27T21:25:08.972Z] 
[2023-03-27T21:25:08.972Z]         Caused by:
[2023-03-27T21:25:08.972Z]         
org.apache.kafka.common.errors.RecordDeserializationException: Error 
deserializing key/value for partition output-stream-1-0 at offset 0. If needed, 
please seek past the record to continue consumption.
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.parseRecord(CompletedFetch.java:312)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.fetchRecords(CompletedFetch.java:264)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.fetchRecords(AbstractFetch.java:340)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.collectFetch(AbstractFetch.java:306)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.pollForFetches(KafkaConsumer.java:1300)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1251)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1224)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readRecords(IntegrationTestUtils.java:1301)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readKeyValues(IntegrationTestUtils.java:1259)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitUntilMinKeyValueRecordsReceived$1(IntegrationTestUtils.java:728)
[2023-03-27T21:25:08.972Z]             at 
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)
[2023-03-27T21:25:08.972Z]             ... 5 more
[2023-03-27T21:25:08.972Z] 
[2023-03-27T21:25:08.972Z]             Caused by:
[2023-03-27T21:25:08.972Z]             java.lang.NullPointerException
[2023-03-27T21:25:08.972Z] 
[2023-03-27T21:25:08.972Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[2]
 STARTED
[2023-03-27T21:26:19.542Z] 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[2]
 failed, log available in 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/build/reports/testOutput/org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[2].test.stdout
[2023-03-27T21:26:19.542Z] 
[2023-03-27T21:26:19.542Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(boolean)[2]
 FAILED
[2023-03-27T21:26:19.542Z]     java.lang.AssertionError: Assertion failed with 
an exception after 60000 ms
[2023-03-27T21:26:19.542Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:395)
[2023-03-27T21:26:19.542Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:353)
[2023-03-27T21:26:19.542Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:726)
[2023-03-27T21:26:19.542Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:699)
[2023-03-27T21:26:19.542Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.awaitOutput(PauseResumeIntegrationTest.java:416)
[2023-03-27T21:26:19.542Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldPauseAndResumeAllKafkaStreamsWithNamedTopologies(PauseResumeIntegrationTest.java:252)
[2023-03-27T21:26:19.542Z] 
[2023-03-27T21:26:19.542Z]         Caused by:
[2023-03-27T21:26:19.542Z]         
org.apache.kafka.common.errors.RecordDeserializationException: Error 
deserializing key/value for partition output-stream-1-0 at offset 0. If needed, 
please seek past the record to continue consumption.
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.parseRecord(CompletedFetch.java:312)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.fetchRecords(CompletedFetch.java:264)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.fetchRecords(AbstractFetch.java:340)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.collectFetch(AbstractFetch.java:306)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.pollForFetches(KafkaConsumer.java:1300)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1251)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1224)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readRecords(IntegrationTestUtils.java:1301)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readKeyValues(IntegrationTestUtils.java:1259)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitUntilMinKeyValueRecordsReceived$1(IntegrationTestUtils.java:728)
[2023-03-27T21:26:19.542Z]             at 
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)
[2023-03-27T21:26:19.542Z]             ... 5 more
[2023-03-27T21:26:19.542Z] 
[2023-03-27T21:26:19.542Z]             Caused by:
[2023-03-27T21:26:19.542Z]             java.lang.NullPointerException
[2023-03-27T21:26:19.542Z] 
[2023-03-27T21:26:19.542Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldAllowForNamedTopologiesToStartPaused(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[1]
 STARTED
[2023-03-27T21:27:28.770Z] 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[1]
 failed, log available in 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/build/reports/testOutput/org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[1].test.stdout
[2023-03-27T21:27:28.770Z] 
[2023-03-27T21:27:28.770Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldAllowForNamedTopologiesToStartPaused(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[1]
 FAILED
[2023-03-27T21:27:28.770Z]     java.lang.AssertionError: Assertion failed with 
an exception after 60000 ms
[2023-03-27T21:27:28.770Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:395)
[2023-03-27T21:27:28.770Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:353)
[2023-03-27T21:27:28.770Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:726)
[2023-03-27T21:27:28.770Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:699)
[2023-03-27T21:27:28.770Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.awaitOutput(PauseResumeIntegrationTest.java:416)
[2023-03-27T21:27:28.770Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(PauseResumeIntegrationTest.java:294)
[2023-03-27T21:27:28.770Z] 
[2023-03-27T21:27:28.770Z]         Caused by:
[2023-03-27T21:27:28.770Z]         
org.apache.kafka.common.errors.RecordDeserializationException: Error 
deserializing key/value for partition output-stream-2-0 at offset 0. If needed, 
please seek past the record to continue consumption.
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.parseRecord(CompletedFetch.java:312)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.fetchRecords(CompletedFetch.java:264)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.fetchRecords(AbstractFetch.java:340)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.collectFetch(AbstractFetch.java:306)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.pollForFetches(KafkaConsumer.java:1300)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1251)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1224)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readRecords(IntegrationTestUtils.java:1301)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readKeyValues(IntegrationTestUtils.java:1259)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitUntilMinKeyValueRecordsReceived$1(IntegrationTestUtils.java:728)
[2023-03-27T21:27:28.770Z]             at 
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)
[2023-03-27T21:27:28.770Z]             ... 5 more
[2023-03-27T21:27:28.770Z] 
[2023-03-27T21:27:28.770Z]             Caused by:
[2023-03-27T21:27:28.770Z]             java.lang.NullPointerException
[2023-03-27T21:27:28.770Z] 
[2023-03-27T21:27:28.770Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldAllowForNamedTopologiesToStartPaused(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[2]
 STARTED
[2023-03-27T21:28:36.556Z] 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[2]
 failed, log available in 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/build/reports/testOutput/org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[2].test.stdout
[2023-03-27T21:28:36.556Z] 
[2023-03-27T21:28:36.556Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > PauseResumeIntegrationTest > 
shouldAllowForNamedTopologiesToStartPaused(boolean) > 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(boolean)[2]
 FAILED
[2023-03-27T21:28:36.556Z]     java.lang.AssertionError: Assertion failed with 
an exception after 60000 ms
[2023-03-27T21:28:36.556Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:395)
[2023-03-27T21:28:36.556Z]         at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:353)
[2023-03-27T21:28:36.556Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:726)
[2023-03-27T21:28:36.556Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:699)
[2023-03-27T21:28:36.556Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.awaitOutput(PauseResumeIntegrationTest.java:416)
[2023-03-27T21:28:36.556Z]         at 
org.apache.kafka.streams.integration.PauseResumeIntegrationTest.shouldAllowForNamedTopologiesToStartPaused(PauseResumeIntegrationTest.java:294)
[2023-03-27T21:28:36.556Z] 
[2023-03-27T21:28:36.556Z]         Caused by:
[2023-03-27T21:28:36.556Z]         
org.apache.kafka.common.errors.RecordDeserializationException: Error 
deserializing key/value for partition output-stream-2-0 at offset 0. If needed, 
please seek past the record to continue consumption.
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.parseRecord(CompletedFetch.java:312)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.internals.CompletedFetch.fetchRecords(CompletedFetch.java:264)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.fetchRecords(AbstractFetch.java:340)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.internals.AbstractFetch.collectFetch(AbstractFetch.java:306)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.pollForFetches(KafkaConsumer.java:1300)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1251)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.poll(KafkaConsumer.java:1224)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readRecords(IntegrationTestUtils.java:1301)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.readKeyValues(IntegrationTestUtils.java:1259)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitUntilMinKeyValueRecordsReceived$1(IntegrationTestUtils.java:728)
[2023-03-27T21:28:36.556Z]             at 
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)
[2023-03-27T21:28:36.556Z]             ... 5 more
[2023-03-27T21:28:36.556Z] 
[2023-03-27T21:28:36.556Z]             Caused by:
[2023-03-27T21:28:36.556Z]             java.lang.NullPointerException
[2023-03-27T21:28:36.556Z] 
[2023-03-27T21:28:36.556Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificActivePartitionStores() STARTED
[2023-03-27T21:28:39.653Z] 
[2023-03-27T21:28:39.653Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificActivePartitionStores() PASSED
[2023-03-27T21:28:39.653Z] 
[2023-03-27T21:28:39.653Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldFailWithIllegalArgumentExceptionWhenIQPartitionerReturnsMultiplePartitions()
 STARTED
[2023-03-27T21:28:43.062Z] 
[2023-03-27T21:28:43.062Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldFailWithIllegalArgumentExceptionWhenIQPartitionerReturnsMultiplePartitions()
 PASSED
[2023-03-27T21:28:43.062Z] 
[2023-03-27T21:28:43.062Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQueryAllStalePartitionStores() STARTED
[2023-03-27T21:28:46.291Z] 
[2023-03-27T21:28:46.291Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQueryAllStalePartitionStores() PASSED
[2023-03-27T21:28:46.291Z] 
[2023-03-27T21:28:46.291Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificStalePartitionStoresMultiStreamThreads() STARTED
[2023-03-27T21:28:51.303Z] 
[2023-03-27T21:28:51.303Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificStalePartitionStoresMultiStreamThreads() PASSED
[2023-03-27T21:28:51.303Z] 
[2023-03-27T21:28:51.303Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificStalePartitionStores() STARTED
[2023-03-27T21:28:53.907Z] 
[2023-03-27T21:28:53.907Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificStalePartitionStores() PASSED
[2023-03-27T21:28:53.907Z] 
[2023-03-27T21:28:53.907Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQueryOnlyActivePartitionStoresByDefault() STARTED
[2023-03-27T21:28:58.741Z] 
[2023-03-27T21:28:58.741Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQueryOnlyActivePartitionStoresByDefault() PASSED
[2023-03-27T21:28:58.741Z] 
[2023-03-27T21:28:58.741Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQueryStoresAfterAddingAndRemovingStreamThread() STARTED
[2023-03-27T21:29:07.397Z] 
[2023-03-27T21:29:07.397Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQueryStoresAfterAddingAndRemovingStreamThread() PASSED
[2023-03-27T21:29:07.397Z] 
[2023-03-27T21:29:07.397Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificStalePartitionStoresMultiStreamThreadsNamedTopology() STARTED
[2023-03-27T21:29:13.683Z] 
[2023-03-27T21:29:13.683Z] Gradle Test Run :streams:integrationTest > Gradle 
Test Executor 182 > StoreQueryIntegrationTest > 
shouldQuerySpecificStalePartitionStoresMultiStreamThreadsNamedTopology() PASSED
[2023-03-27T21:29:15.406Z] 
[2023-03-27T21:29:15.406Z] 619 tests completed, 153 failed
[2023-03-27T21:29:19.504Z] There were failing tests. See the report at: 
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/build/reports/tests/integrationTest/index.html
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] FAILURE: Build failed with an exception.
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] * What went wrong:
[2023-03-27T21:29:22.467Z] Execution failed for task 
':connect:runtime:integrationTest'.
[2023-03-27T21:29:22.467Z] > Process 'Gradle Test Executor 169' finished with 
non-zero exit value 1
[2023-03-27T21:29:22.467Z]   This problem might be caused by incorrect test 
process configuration.
[2023-03-27T21:29:22.467Z]   Please refer to the test execution section in the 
User Manual at 
https://docs.gradle.org/8.0.2/userguide/java_testing.html#sec:test_execution
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] * Try:
[2023-03-27T21:29:22.467Z] > Run with --stacktrace option to get the stack 
trace.
[2023-03-27T21:29:22.467Z] > Run with --info or --debug option to get more log 
output.
[2023-03-27T21:29:22.467Z] > Run with --scan to get full insights.
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] * Get more help at https://help.gradle.org
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] Deprecated Gradle features were used in this build, 
making it incompatible with Gradle 9.0.
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] You can use '--warning-mode all' to show the 
individual deprecation warnings and determine if they come from your own 
scripts or plugins.
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] See 
https://docs.gradle.org/8.0.2/userguide/command_line_interface.html#sec:command_line_warnings
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] BUILD FAILED in 4h 28m 23s
[2023-03-27T21:29:22.467Z] 224 actionable tasks: 120 executed, 104 up-to-date
[2023-03-27T21:29:22.467Z] 
[2023-03-27T21:29:22.467Z] See the profiling report at: 
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/build/reports/profile/profile-2023-03-27-17-01-44.html
[2023-03-27T21:29:22.467Z] A fine-grained performance profile is available: use 
the --scan option.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 17 and Scala 2.13
Cancelling nested steps due to timeout
[2023-03-28T00:49:30.454Z] null
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 11 and Scala 2.13
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] node
Running on builds35 in /home/jenkins/workspace/Kafka_kafka_trunk
[Pipeline] {
[Pipeline] step

Reply via email to