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

Changes:


------------------------------------------
[...truncated 441971 lines...]
[2022-02-18T11:26:26.750Z] + mvn archetype:generate -DarchetypeCatalog=local 
-DarchetypeGroupId=org.apache.kafka 
-DarchetypeArtifactId=streams-quickstart-java -DarchetypeVersion=3.2.0-SNAPSHOT 
-DgroupId=streams.examples -DartifactId=streams.examples -Dversion=0.1 
-Dpackage=myapps
[2022-02-18T11:26:28.826Z] [INFO] Scanning for projects...
[2022-02-18T11:26:28.826Z] [INFO] 
[2022-02-18T11:26:28.826Z] [INFO] ------------------< 
org.apache.maven:standalone-pom >-------------------
[2022-02-18T11:26:28.826Z] [INFO] Building Maven Stub Project (No POM) 1
[2022-02-18T11:26:28.826Z] [INFO] --------------------------------[ pom 
]---------------------------------
[2022-02-18T11:26:28.826Z] [INFO] 
[2022-02-18T11:26:28.826Z] [INFO] >>> maven-archetype-plugin:3.2.1:generate 
(default-cli) > generate-sources @ standalone-pom >>>
[2022-02-18T11:26:28.826Z] [INFO] 
[2022-02-18T11:26:28.826Z] [INFO] <<< maven-archetype-plugin:3.2.1:generate 
(default-cli) < generate-sources @ standalone-pom <<<
[2022-02-18T11:26:28.826Z] [INFO] 
[2022-02-18T11:26:28.826Z] [INFO] 
[2022-02-18T11:26:28.826Z] [INFO] --- maven-archetype-plugin:3.2.1:generate 
(default-cli) @ standalone-pom ---
[2022-02-18T11:26:30.907Z] [INFO] Generating project in Interactive mode
[2022-02-18T11:26:30.907Z] [WARNING] Archetype not found in any catalog. 
Falling back to central repository.
[2022-02-18T11:26:30.907Z] [WARNING] Add a repository with id 'archetype' in 
your settings.xml if archetype's repository is elsewhere.
[2022-02-18T11:26:30.907Z] [INFO] Using property: groupId = streams.examples
[2022-02-18T11:26:30.907Z] [INFO] Using property: artifactId = streams.examples
[2022-02-18T11:26:30.907Z] [INFO] Using property: version = 0.1
[2022-02-18T11:26:30.907Z] [INFO] Using property: package = myapps
[2022-02-18T11:26:30.907Z] Confirm properties configuration:
[2022-02-18T11:26:30.907Z] groupId: streams.examples
[2022-02-18T11:26:30.907Z] artifactId: streams.examples
[2022-02-18T11:26:30.907Z] version: 0.1
[2022-02-18T11:26:30.907Z] package: myapps
[2022-02-18T11:26:30.907Z]  Y: : [INFO] 
----------------------------------------------------------------------------
[2022-02-18T11:26:30.907Z] [INFO] Using following parameters for creating 
project from Archetype: streams-quickstart-java:3.2.0-SNAPSHOT
[2022-02-18T11:26:30.907Z] [INFO] 
----------------------------------------------------------------------------
[2022-02-18T11:26:30.907Z] [INFO] Parameter: groupId, Value: streams.examples
[2022-02-18T11:26:30.907Z] [INFO] Parameter: artifactId, Value: streams.examples
[2022-02-18T11:26:30.907Z] [INFO] Parameter: version, Value: 0.1
[2022-02-18T11:26:30.907Z] [INFO] Parameter: package, Value: myapps
[2022-02-18T11:26:30.907Z] [INFO] Parameter: packageInPathFormat, Value: myapps
[2022-02-18T11:26:30.907Z] [INFO] Parameter: package, Value: myapps
[2022-02-18T11:26:30.907Z] [INFO] Parameter: version, Value: 0.1
[2022-02-18T11:26:30.907Z] [INFO] Parameter: groupId, Value: streams.examples
[2022-02-18T11:26:30.907Z] [INFO] Parameter: artifactId, Value: streams.examples
[2022-02-18T11:26:30.907Z] [INFO] Project created from Archetype in dir: 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/quickstart/test-streams-archetype/streams.examples
[2022-02-18T11:26:30.907Z] [INFO] 
------------------------------------------------------------------------
[2022-02-18T11:26:30.907Z] [INFO] BUILD SUCCESS
[2022-02-18T11:26:30.907Z] [INFO] 
------------------------------------------------------------------------
[2022-02-18T11:26:30.907Z] [INFO] Total time:  2.355 s
[2022-02-18T11:26:30.907Z] [INFO] Finished at: 2022-02-18T11:26:30Z
[2022-02-18T11:26:30.907Z] [INFO] 
------------------------------------------------------------------------
[Pipeline] dir
[2022-02-18T11:26:31.428Z] Running in 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/quickstart/test-streams-archetype/streams.examples
[Pipeline] {
[Pipeline] sh
[2022-02-18T11:26:34.376Z] + mvn compile
[2022-02-18T11:26:36.448Z] [INFO] Scanning for projects...
[2022-02-18T11:26:36.448Z] [INFO] 
[2022-02-18T11:26:36.448Z] [INFO] -----------------< 
streams.examples:streams.examples >------------------
[2022-02-18T11:26:36.448Z] [INFO] Building Kafka Streams Quickstart :: Java 0.1
[2022-02-18T11:26:36.448Z] [INFO] --------------------------------[ jar 
]---------------------------------
[2022-02-18T11:26:36.448Z] [INFO] 
[2022-02-18T11:26:36.448Z] [INFO] --- maven-resources-plugin:2.6:resources 
(default-resources) @ streams.examples ---
[2022-02-18T11:26:37.483Z] [INFO] Using 'UTF-8' encoding to copy filtered 
resources.
[2022-02-18T11:26:37.483Z] [INFO] Copying 1 resource
[2022-02-18T11:26:37.483Z] [INFO] 
[2022-02-18T11:26:37.483Z] [INFO] --- maven-compiler-plugin:3.1:compile 
(default-compile) @ streams.examples ---
[2022-02-18T11:26:37.483Z] [INFO] Changes detected - recompiling the module!
[2022-02-18T11:26:37.483Z] [INFO] Compiling 3 source files to 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/streams/quickstart/test-streams-archetype/streams.examples/target/classes
[2022-02-18T11:26:39.555Z] [INFO] 
------------------------------------------------------------------------
[2022-02-18T11:26:39.555Z] [INFO] BUILD SUCCESS
[2022-02-18T11:26:39.555Z] [INFO] 
------------------------------------------------------------------------
[2022-02-18T11:26:39.555Z] [INFO] Total time:  3.168 s
[2022-02-18T11:26:39.555Z] [INFO] Finished at: 2022-02-18T11:26:38Z
[2022-02-18T11:26:39.555Z] [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-02-18T11:27:09.956Z] 
[2022-02-18T11:27:09.956Z] 
org.apache.kafka.streams.integration.SuppressionDurabilityIntegrationTest > 
shouldRecoverBufferAfterShutdown[exactly_once_v2] PASSED
[2022-02-18T11:27:09.956Z] 
[2022-02-18T11:27:09.956Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftInner[caching enabled = true] STARTED
[2022-02-18T11:27:11.164Z] 
[2022-02-18T11:27:11.164Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftInner[caching enabled = true] PASSED
[2022-02-18T11:27:11.164Z] 
[2022-02-18T11:27:11.164Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftOuter[caching enabled = true] STARTED
[2022-02-18T11:27:19.974Z] 
[2022-02-18T11:27:19.974Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftOuter[caching enabled = true] PASSED
[2022-02-18T11:27:19.974Z] 
[2022-02-18T11:27:19.974Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftLeft[caching enabled = true] STARTED
[2022-02-18T11:27:28.953Z] 
[2022-02-18T11:27:28.953Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftLeft[caching enabled = true] PASSED
[2022-02-18T11:27:28.953Z] 
[2022-02-18T11:27:28.953Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterLeft[caching enabled = true] STARTED
[2022-02-18T11:27:35.949Z] 
[2022-02-18T11:27:35.949Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterLeft[caching enabled = true] PASSED
[2022-02-18T11:27:35.949Z] 
[2022-02-18T11:27:35.949Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInner[caching enabled = true] STARTED
[2022-02-18T11:27:44.438Z] 
[2022-02-18T11:27:44.438Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInner[caching enabled = true] PASSED
[2022-02-18T11:27:44.438Z] 
[2022-02-18T11:27:44.438Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuter[caching enabled = true] STARTED
[2022-02-18T11:27:57.002Z] 
[2022-02-18T11:27:57.002Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuter[caching enabled = true] PASSED
[2022-02-18T11:27:57.002Z] 
[2022-02-18T11:27:57.002Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeft[caching enabled = true] STARTED
[2022-02-18T11:28:06.059Z] 
[2022-02-18T11:28:06.059Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeft[caching enabled = true] PASSED
[2022-02-18T11:28:06.059Z] 
[2022-02-18T11:28:06.059Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerInner[caching enabled = true] STARTED
[2022-02-18T11:28:10.801Z] 
[2022-02-18T11:28:10.801Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerInner[caching enabled = true] PASSED
[2022-02-18T11:28:10.801Z] 
[2022-02-18T11:28:10.801Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerOuter[caching enabled = true] STARTED
[2022-02-18T11:28:22.715Z] 
[2022-02-18T11:28:22.715Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerOuter[caching enabled = true] PASSED
[2022-02-18T11:28:22.715Z] 
[2022-02-18T11:28:22.715Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerLeft[caching enabled = true] STARTED
[2022-02-18T11:28:29.772Z] 
[2022-02-18T11:28:29.772Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerLeft[caching enabled = true] PASSED
[2022-02-18T11:28:29.772Z] 
[2022-02-18T11:28:29.772Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterInner[caching enabled = true] STARTED
[2022-02-18T11:28:35.888Z] 
[2022-02-18T11:28:35.888Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterInner[caching enabled = true] PASSED
[2022-02-18T11:28:35.888Z] 
[2022-02-18T11:28:35.888Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterOuter[caching enabled = true] STARTED
[2022-02-18T11:28:43.311Z] 
[2022-02-18T11:28:43.311Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterOuter[caching enabled = true] PASSED
[2022-02-18T11:28:43.311Z] 
[2022-02-18T11:28:43.311Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftInner[caching enabled = false] STARTED
[2022-02-18T11:28:50.485Z] 
[2022-02-18T11:28:50.485Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftInner[caching enabled = false] PASSED
[2022-02-18T11:28:50.485Z] 
[2022-02-18T11:28:50.485Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftOuter[caching enabled = false] STARTED
[2022-02-18T11:28:57.393Z] 
[2022-02-18T11:28:57.393Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftOuter[caching enabled = false] PASSED
[2022-02-18T11:28:57.393Z] 
[2022-02-18T11:28:57.393Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftLeft[caching enabled = false] STARTED
[2022-02-18T11:29:05.020Z] 
[2022-02-18T11:29:05.020Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeftLeft[caching enabled = false] PASSED
[2022-02-18T11:29:05.020Z] 
[2022-02-18T11:29:05.020Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterLeft[caching enabled = false] STARTED
[2022-02-18T11:29:16.598Z] 
[2022-02-18T11:29:16.598Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterLeft[caching enabled = false] PASSED
[2022-02-18T11:29:16.598Z] 
[2022-02-18T11:29:16.598Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInner[caching enabled = false] STARTED
[2022-02-18T11:29:29.159Z] 
[2022-02-18T11:29:29.159Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInner[caching enabled = false] PASSED
[2022-02-18T11:29:29.159Z] 
[2022-02-18T11:29:29.159Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuter[caching enabled = false] STARTED
[2022-02-18T11:29:38.519Z] 
[2022-02-18T11:29:38.519Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuter[caching enabled = false] PASSED
[2022-02-18T11:29:38.519Z] 
[2022-02-18T11:29:38.519Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeft[caching enabled = false] STARTED
[2022-02-18T11:29:44.158Z] 
[2022-02-18T11:29:44.158Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testLeft[caching enabled = false] PASSED
[2022-02-18T11:29:44.158Z] 
[2022-02-18T11:29:44.158Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerInner[caching enabled = false] STARTED
[2022-02-18T11:29:50.593Z] 
[2022-02-18T11:29:50.593Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerInner[caching enabled = false] PASSED
[2022-02-18T11:29:50.593Z] 
[2022-02-18T11:29:50.593Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerOuter[caching enabled = false] STARTED
[2022-02-18T11:29:56.017Z] 
[2022-02-18T11:29:56.017Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerOuter[caching enabled = false] PASSED
[2022-02-18T11:29:56.017Z] 
[2022-02-18T11:29:56.017Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerLeft[caching enabled = false] STARTED
[2022-02-18T11:30:02.378Z] 
[2022-02-18T11:30:02.378Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testInnerLeft[caching enabled = false] PASSED
[2022-02-18T11:30:02.378Z] 
[2022-02-18T11:30:02.378Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterInner[caching enabled = false] STARTED
[2022-02-18T11:30:08.996Z] 
[2022-02-18T11:30:08.996Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterInner[caching enabled = false] PASSED
[2022-02-18T11:30:08.996Z] 
[2022-02-18T11:30:08.996Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterOuter[caching enabled = false] STARTED
[2022-02-18T11:30:15.817Z] 
[2022-02-18T11:30:15.817Z] 
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest > 
testOuterOuter[caching enabled = false] PASSED
[2022-02-18T11:30:15.817Z] 
[2022-02-18T11:30:15.817Z] 
org.apache.kafka.streams.integration.TaskMetadataIntegrationTest > 
shouldReportCorrectEndOffsetInformation STARTED
[2022-02-18T11:30:16.850Z] 
[2022-02-18T11:30:16.850Z] 
org.apache.kafka.streams.integration.TaskMetadataIntegrationTest > 
shouldReportCorrectEndOffsetInformation PASSED
[2022-02-18T11:30:16.850Z] 
[2022-02-18T11:30:16.850Z] 
org.apache.kafka.streams.integration.TaskMetadataIntegrationTest > 
shouldReportCorrectCommittedOffsetInformation STARTED
[2022-02-18T11:30:17.882Z] 
[2022-02-18T11:30:17.882Z] 
org.apache.kafka.streams.integration.TaskMetadataIntegrationTest > 
shouldReportCorrectCommittedOffsetInformation PASSED
[2022-02-18T11:30:19.019Z] 
[2022-02-18T11:30:19.020Z] 
org.apache.kafka.streams.processor.internals.HandlingSourceTopicDeletionIntegrationTest
 > shouldThrowErrorAfterSourceTopicDeleted STARTED
[2022-02-18T11:30:27.253Z] 
[2022-02-18T11:30:27.253Z] 
org.apache.kafka.streams.processor.internals.HandlingSourceTopicDeletionIntegrationTest
 > shouldThrowErrorAfterSourceTopicDeleted PASSED
[2022-02-18T11:30:30.243Z] streams-3: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:30.243Z] streams-2: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:30.243Z] streams-6: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:30.243Z] streams-0: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:30.243Z] streams-4: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:30.243Z] streams-1: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:30.243Z] streams-5: SMOKE-TEST-CLIENT-CLOSED
[2022-02-18T11:30:35.821Z] 
[2022-02-18T11:30:35.821Z] Deprecated Gradle features were used in this build, 
making it incompatible with Gradle 8.0.
[2022-02-18T11:30:35.821Z] 
[2022-02-18T11:30:35.821Z] You can use '--warning-mode all' to show the 
individual deprecation warnings and determine if they come from your own 
scripts or plugins.
[2022-02-18T11:30:35.821Z] 
[2022-02-18T11:30:35.821Z] See 
https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
[2022-02-18T11:30:35.821Z] 
[2022-02-18T11:30:35.821Z] BUILD SUCCESSFUL in 2h 13m 6s
[2022-02-18T11:30:35.821Z] 208 actionable tasks: 113 executed, 95 up-to-date
[2022-02-18T11:30:37.026Z] 
[2022-02-18T11:30:37.026Z] See the profiling report at: 
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/build/reports/profile/profile-2022-02-18-09-17-37.html
[2022-02-18T11:30:37.026Z] A fine-grained performance profile is available: use 
the --scan option.
[Pipeline] junit
[2022-02-18T11:30:37.888Z] Recording test results
[2022-02-18T11:30:53.199Z] [Checks API] No suitable checks publisher found.
[Pipeline] echo
[2022-02-18T11:30:53.200Z] 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
Running on builds35 in /home/jenkins/workspace/Kafka_kafka_trunk
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] step

Reply via email to