See <https://builds.apache.org/job/kafka-trunk-jdk8/3649/display/redirect?page=changes>
Changes: [bbejeck] KAFKA-8215: Upgrade Rocks to v5.18.3 (#6743) ------------------------------------------ [...truncated 3.31 MB...] org.apache.kafka.connect.converters.ByteArrayConverterTest > testToConnectNull PASSED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnectBadSchema STARTED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnectBadSchema PASSED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnectNull STARTED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnectNull PASSED org.apache.kafka.connect.converters.ByteArrayConverterTest > testToConnect STARTED org.apache.kafka.connect.converters.ByteArrayConverterTest > testToConnect PASSED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnect STARTED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnect PASSED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnectInvalidValue STARTED org.apache.kafka.connect.converters.ByteArrayConverterTest > testFromConnectInvalidValue PASSED org.apache.kafka.connect.converters.LongConverterTest > testBytesNullToNumber STARTED org.apache.kafka.connect.converters.LongConverterTest > testBytesNullToNumber PASSED org.apache.kafka.connect.converters.LongConverterTest > testSerializingIncorrectType STARTED org.apache.kafka.connect.converters.LongConverterTest > testSerializingIncorrectType PASSED org.apache.kafka.connect.converters.LongConverterTest > testDeserializingHeaderWithTooManyBytes STARTED org.apache.kafka.connect.converters.LongConverterTest > testDeserializingHeaderWithTooManyBytes PASSED org.apache.kafka.connect.converters.LongConverterTest > testNullToBytes STARTED org.apache.kafka.connect.converters.LongConverterTest > testNullToBytes PASSED org.apache.kafka.connect.converters.LongConverterTest > testSerializingIncorrectHeader STARTED org.apache.kafka.connect.converters.LongConverterTest > testSerializingIncorrectHeader PASSED org.apache.kafka.connect.converters.LongConverterTest > testDeserializingDataWithTooManyBytes STARTED org.apache.kafka.connect.converters.LongConverterTest > testDeserializingDataWithTooManyBytes PASSED org.apache.kafka.connect.converters.LongConverterTest > testConvertingSamplesToAndFromBytes STARTED org.apache.kafka.connect.converters.LongConverterTest > testConvertingSamplesToAndFromBytes PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testBytesNullToNumber STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testBytesNullToNumber PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testSerializingIncorrectType STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testSerializingIncorrectType PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testDeserializingHeaderWithTooManyBytes STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testDeserializingHeaderWithTooManyBytes PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testNullToBytes STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testNullToBytes PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testSerializingIncorrectHeader STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testSerializingIncorrectHeader PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testDeserializingDataWithTooManyBytes STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testDeserializingDataWithTooManyBytes PASSED org.apache.kafka.connect.converters.IntegerConverterTest > testConvertingSamplesToAndFromBytes STARTED org.apache.kafka.connect.converters.IntegerConverterTest > testConvertingSamplesToAndFromBytes PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testBytesNullToNumber STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testBytesNullToNumber PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testSerializingIncorrectType STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testSerializingIncorrectType PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testDeserializingHeaderWithTooManyBytes STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testDeserializingHeaderWithTooManyBytes PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testNullToBytes STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testNullToBytes PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testSerializingIncorrectHeader STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testSerializingIncorrectHeader PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testDeserializingDataWithTooManyBytes STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testDeserializingDataWithTooManyBytes PASSED org.apache.kafka.connect.converters.DoubleConverterTest > testConvertingSamplesToAndFromBytes STARTED org.apache.kafka.connect.converters.DoubleConverterTest > testConvertingSamplesToAndFromBytes PASSED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testStartTwoConnectors STARTED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testStartTwoConnectors PASSED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testDeleteConnector STARTED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testDeleteConnector PASSED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testAddingWorker STARTED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testAddingWorker PASSED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testRemovingWorker STARTED org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest > testRemovingWorker PASSED org.apache.kafka.connect.integration.ExampleConnectIntegrationTest > testSourceConnector STARTED org.apache.kafka.connect.integration.ExampleConnectIntegrationTest > testSourceConnector PASSED org.apache.kafka.connect.integration.ExampleConnectIntegrationTest > testSinkConnector STARTED org.apache.kafka.connect.integration.ExampleConnectIntegrationTest.testSinkConnector failed, log available in <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/runtime/build/reports/testOutput/org.apache.kafka.connect.integration.ExampleConnectIntegrationTest.testSinkConnector.test.stdout> org.apache.kafka.connect.integration.ExampleConnectIntegrationTest > testSinkConnector FAILED java.lang.AssertionError: Condition not met within timeout 15000. Connector tasks were not assigned a partition each. at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:375) at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:352) at org.apache.kafka.connect.integration.ExampleConnectIntegrationTest.testSinkConnector(ExampleConnectIntegrationTest.java:128) org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest > testSkipRetryAndDLQWithHeaders STARTED org.apache.kafka.connect.integration.ErrorHandlingIntegrationTest > testSkipRetryAndDLQWithHeaders PASSED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithNotAllowedOverridesForPrincipalPolicy STARTED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithNotAllowedOverridesForPrincipalPolicy PASSED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithAllowedOverridesForAllPolicy STARTED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithAllowedOverridesForAllPolicy PASSED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithAllowedOverridesForPrincipalPolicy STARTED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithAllowedOverridesForPrincipalPolicy PASSED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithOverridesForNonePolicy STARTED org.apache.kafka.connect.integration.ConnectorCientPolicyIntegrationTest > testCreateWithOverridesForNonePolicy PASSED org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest > testAddAndRemoveWorker STARTED org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest > testAddAndRemoveWorker PASSED org.apache.kafka.connect.integration.RestExtensionIntegrationTest > testImmediateRequestForListOfConnectors STARTED org.apache.kafka.connect.integration.RestExtensionIntegrationTest > testImmediateRequestForListOfConnectors PASSED org.apache.kafka.connect.connector.policy.NoneConnectorClientConfigOverridePolicyTest > testNoOverrides STARTED org.apache.kafka.connect.connector.policy.NoneConnectorClientConfigOverridePolicyTest > testNoOverrides PASSED org.apache.kafka.connect.connector.policy.NoneConnectorClientConfigOverridePolicyTest > testWithOverrides STARTED org.apache.kafka.connect.connector.policy.NoneConnectorClientConfigOverridePolicyTest > testWithOverrides PASSED org.apache.kafka.connect.connector.policy.PrincipalConnectorClientConfigOverridePolicyTest > testPrincipalPlusOtherConfigs STARTED org.apache.kafka.connect.connector.policy.PrincipalConnectorClientConfigOverridePolicyTest > testPrincipalPlusOtherConfigs PASSED org.apache.kafka.connect.connector.policy.PrincipalConnectorClientConfigOverridePolicyTest > testPrincipalOnly STARTED org.apache.kafka.connect.connector.policy.PrincipalConnectorClientConfigOverridePolicyTest > testPrincipalOnly PASSED 463 tests completed, 1 failed > 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'. > Process 'Gradle Test Executor 4' 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. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':connect:runtime:test'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/runtime/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 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 1h 39m 26s 174 actionable tasks: 149 executed, 25 up-to-date Build step 'Execute shell' marked build as failure [FINDBUGS] Collecting findbugs analysis files... Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 [FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-trunk-jdk8/ws/> that match the pattern **/build/reports/*bugs/*.xml [FINDBUGS] Parsing 17 files in <https://builds.apache.org/job/kafka-trunk-jdk8/ws/> [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/clients/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/api/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/basic-auth-extension/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/file/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/json/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/runtime/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/connect/transforms/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/core/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/examples/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/generator/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/jmh-benchmarks/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/log4j-appender/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/examples/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/streams-scala/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/streams/test-utils/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk8/ws/tools/build/reports/spotbugs/main.xml> with 0 unique warnings and 0 duplicates. Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 No credentials specified Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=16769d263e2e8fd91704d2e3519abf9dcba507df, workspace=<https://builds.apache.org/job/kafka-trunk-jdk8/ws/> [FINDBUGS] Computing warning deltas based on reference build #3623 Recording test results Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1 Not sending mail to unregistered user ism...@juma.me.uk Not sending mail to unregistered user nore...@github.com Not sending mail to unregistered user wangg...@gmail.com