See <https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk15/394/display/redirect?page=changes>
Changes: [github] KAFKA-12168; Move envelope request parsing out of SocketServer (#9850) ------------------------------------------ [...truncated 7.03 MB...] org.apache.kafka.streams.scala.kstream.StreamJoinedTest > Create a StreamJoined should create a StreamJoined with Serdes and a State Store name PASSED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWordsJava PASSED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWords STARTED org.apache.kafka.streams.scala.WordCountTest > testShouldCountWords PASSED org.apache.kafka.streams.scala.kstream.KTableTest > filter a KTable should filter records satisfying the predicate STARTED org.apache.kafka.streams.scala.kstream.KTableTest > filter a KTable should filter records satisfying the predicate PASSED org.apache.kafka.streams.scala.kstream.KTableTest > filterNot a KTable should filter records not satisfying the predicate STARTED org.apache.kafka.streams.scala.kstream.KTableTest > filterNot a KTable should filter records not satisfying the predicate PASSED org.apache.kafka.streams.scala.kstream.KTableTest > join 2 KTables should join correctly records STARTED org.apache.kafka.streams.scala.kstream.KTableTest > join 2 KTables should join correctly records PASSED org.apache.kafka.streams.scala.kstream.KTableTest > join 2 KTables with a Materialized should join correctly records and state store STARTED org.apache.kafka.streams.scala.kstream.KTableTest > join 2 KTables with a Materialized should join correctly records and state store PASSED org.apache.kafka.streams.scala.kstream.KTableTest > windowed KTable#suppress should correctly suppress results using Suppressed.untilTimeLimit STARTED org.apache.kafka.streams.scala.kstream.KTableTest > windowed KTable#suppress should correctly suppress results using Suppressed.untilTimeLimit PASSED org.apache.kafka.streams.scala.kstream.KTableTest > windowed KTable#suppress should correctly suppress results using Suppressed.untilWindowCloses STARTED org.apache.kafka.streams.scala.kstream.KTableTest > windowed KTable#suppress should correctly suppress results using Suppressed.untilWindowCloses PASSED org.apache.kafka.streams.scala.kstream.KTableTest > session windowed KTable#suppress should correctly suppress results using Suppressed.untilWindowCloses STARTED org.apache.kafka.streams.scala.kstream.KTableTest > session windowed KTable#suppress should correctly suppress results using Suppressed.untilWindowCloses PASSED org.apache.kafka.streams.scala.kstream.KTableTest > non-windowed KTable#suppress should correctly suppress results using Suppressed.untilTimeLimit STARTED org.apache.kafka.streams.scala.kstream.KTableTest > non-windowed KTable#suppress should correctly suppress results using Suppressed.untilTimeLimit PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > filter a KStream should filter records satisfying the predicate STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > filter a KStream should filter records satisfying the predicate PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > filterNot a KStream should filter records not satisfying the predicate STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > filterNot a KStream should filter records not satisfying the predicate PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > foreach a KStream should run foreach actions on records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > foreach a KStream should run foreach actions on records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > peek a KStream should run peek actions on records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > peek a KStream should run peek actions on records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > selectKey a KStream should select a new key STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > selectKey a KStream should select a new key PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > repartition should repartition a KStream STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > repartition should repartition a KStream PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > join 2 KStreams should join correctly records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > join 2 KStreams should join correctly records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > transform a KStream should transform correctly records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > transform a KStream should transform correctly records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > flatTransform a KStream should flatTransform correctly records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > flatTransform a KStream should flatTransform correctly records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > flatTransformValues a KStream should correctly flatTransform values in records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > flatTransformValues a KStream should correctly flatTransform values in records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > flatTransformValues with key in a KStream should correctly flatTransformValues in records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > flatTransformValues with key in a KStream should correctly flatTransformValues in records PASSED org.apache.kafka.streams.scala.kstream.KStreamTest > join 2 KStreamToTables should join correctly records STARTED org.apache.kafka.streams.scala.kstream.KStreamTest > join 2 KStreamToTables should join correctly records PASSED org.apache.kafka.streams.scala.kstream.GroupedTest > Create a Grouped should create a Grouped with Serdes STARTED org.apache.kafka.streams.scala.kstream.GroupedTest > Create a Grouped should create a Grouped with Serdes PASSED org.apache.kafka.streams.scala.kstream.GroupedTest > Create a Grouped with repartition topic name should create a Grouped with Serdes, and repartition topic name STARTED org.apache.kafka.streams.scala.kstream.GroupedTest > Create a Grouped with repartition topic name should create a Grouped with Serdes, and repartition topic name PASSED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned should create a Repartitioned with Serdes STARTED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned should create a Repartitioned with Serdes PASSED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with numPartitions should create a Repartitioned with Serdes and numPartitions STARTED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with numPartitions should create a Repartitioned with Serdes and numPartitions PASSED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with topicName should create a Repartitioned with Serdes and topicName STARTED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with topicName should create a Repartitioned with Serdes and topicName PASSED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with streamPartitioner should create a Repartitioned with Serdes, numPartitions, topicName and streamPartitioner STARTED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with streamPartitioner should create a Repartitioned with Serdes, numPartitions, topicName and streamPartitioner PASSED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with numPartitions, topicName, and streamPartitioner should create a Repartitioned with Serdes, numPartitions, topicName and streamPartitioner STARTED org.apache.kafka.streams.scala.kstream.RepartitionedTest > Create a Repartitioned with numPartitions, topicName, and streamPartitioner should create a Repartitioned with Serdes, numPartitions, topicName and streamPartitioner PASSED org.apache.kafka.streams.scala.kstream.JoinedTest > Create a Joined should create a Joined with Serdes STARTED org.apache.kafka.streams.scala.kstream.JoinedTest > Create a Joined should create a Joined with Serdes PASSED org.apache.kafka.streams.scala.kstream.JoinedTest > Create a Joined should create a Joined with Serdes and repartition topic name STARTED org.apache.kafka.streams.scala.kstream.JoinedTest > Create a Joined should create a Joined with Serdes and repartition topic name PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaJoin STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaJoin PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaCogroup STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaCogroup PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaSimple STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaSimple PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaCogroupSimple STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaCogroupSimple PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaAggregate STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaAggregate PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaProperties STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaProperties PASSED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaTransform STARTED org.apache.kafka.streams.scala.TopologyTest > shouldBuildIdenticalTopologyInJavaNScalaTransform PASSED > Task :streams:upgrade-system-tests-20:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-20:testClasses > Task :streams:upgrade-system-tests-20:checkstyleTest > Task :streams:upgrade-system-tests-20:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-20:test > Task :streams:upgrade-system-tests-21:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-21:processResources NO-SOURCE > Task :streams:upgrade-system-tests-21:classes UP-TO-DATE > Task :streams:upgrade-system-tests-21:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-21:compileTestJava > Task :streams:upgrade-system-tests-21:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-21:testClasses > Task :streams:upgrade-system-tests-21:checkstyleTest > Task :streams:upgrade-system-tests-21:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-21:test > Task :streams:upgrade-system-tests-22:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-22:processResources NO-SOURCE > Task :streams:upgrade-system-tests-22:classes UP-TO-DATE > Task :streams:upgrade-system-tests-22:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-22:compileTestJava > Task :streams:upgrade-system-tests-22:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-22:testClasses > Task :streams:upgrade-system-tests-22:checkstyleTest > Task :streams:upgrade-system-tests-22:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-22:test > Task :streams:upgrade-system-tests-23:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-23:processResources NO-SOURCE > Task :streams:upgrade-system-tests-23:classes UP-TO-DATE > Task :streams:upgrade-system-tests-23:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-23:compileTestJava > Task :streams:upgrade-system-tests-23:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-23:testClasses > Task :streams:upgrade-system-tests-23:checkstyleTest > Task :streams:upgrade-system-tests-23:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-23:test > Task :streams:upgrade-system-tests-24:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-24:processResources NO-SOURCE > Task :streams:upgrade-system-tests-24:classes UP-TO-DATE > Task :streams:upgrade-system-tests-24:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-24:compileTestJava > Task :streams:upgrade-system-tests-24:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-24:testClasses > Task :streams:upgrade-system-tests-24:checkstyleTest > Task :streams:upgrade-system-tests-24:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-24:test > Task :streams:upgrade-system-tests-25:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-25:processResources NO-SOURCE > Task :streams:upgrade-system-tests-25:classes UP-TO-DATE > Task :streams:upgrade-system-tests-25:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-25:compileTestJava > Task :streams:upgrade-system-tests-25:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-25:testClasses > Task :streams:upgrade-system-tests-25:checkstyleTest > Task :streams:upgrade-system-tests-25:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-25:test > Task :streams:upgrade-system-tests-26:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-26:processResources NO-SOURCE > Task :streams:upgrade-system-tests-26:classes UP-TO-DATE > Task :streams:upgrade-system-tests-26:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-26:compileTestJava > Task :streams:upgrade-system-tests-26:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-26:testClasses > Task :streams:upgrade-system-tests-26:checkstyleTest > Task :streams:upgrade-system-tests-26:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-26:test > Task :streams:upgrade-system-tests-27:compileJava NO-SOURCE > Task :streams:upgrade-system-tests-27:processResources NO-SOURCE > Task :streams:upgrade-system-tests-27:classes UP-TO-DATE > Task :streams:upgrade-system-tests-27:checkstyleMain NO-SOURCE > Task :streams:upgrade-system-tests-27:compileTestJava > Task :streams:upgrade-system-tests-27:processTestResources NO-SOURCE > Task :streams:upgrade-system-tests-27:testClasses > Task :streams:upgrade-system-tests-27:checkstyleTest > Task :streams:upgrade-system-tests-27:spotbugsMain NO-SOURCE > Task :streams:upgrade-system-tests-27:test FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':streams:test'. > There were failing tests. See the report at: > file://<https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk15/ws/streams/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.7.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 1h 39m 38s 240 actionable tasks: 234 executed, 6 up-to-date Build step 'Execute shell' marked build as failure Recording test results Not sending mail to unregistered user git...@hugo-hirsch.de