See
<https://builds.apache.org/job/kafka-trunk-jdk11/557/display/redirect?page=changes>
Changes:
[wangguoz] KAFKA-8315: fix the JoinWindows retention deprecation doc (#6664)
[github] KAFKA-8052; Ensure fetch session epoch is updated before new request
------------------------------------------
[...truncated 2.38 MB...]
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest.setup(RebalanceSourceConnectorsIntegrationTest.java:92)
java.lang.RuntimeException: Could not stop brokers
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:148)
at
org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest.close(RebalanceSourceConnectorsIntegrationTest.java:98)
Caused by:
java.lang.RuntimeException: Could not shutdown producer
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:141)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.after(EmbeddedKafkaCluster.java:102)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:143)
... 1 more
Caused by:
java.lang.NullPointerException
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:138)
... 3 more
org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest >
testSkipRetryAndDLQWithHeaders STARTED
org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest.testSkipRetryAndDLQWithHeaders
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest.testSkipRetryAndDLQWithHeaders.test.stdout>
org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest >
testSkipRetryAndDLQWithHeaders FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest.setup(ErrorHandlingIntegrationTest.java:90)
java.lang.RuntimeException: Could not stop brokers
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:148)
at
org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest.close(ErrorHandlingIntegrationTest.java:99)
Caused by:
java.lang.RuntimeException: Could not shutdown producer
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:141)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.after(EmbeddedKafkaCluster.java:102)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:143)
... 1 more
Caused by:
java.lang.NullPointerException
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:138)
... 3 more
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithNotAllowedOverridesForPrincipalPolicy STARTED
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithNotAllowedOverridesForPrincipalPolicy
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithNotAllowedOverridesForPrincipalPolicy.test.stdout>
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithNotAllowedOverridesForPrincipalPolicy FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.connectClusterWithPolicy(ConnectorCientPolicyIntegrationTest.java:108)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.assertFailCreateConnector(ConnectorCientPolicyIntegrationTest.java:113)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithNotAllowedOverridesForPrincipalPolicy(ConnectorCientPolicyIntegrationTest.java:70)
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithAllowedOverridesForAllPolicy STARTED
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithAllowedOverridesForAllPolicy
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithAllowedOverridesForAllPolicy.test.stdout>
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithAllowedOverridesForAllPolicy FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.connectClusterWithPolicy(ConnectorCientPolicyIntegrationTest.java:108)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.assertPassCreateConnector(ConnectorCientPolicyIntegrationTest.java:125)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithAllowedOverridesForAllPolicy(ConnectorCientPolicyIntegrationTest.java:85)
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithAllowedOverridesForPrincipalPolicy STARTED
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithAllowedOverridesForPrincipalPolicy
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithAllowedOverridesForPrincipalPolicy.test.stdout>
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithAllowedOverridesForPrincipalPolicy FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.connectClusterWithPolicy(ConnectorCientPolicyIntegrationTest.java:108)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.assertPassCreateConnector(ConnectorCientPolicyIntegrationTest.java:125)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithAllowedOverridesForPrincipalPolicy(ConnectorCientPolicyIntegrationTest.java:77)
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithOverridesForNonePolicy STARTED
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithOverridesForNonePolicy
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithOverridesForNonePolicy.test.stdout>
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest >
testCreateWithOverridesForNonePolicy FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.connectClusterWithPolicy(ConnectorCientPolicyIntegrationTest.java:108)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.assertFailCreateConnector(ConnectorCientPolicyIntegrationTest.java:113)
at
org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest.testCreateWithOverridesForNonePolicy(ConnectorCientPolicyIntegrationTest.java:62)
org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest >
testAddAndRemoveWorker STARTED
org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest.testAddAndRemoveWorker
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest.testAddAndRemoveWorker.test.stdout>
org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest >
testAddAndRemoveWorker FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest.setup(ConnectWorkerIntegrationTest.java:84)
java.lang.RuntimeException: Could not stop brokers
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:148)
at
org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest.close(ConnectWorkerIntegrationTest.java:90)
Caused by:
java.lang.RuntimeException: Could not shutdown producer
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:141)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.after(EmbeddedKafkaCluster.java:102)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:143)
... 1 more
Caused by:
java.lang.NullPointerException
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:138)
... 3 more
org.apache.kafka.connect.integration.RestExtensionIntegrationTest >
testImmediateRequestForListOfConnectors STARTED
org.apache.kafka.connect.integration.RestExtensionIntegrationTest.testImmediateRequestForListOfConnectors
failed, log available in
<https://builds.apache.org/job/kafka-trunk-jdk11/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.RestExtensionIntegrationTest.testImmediateRequestForListOfConnectors.test.stdout>
org.apache.kafka.connect.integration.RestExtensionIntegrationTest >
testImmediateRequestForListOfConnectors FAILED
java.lang.IllegalStateException: Shutdown in progress
at
java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:215)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:261)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:231)
at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:241)
at kafka.utils.TestUtils$.tempDir(TestUtils.scala:95)
at kafka.zk.EmbeddedZookeeper.<init>(EmbeddedZookeeper.scala:39)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.start(EmbeddedKafkaCluster.java:106)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.before(EmbeddedKafkaCluster.java:97)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.start(EmbeddedConnectCluster.java:132)
at
org.apache.kafka.connect.integration.RestExtensionIntegrationTest.testImmediateRequestForListOfConnectors(RestExtensionIntegrationTest.java:64)
java.lang.RuntimeException: Could not stop brokers
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:148)
at
org.apache.kafka.connect.integration.RestExtensionIntegrationTest.close(RestExtensionIntegrationTest.java:76)
Caused by:
java.lang.RuntimeException: Could not shutdown producer
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:141)
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.after(EmbeddedKafkaCluster.java:102)
at
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.stop(EmbeddedConnectCluster.java:143)
... 1 more
Caused by:
java.lang.NullPointerException
at
org.apache.kafka.connect.util.clusters.EmbeddedKafkaCluster.stop(EmbeddedKafkaCluster.java:138)
... 3 more
org.apache.kafka.connect.runtime.SourceTaskOffsetCommitterTest > testClose
STARTED
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.powermock.reflect.internal.WhiteboxImpl
(file:/home/jenkins/.gradle/caches/modules-2/files-2.1/org.powermock/powermock-reflect/2.0.2/79df0e5792fba38278b90f9e22617f5684313017/powermock-reflect-2.0.2.jar)
to method java.lang.Object.clone()
WARNING: Please consider reporting this to the maintainers of
org.powermock.reflect.internal.WhiteboxImpl
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
org.apache.kafka.connect.runtime.SourceTaskOffsetCommitterTest > testClose
SKIPPED
14 tests completed, 9 failed, 1 skipped
> Task :connect:runtime:test FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':core:test'.
> There were failing tests. See the report at:
> file://<https://builds.apache.org/job/kafka-trunk-jdk11/ws/core/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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':connect:runtime:test'.
> Process 'Gradle Test Executor 20' finished with non-zero exit value 1
This problem might be caused by incorrect test process configuration.
Please refer to the test execution section in the User Manual at
https://docs.gradle.org/5.4.1/userguide/java_testing.html#sec:test_execution
* 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 2h 20m 52s
174 actionable tasks: 149 executed, 25 up-to-date
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: No tool found matching GRADLE_4_10_2_HOME
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
ERROR: No tool found matching GRADLE_4_10_2_HOME
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]