See
<https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.3/180/display/redirect>
Changes:
------------------------------------------
[...truncated 337595 lines...]
Running in /home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart
[Pipeline] {
[Pipeline] sh
+ mvn clean install -Dgpg.skip
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Kafka Streams :: Quickstart [pom]
[INFO] streams-quickstart-java [maven-archetype]
[INFO]
[INFO] ----------------< org.apache.kafka:streams-quickstart >-----------------
[INFO] Building Kafka Streams :: Quickstart 3.3.3-SNAPSHOT [1/2]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.0.0:clean (default-clean) @ streams-quickstart ---
[INFO]
[INFO] --- remote-resources:1.5:process (process-resource-bundles) @
streams-quickstart ---
[INFO]
[INFO] --- site:3.5.1:attach-descriptor (attach-descriptor) @
streams-quickstart ---
[INFO]
[INFO] --- gpg:1.6:sign (sign-artifacts) @ streams-quickstart ---
[INFO]
[INFO] --- install:2.5.2:install (default-install) @ streams-quickstart ---
[INFO] Installing
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/pom.xml to
/home/jenkins/.m2/repository/org/apache/kafka/streams-quickstart/3.3.3-SNAPSHOT/streams-quickstart-3.3.3-SNAPSHOT.pom
[INFO]
[INFO] --------------< org.apache.kafka:streams-quickstart-java >--------------
[INFO] Building streams-quickstart-java 3.3.3-SNAPSHOT [2/2]
[INFO] from java/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO]
[INFO] --- clean:3.0.0:clean (default-clean) @ streams-quickstart-java ---
[INFO]
[INFO] --- remote-resources:1.5:process (process-resource-bundles) @
streams-quickstart-java ---
[INFO]
[INFO] --- resources:2.7:resources (default-resources) @
streams-quickstart-java ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- resources:2.7:testResources (default-testResources) @
streams-quickstart-java ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- archetype:2.2:jar (default-jar) @ streams-quickstart-java ---
[INFO] Building archetype jar:
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/java/target/streams-quickstart-java-3.3.3-SNAPSHOT
[INFO]
[INFO] --- site:3.5.1:attach-descriptor (attach-descriptor) @
streams-quickstart-java ---
[INFO]
[INFO] --- archetype:2.2:integration-test (default-integration-test) @
streams-quickstart-java ---
[INFO]
[INFO] --- gpg:1.6:sign (sign-artifacts) @ streams-quickstart-java ---
[INFO]
[INFO] --- install:2.5.2:install (default-install) @ streams-quickstart-java ---
[INFO] Installing
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/java/target/streams-quickstart-java-3.3.3-SNAPSHOT.jar
to
/home/jenkins/.m2/repository/org/apache/kafka/streams-quickstart-java/3.3.3-SNAPSHOT/streams-quickstart-java-3.3.3-SNAPSHOT.jar
[INFO] Installing
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/java/pom.xml to
/home/jenkins/.m2/repository/org/apache/kafka/streams-quickstart-java/3.3.3-SNAPSHOT/streams-quickstart-java-3.3.3-SNAPSHOT.pom
[INFO]
[INFO] --- archetype:2.2:update-local-catalog (default-update-local-catalog) @
streams-quickstart-java ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Kafka Streams :: Quickstart 3.3.3-SNAPSHOT:
[INFO]
[INFO] Kafka Streams :: Quickstart ........................ SUCCESS [ 2.115 s]
[INFO] streams-quickstart-java ............................ SUCCESS [ 0.643 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.067 s
[INFO] Finished at: 2023-06-29T20:02:54Z
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 7 plugin(s)
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-remote-resources-plugin:1.5
[WARNING] * org.apache.maven.plugins:maven-install-plugin:2.5.2
[WARNING] * org.apache.maven.plugins:maven-archetype-plugin:2.2
[WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.7
[WARNING] * org.apache.maven.plugins:maven-clean-plugin:3.0.0
[WARNING] * org.apache.maven.plugins:maven-site-plugin:3.5.1
[WARNING] * org.apache.maven.plugins:maven-gpg-plugin:1.6
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with
one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
[Pipeline] dir
Running in
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/test-streams-archetype
[Pipeline] {
[Pipeline] sh
+ echo Y
+ mvn archetype:generate -DarchetypeCatalog=local
-DarchetypeGroupId=org.apache.kafka
-DarchetypeArtifactId=streams-quickstart-java -DarchetypeVersion=3.3.3-SNAPSHOT
-DgroupId=streams.examples -DartifactId=streams.examples -Dversion=0.1
-Dpackage=myapps
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> archetype:3.2.1:generate (default-cli) > generate-sources @
standalone-pom >>>
[INFO]
[INFO] <<< archetype:3.2.1:generate (default-cli) < generate-sources @
standalone-pom <<<
[INFO]
[INFO]
[INFO] --- archetype:3.2.1:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[WARNING] Archetype not found in any catalog. Falling back to central
repository.
[WARNING] Add a repository with id 'archetype' in your settings.xml if
archetype's repository is elsewhere.
[INFO] Using property: groupId = streams.examples
[INFO] Using property: artifactId = streams.examples
[INFO] Using property: version = 0.1
[INFO] Using property: package = myapps
Confirm properties configuration:
groupId: streams.examples
artifactId: streams.examples
version: 0.1
package: myapps
Y: : [INFO]
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype:
streams-quickstart-java:3.3.3-SNAPSHOT
[INFO]
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: streams.examples
[INFO] Parameter: artifactId, Value: streams.examples
[INFO] Parameter: version, Value: 0.1
[INFO] Parameter: package, Value: myapps
[INFO] Parameter: packageInPathFormat, Value: myapps
[INFO] Parameter: package, Value: myapps
[INFO] Parameter: version, Value: 0.1
[INFO] Parameter: groupId, Value: streams.examples
[INFO] Parameter: artifactId, Value: streams.examples
[INFO] Project created from Archetype in dir:
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/test-streams-archetype/streams.examples
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.708 s
[INFO] Finished at: 2023-06-29T20:03:00Z
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING] * org.apache.maven.plugins:maven-archetype-plugin:3.2.1
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with
one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
[Pipeline] dir
Running in
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/test-streams-archetype/streams.examples
[Pipeline] {
[Pipeline] sh
+ mvn compile
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< streams.examples:streams.examples >------------------
[INFO] Building Kafka Streams Quickstart :: Java 0.1
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ streams.examples ---
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.1:compile (default-compile) @ streams.examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to
/home/jenkins/workspace/Kafka_kafka_3.3/streams/quickstart/test-streams-archetype/streams.examples/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.081 s
[INFO] Finished at: 2023-06-29T20:03:07Z
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.1
[WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with
one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
[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] }
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldRestoreAfterJoinRestart[ON_WINDOW_CLOSE_true] PASSED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldThrowUnlimitedWindows[ON_WINDOW_CLOSE_false] STARTED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldThrowUnlimitedWindows[ON_WINDOW_CLOSE_false] PASSED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldAggregateWindowedWithNoGrace[ON_WINDOW_CLOSE_false] STARTED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldAggregateWindowedWithNoGrace[ON_WINDOW_CLOSE_false] PASSED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldAggregateWindowedWithGrace[ON_WINDOW_CLOSE_false] STARTED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldAggregateWindowedWithGrace[ON_WINDOW_CLOSE_false] PASSED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldRestoreAfterJoinRestart[ON_WINDOW_CLOSE_false] STARTED
org.apache.kafka.streams.integration.TimeWindowedKStreamIntegrationTest >
shouldRestoreAfterJoinRestart[ON_WINDOW_CLOSE_false] PASSED
BUILD SUCCESSFUL in 2h 39m 43s
212 actionable tasks: 115 executed, 97 up-to-date
See the profiling report at:
file:///home/jenkins/workspace/Kafka_kafka_3.3/build/reports/profile/profile-2023-06-29-17-25-20.html
A fine-grained performance profile is available: use the --scan option.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] echo
Skipping Kafka Streams archetype test for Java 17
[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
Running on builds29 in /home/jenkins/workspace/Kafka_kafka_3.3
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] step