See
<https://ci-builds.apache.org/job/Kafka/job/kafka/job/trunk/1132/display/redirect>
Changes:
------------------------------------------
[...truncated 420809 lines...]
[2022-08-10T16:58:09.343Z] + echo Y
[2022-08-10T16:58:09.343Z] + mvn archetype:generate -DarchetypeCatalog=local
-DarchetypeGroupId=org.apache.kafka
-DarchetypeArtifactId=streams-quickstart-java -DarchetypeVersion=3.4.0-SNAPSHOT
-DgroupId=streams.examples -DartifactId=streams.examples -Dversion=0.1
-Dpackage=myapps
[2022-08-10T16:58:10.370Z] [INFO] Scanning for projects...
[2022-08-10T16:58:10.370Z] [INFO]
[2022-08-10T16:58:10.370Z] [INFO] ------------------<
org.apache.maven:standalone-pom >-------------------
[2022-08-10T16:58:10.370Z] [INFO] Building Maven Stub Project (No POM) 1
[2022-08-10T16:58:10.370Z] [INFO] --------------------------------[ pom
]---------------------------------
[2022-08-10T16:58:10.370Z] [INFO]
[2022-08-10T16:58:10.370Z] [INFO] >>> maven-archetype-plugin:3.2.1:generate
(default-cli) > generate-sources @ standalone-pom >>>
[2022-08-10T16:58:10.370Z] [INFO]
[2022-08-10T16:58:10.370Z] [INFO] <<< maven-archetype-plugin:3.2.1:generate
(default-cli) < generate-sources @ standalone-pom <<<
[2022-08-10T16:58:10.370Z] [INFO]
[2022-08-10T16:58:10.370Z] [INFO]
[2022-08-10T16:58:10.370Z] [INFO] --- maven-archetype-plugin:3.2.1:generate
(default-cli) @ standalone-pom ---
[2022-08-10T16:58:11.396Z] [INFO] Generating project in Interactive mode
[2022-08-10T16:58:11.397Z] [WARNING] Archetype not found in any catalog.
Falling back to central repository.
[2022-08-10T16:58:11.397Z] [WARNING] Add a repository with id 'archetype' in
your settings.xml if archetype's repository is elsewhere.
[2022-08-10T16:58:11.397Z] [INFO] Using property: groupId = streams.examples
[2022-08-10T16:58:11.397Z] [INFO] Using property: artifactId = streams.examples
[2022-08-10T16:58:11.397Z] [INFO] Using property: version = 0.1
[2022-08-10T16:58:11.397Z] [INFO] Using property: package = myapps
[2022-08-10T16:58:11.397Z] Confirm properties configuration:
[2022-08-10T16:58:11.397Z] groupId: streams.examples
[2022-08-10T16:58:11.397Z] artifactId: streams.examples
[2022-08-10T16:58:11.397Z] version: 0.1
[2022-08-10T16:58:11.397Z] package: myapps
[2022-08-10T16:58:11.397Z] Y: : [INFO]
----------------------------------------------------------------------------
[2022-08-10T16:58:11.397Z] [INFO] Using following parameters for creating
project from Archetype: streams-quickstart-java:3.4.0-SNAPSHOT
[2022-08-10T16:58:11.397Z] [INFO]
----------------------------------------------------------------------------
[2022-08-10T16:58:11.397Z] [INFO] Parameter: groupId, Value: streams.examples
[2022-08-10T16:58:11.397Z] [INFO] Parameter: artifactId, Value: streams.examples
[2022-08-10T16:58:11.397Z] [INFO] Parameter: version, Value: 0.1
[2022-08-10T16:58:11.397Z] [INFO] Parameter: package, Value: myapps
[2022-08-10T16:58:11.397Z] [INFO] Parameter: packageInPathFormat, Value: myapps
[2022-08-10T16:58:11.397Z] [INFO] Parameter: package, Value: myapps
[2022-08-10T16:58:11.397Z] [INFO] Parameter: version, Value: 0.1
[2022-08-10T16:58:11.397Z] [INFO] Parameter: groupId, Value: streams.examples
[2022-08-10T16:58:11.397Z] [INFO] Parameter: artifactId, Value: streams.examples
[2022-08-10T16:58:11.397Z] [INFO] Project created from Archetype in dir:
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk_2/streams/quickstart/test-streams-archetype/streams.examples
[2022-08-10T16:58:11.397Z] [INFO]
------------------------------------------------------------------------
[2022-08-10T16:58:11.397Z] [INFO] BUILD SUCCESS
[2022-08-10T16:58:11.397Z] [INFO]
------------------------------------------------------------------------
[2022-08-10T16:58:11.397Z] [INFO] Total time: 1.353 s
[2022-08-10T16:58:11.397Z] [INFO] Finished at: 2022-08-10T16:58:11Z
[2022-08-10T16:58:11.397Z] [INFO]
------------------------------------------------------------------------
[Pipeline] dir
[2022-08-10T16:58:11.912Z] Running in
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk_2/streams/quickstart/test-streams-archetype/streams.examples
[Pipeline] {
[Pipeline] sh
[2022-08-10T16:58:14.827Z] + mvn compile
[2022-08-10T16:58:15.854Z] [INFO] Scanning for projects...
[2022-08-10T16:58:15.854Z] [INFO]
[2022-08-10T16:58:15.854Z] [INFO] -----------------<
streams.examples:streams.examples >------------------
[2022-08-10T16:58:15.854Z] [INFO] Building Kafka Streams Quickstart :: Java 0.1
[2022-08-10T16:58:15.854Z] [INFO] --------------------------------[ jar
]---------------------------------
[2022-08-10T16:58:15.854Z] [INFO]
[2022-08-10T16:58:15.854Z] [INFO] --- maven-resources-plugin:2.6:resources
(default-resources) @ streams.examples ---
[2022-08-10T16:58:15.854Z] [INFO] Using 'UTF-8' encoding to copy filtered
resources.
[2022-08-10T16:58:15.854Z] [INFO] Copying 1 resource
[2022-08-10T16:58:15.854Z] [INFO]
[2022-08-10T16:58:15.854Z] [INFO] --- maven-compiler-plugin:3.1:compile
(default-compile) @ streams.examples ---
[2022-08-10T16:58:16.880Z] [INFO] Changes detected - recompiling the module!
[2022-08-10T16:58:16.880Z] [INFO] Compiling 3 source files to
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk_2/streams/quickstart/test-streams-archetype/streams.examples/target/classes
[2022-08-10T16:58:18.079Z] [INFO]
------------------------------------------------------------------------
[2022-08-10T16:58:18.079Z] [INFO] BUILD SUCCESS
[2022-08-10T16:58:18.079Z] [INFO]
------------------------------------------------------------------------
[2022-08-10T16:58:18.079Z] [INFO] Total time: 2.021 s
[2022-08-10T16:58:18.079Z] [INFO] Finished at: 2022-08-10T16:58:17Z
[2022-08-10T16:58:18.079Z] [INFO]
------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2022-08-10T16:58:35.964Z]
[2022-08-10T16:58:35.964Z] FineGrainedAutoResetIntegrationTest >
shouldOnlyReadRecordsWhereEarliestSpecifiedWithNoCommittedOffsetsWithDefaultGlobalAutoOffsetResetEarliest()
PASSED
[2022-08-10T16:58:35.964Z]
[2022-08-10T16:58:35.964Z] FineGrainedAutoResetIntegrationTest >
shouldThrowStreamsExceptionNoResetSpecified() STARTED
[2022-08-10T16:58:35.964Z]
[2022-08-10T16:58:35.964Z] FineGrainedAutoResetIntegrationTest >
shouldThrowStreamsExceptionNoResetSpecified() PASSED
[2022-08-10T16:58:52.725Z]
[2022-08-10T16:58:52.725Z] GlobalKTableIntegrationTest >
shouldGetToRunningWithOnlyGlobalTopology() STARTED
[2022-08-10T16:58:55.832Z]
[2022-08-10T16:58:55.832Z] GlobalKTableIntegrationTest >
shouldGetToRunningWithOnlyGlobalTopology() PASSED
[2022-08-10T16:58:55.832Z]
[2022-08-10T16:58:55.832Z] GlobalKTableIntegrationTest >
shouldKStreamGlobalKTableLeftJoin() STARTED
[2022-08-10T16:59:03.958Z]
[2022-08-10T16:59:03.958Z] GlobalKTableIntegrationTest >
shouldKStreamGlobalKTableLeftJoin() PASSED
[2022-08-10T16:59:03.958Z]
[2022-08-10T16:59:03.958Z] GlobalKTableIntegrationTest >
shouldRestoreGlobalInMemoryKTableOnRestart() STARTED
[2022-08-10T16:59:05.192Z]
[2022-08-10T16:59:05.192Z] GlobalKTableIntegrationTest >
shouldRestoreGlobalInMemoryKTableOnRestart() PASSED
[2022-08-10T16:59:05.192Z]
[2022-08-10T16:59:05.192Z] GlobalKTableIntegrationTest >
shouldKStreamGlobalKTableJoin() STARTED
[2022-08-10T16:59:08.867Z]
[2022-08-10T16:59:08.867Z] GlobalKTableIntegrationTest >
shouldKStreamGlobalKTableJoin() PASSED
[2022-08-10T16:59:13.538Z]
[2022-08-10T16:59:13.538Z] GlobalThreadShutDownOrderTest >
shouldFinishGlobalStoreOperationOnShutDown() STARTED
[2022-08-10T16:59:19.516Z]
[2022-08-10T16:59:19.516Z] GlobalThreadShutDownOrderTest >
shouldFinishGlobalStoreOperationOnShutDown() PASSED
[2022-08-10T16:59:23.068Z]
[2022-08-10T16:59:23.068Z] IQv2IntegrationTest > shouldFailStopped() STARTED
[2022-08-10T16:59:23.068Z]
[2022-08-10T16:59:23.068Z] IQv2IntegrationTest > shouldFailStopped() PASSED
[2022-08-10T16:59:23.068Z]
[2022-08-10T16:59:23.068Z] IQv2IntegrationTest >
shouldNotRequireQueryHandler(TestInfo) STARTED
[2022-08-10T16:59:25.238Z]
[2022-08-10T16:59:25.238Z] IQv2IntegrationTest >
shouldNotRequireQueryHandler(TestInfo) PASSED
[2022-08-10T16:59:25.238Z]
[2022-08-10T16:59:25.238Z] IQv2IntegrationTest > shouldFailNotStarted() STARTED
[2022-08-10T16:59:25.238Z]
[2022-08-10T16:59:25.238Z] IQv2IntegrationTest > shouldFailNotStarted() PASSED
[2022-08-10T16:59:25.238Z]
[2022-08-10T16:59:25.238Z] IQv2IntegrationTest > shouldFetchFromPartition()
STARTED
[2022-08-10T16:59:32.830Z]
[2022-08-10T16:59:32.830Z] IQv2IntegrationTest > shouldFetchFromPartition()
PASSED
[2022-08-10T16:59:32.830Z]
[2022-08-10T16:59:32.830Z] IQv2IntegrationTest >
shouldFetchExplicitlyFromAllPartitions() STARTED
[2022-08-10T16:59:35.285Z]
[2022-08-10T16:59:35.285Z] IQv2IntegrationTest >
shouldFetchExplicitlyFromAllPartitions() PASSED
[2022-08-10T16:59:35.285Z]
[2022-08-10T16:59:35.285Z] IQv2IntegrationTest > shouldFailUnknownStore()
STARTED
[2022-08-10T16:59:35.285Z]
[2022-08-10T16:59:35.285Z] IQv2IntegrationTest > shouldFailUnknownStore() PASSED
[2022-08-10T16:59:35.285Z]
[2022-08-10T16:59:35.285Z] IQv2IntegrationTest > shouldRejectNonRunningActive()
STARTED
[2022-08-10T16:59:40.337Z]
[2022-08-10T16:59:40.337Z] IQv2IntegrationTest > shouldRejectNonRunningActive()
PASSED
[2022-08-10T16:59:42.922Z]
[2022-08-10T16:59:42.923Z] InternalTopicIntegrationTest >
shouldCompactTopicsForKeyValueStoreChangelogs() STARTED
[2022-08-10T16:59:48.912Z]
[2022-08-10T16:59:48.912Z] InternalTopicIntegrationTest >
shouldCompactTopicsForKeyValueStoreChangelogs() PASSED
[2022-08-10T16:59:48.912Z]
[2022-08-10T16:59:48.912Z] InternalTopicIntegrationTest >
shouldGetToRunningWithWindowedTableInFKJ() STARTED
[2022-08-10T16:59:54.571Z]
[2022-08-10T16:59:54.571Z] InternalTopicIntegrationTest >
shouldGetToRunningWithWindowedTableInFKJ() PASSED
[2022-08-10T16:59:54.571Z]
[2022-08-10T16:59:54.571Z] InternalTopicIntegrationTest >
shouldCompactAndDeleteTopicsForWindowStoreChangelogs() STARTED
[2022-08-10T16:59:54.571Z]
[2022-08-10T16:59:54.571Z] InternalTopicIntegrationTest >
shouldCompactAndDeleteTopicsForWindowStoreChangelogs() PASSED
[2022-08-10T17:00:00.672Z]
[2022-08-10T17:00:00.672Z] KStreamAggregationIntegrationTest >
shouldAggregateSlidingWindows(TestInfo) STARTED
[2022-08-10T17:00:12.601Z]
[2022-08-10T17:00:12.601Z] KStreamAggregationIntegrationTest >
shouldAggregateSlidingWindows(TestInfo) PASSED
[2022-08-10T17:00:12.601Z]
[2022-08-10T17:00:12.601Z] KStreamAggregationIntegrationTest >
shouldReduceSessionWindows() STARTED
[2022-08-10T17:00:14.648Z]
[2022-08-10T17:00:14.648Z] KStreamAggregationIntegrationTest >
shouldReduceSessionWindows() PASSED
[2022-08-10T17:00:14.648Z]
[2022-08-10T17:00:14.648Z] KStreamAggregationIntegrationTest >
shouldReduceSlidingWindows(TestInfo) STARTED
[2022-08-10T17:00:24.914Z]
[2022-08-10T17:00:24.914Z] KStreamAggregationIntegrationTest >
shouldReduceSlidingWindows(TestInfo) PASSED
[2022-08-10T17:00:24.914Z]
[2022-08-10T17:00:24.914Z] KStreamAggregationIntegrationTest >
shouldReduce(TestInfo) STARTED
[2022-08-10T17:00:39.426Z]
[2022-08-10T17:00:39.426Z] KStreamAggregationIntegrationTest >
shouldReduce(TestInfo) PASSED
[2022-08-10T17:00:39.426Z]
[2022-08-10T17:00:39.426Z] KStreamAggregationIntegrationTest >
shouldAggregate(TestInfo) STARTED
[2022-08-10T17:00:48.020Z]
[2022-08-10T17:00:48.020Z] KStreamAggregationIntegrationTest >
shouldAggregate(TestInfo) PASSED
[2022-08-10T17:00:48.020Z]
[2022-08-10T17:00:48.020Z] KStreamAggregationIntegrationTest >
shouldCount(TestInfo) STARTED
[2022-08-10T17:00:58.914Z]
[2022-08-10T17:00:58.914Z] KStreamAggregationIntegrationTest >
shouldCount(TestInfo) PASSED
[2022-08-10T17:00:58.914Z]
[2022-08-10T17:00:58.914Z] KStreamAggregationIntegrationTest >
shouldGroupByKey(TestInfo) STARTED
[2022-08-10T17:01:21.083Z]
[2022-08-10T17:01:21.083Z] KStreamAggregationIntegrationTest >
shouldGroupByKey(TestInfo) PASSED
[2022-08-10T17:01:21.083Z]
[2022-08-10T17:01:21.083Z] KStreamAggregationIntegrationTest >
shouldCountWithInternalStore(TestInfo) STARTED
[2022-08-10T17:01:29.429Z]
[2022-08-10T17:01:29.429Z] KStreamAggregationIntegrationTest >
shouldCountWithInternalStore(TestInfo) PASSED
[2022-08-10T17:01:29.429Z]
[2022-08-10T17:01:29.429Z] KStreamAggregationIntegrationTest >
shouldCountUnlimitedWindows() STARTED
[2022-08-10T17:01:33.118Z]
[2022-08-10T17:01:33.118Z] KStreamAggregationIntegrationTest >
shouldCountUnlimitedWindows() PASSED
[2022-08-10T17:01:33.118Z]
[2022-08-10T17:01:33.118Z] KStreamAggregationIntegrationTest >
shouldReduceWindowed(TestInfo) STARTED
[2022-08-10T17:01:41.632Z]
[2022-08-10T17:01:41.632Z] KStreamAggregationIntegrationTest >
shouldReduceWindowed(TestInfo) PASSED
[2022-08-10T17:01:41.632Z]
[2022-08-10T17:01:41.632Z] KStreamAggregationIntegrationTest >
shouldCountSessionWindows() STARTED
[2022-08-10T17:01:46.065Z]
[2022-08-10T17:01:46.065Z] KStreamAggregationIntegrationTest >
shouldCountSessionWindows() PASSED
[2022-08-10T17:01:46.065Z]
[2022-08-10T17:01:46.065Z] KStreamAggregationIntegrationTest >
shouldAggregateWindowed(TestInfo) STARTED
[2022-08-10T17:02:05.555Z]
[2022-08-10T17:02:05.555Z] KStreamAggregationIntegrationTest >
shouldAggregateWindowed(TestInfo) PASSED
[2022-08-10T17:02:35.371Z] streams-3: SMOKE-TEST-CLIENT-CLOSED
[2022-08-10T17:02:35.371Z] streams-0: SMOKE-TEST-CLIENT-CLOSED
[2022-08-10T17:02:35.371Z] streams-5: SMOKE-TEST-CLIENT-CLOSED
[2022-08-10T17:02:35.371Z] streams-1: SMOKE-TEST-CLIENT-CLOSED
[2022-08-10T17:02:35.371Z] streams-2: SMOKE-TEST-CLIENT-CLOSED
[2022-08-10T17:02:35.371Z] streams-4: SMOKE-TEST-CLIENT-CLOSED
[2022-08-10T17:02:40.516Z]
[2022-08-10T17:02:40.516Z] BUILD SUCCESSFUL in 3h 42m 14s
[2022-08-10T17:02:40.516Z] 212 actionable tasks: 115 executed, 97 up-to-date
[2022-08-10T17:02:40.516Z]
[2022-08-10T17:02:40.516Z] See the profiling report at:
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/build/reports/profile/profile-2022-08-10-13-20-33.html
[2022-08-10T17:02:40.516Z] A fine-grained performance profile is available: use
the --scan option.
[Pipeline] junit
[2022-08-10T17:02:41.538Z] Recording test results
[2022-08-10T17:03:14.520Z] [Checks API] No suitable checks publisher found.
[Pipeline] echo
[2022-08-10T17:03:14.521Z] Skipping Kafka Streams archetype test for Java 11
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu’
Running on builds23 in /home/jenkins/workspace/Kafka_kafka_trunk
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] step