You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/11/21 17:09:48 UTC

Build failed in Jenkins: kafka-2.0-jdk8 #301

See <https://builds.apache.org/job/kafka-2.0-jdk8/301/display/redirect?page=changes>

Changes:

[ismael] KAFKA-1714: Fix gradle wrapper bootstrapping (#6031)

[ismael] MINOR: Update gradle wrapper


------------------------------------------
Started by user ijuma
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/kafka.git
 > git init <https://builds.apache.org/job/kafka-2.0-jdk8/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/kafka.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/kafka.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/kafka.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/kafka.git # timeout=10
Fetching upstream changes from https://github.com/apache/kafka.git
 > git fetch --tags --progress -- https://github.com/apache/kafka.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/2.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/2.0^{commit} # timeout=10
Checking out Revision ec509b04dd95087e4240dc6ff894c12e6f028a82 (refs/remotes/origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec509b04dd95087e4240dc6ff894c12e6f028a82
Commit message: "MINOR: Update gradle wrapper"
 > git rev-list --no-walk b09b8fa242e97e4be71e1697b75d5410a6754285 # timeout=10
ERROR: No tool found matching GRADLE_4_8_1_HOME
[kafka-2.0-jdk8] $ /bin/bash -xe /tmp/jenkins5923397235229002234.sh
+ rm -rf <https://builds.apache.org/job/kafka-2.0-jdk8/ws/.gradle>
ERROR: No tool found matching GRADLE_4_8_1_HOME
[kafka-2.0-jdk8] $ /bin/bash -xe /tmp/jenkins2078181325285693405.sh
+ export GRADLE_OPTS=-Xmx1024m
+ GRADLE_OPTS=-Xmx1024m
+ ./gradlew --no-daemon -PmaxParallelForks=1 -PtestLoggingEvents=started,passed,skipped,failed -PxmlFindBugsReport=true clean testAll
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Build step 'Execute shell' marked build as failure
[FINDBUGS] Collecting findbugs analysis files...
ERROR: No tool found matching GRADLE_4_8_1_HOME
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-2.0-jdk8/ws/> that match the pattern **/build/reports/findbugs/*.xml
[FINDBUGS] No files found. Configuration error?
ERROR: No tool found matching GRADLE_4_8_1_HOME
No credentials specified
ERROR: No tool found matching GRADLE_4_8_1_HOME
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=ec509b04dd95087e4240dc6ff894c12e6f028a82, workspace=<https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[FINDBUGS] Computing warning deltas based on reference build #298
Recording test results
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching GRADLE_4_8_1_HOME
Not sending mail to unregistered user ismael@juma.me.uk

Build failed in Jenkins: kafka-2.0-jdk8 #303

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-2.0-jdk8/303/display/redirect>

Changes:


------------------------------------------
[...truncated 193.71 KB...]

kafka.api.AdminClientIntegrationTest > testInvalidAlterConfigs PASSED

kafka.api.AdminClientIntegrationTest > testAlterLogDirsAfterDeleteRecords STARTED

kafka.api.AdminClientIntegrationTest > testAlterLogDirsAfterDeleteRecords PASSED

kafka.api.AdminClientIntegrationTest > testConsumeAfterDeleteRecords STARTED

kafka.api.AdminClientIntegrationTest > testConsumeAfterDeleteRecords PASSED

kafka.api.AdminClientIntegrationTest > testClose STARTED

kafka.api.AdminClientIntegrationTest > testClose PASSED

kafka.api.AdminClientIntegrationTest > testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords STARTED

kafka.api.AdminClientIntegrationTest > testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords PASSED

kafka.api.AdminClientIntegrationTest > testMinimumRequestTimeouts STARTED

kafka.api.AdminClientIntegrationTest > testMinimumRequestTimeouts PASSED

kafka.api.AdminClientIntegrationTest > testForceClose STARTED

kafka.api.AdminClientIntegrationTest > testForceClose PASSED

kafka.api.AdminClientIntegrationTest > testListNodes STARTED

kafka.api.AdminClientIntegrationTest > testListNodes PASSED

kafka.api.AdminClientIntegrationTest > testDelayedClose STARTED

kafka.api.AdminClientIntegrationTest > testDelayedClose PASSED

kafka.api.AdminClientIntegrationTest > testCreateDeleteTopics STARTED

kafka.api.AdminClientIntegrationTest > testCreateDeleteTopics PASSED

kafka.api.AdminClientIntegrationTest > testOffsetsForTimesAfterDeleteRecords STARTED

kafka.api.AdminClientIntegrationTest > testOffsetsForTimesAfterDeleteRecords PASSED

kafka.api.AdminClientIntegrationTest > testDeleteRecordsWithException STARTED

kafka.api.AdminClientIntegrationTest > testDeleteRecordsWithException PASSED

kafka.api.AdminClientIntegrationTest > testDescribeLogDirs STARTED

kafka.api.AdminClientIntegrationTest > testDescribeLogDirs PASSED

kafka.api.AdminClientIntegrationTest > testAlterReplicaLogDirs STARTED

kafka.api.AdminClientIntegrationTest > testAlterReplicaLogDirs PASSED

kafka.api.AdminClientIntegrationTest > testLogStartOffsetCheckpoint STARTED

kafka.api.AdminClientIntegrationTest > testLogStartOffsetCheckpoint PASSED

kafka.api.AdminClientIntegrationTest > testAclOperations STARTED

kafka.api.AdminClientIntegrationTest > testAclOperations PASSED

kafka.api.AdminClientIntegrationTest > testDescribeCluster STARTED

kafka.api.AdminClientIntegrationTest > testDescribeCluster PASSED

kafka.api.AdminClientIntegrationTest > testCreatePartitions STARTED

kafka.api.AdminClientIntegrationTest > testCreatePartitions PASSED

kafka.api.AdminClientIntegrationTest > testDescribeNonExistingTopic STARTED

kafka.api.AdminClientIntegrationTest > testDescribeNonExistingTopic PASSED

kafka.api.AdminClientIntegrationTest > testMetadataRefresh STARTED

kafka.api.AdminClientIntegrationTest > testMetadataRefresh PASSED

kafka.api.AdminClientIntegrationTest > testDescribeAndAlterConfigs STARTED

kafka.api.AdminClientIntegrationTest > testDescribeAndAlterConfigs PASSED

kafka.api.AdminClientIntegrationTest > testLogStartOffsetAfterDeleteRecords STARTED

kafka.api.AdminClientIntegrationTest > testLogStartOffsetAfterDeleteRecords PASSED

kafka.api.AdminClientIntegrationTest > testSeekAfterDeleteRecords STARTED

kafka.api.AdminClientIntegrationTest > testSeekAfterDeleteRecords PASSED

kafka.api.AdminClientIntegrationTest > testCallInFlightTimeouts STARTED

kafka.api.AdminClientIntegrationTest > testCallInFlightTimeouts PASSED

kafka.api.AdminClientIntegrationTest > testDescribeConfigsForTopic STARTED

kafka.api.AdminClientIntegrationTest > testDescribeConfigsForTopic PASSED

kafka.api.AdminClientIntegrationTest > testConsumerGroups STARTED

kafka.api.AdminClientIntegrationTest > testConsumerGroups PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testListenerName STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testListenerName PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithoutDescribeAclViaSubscribe STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithoutDescribeAclViaSubscribe PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeWithPrefixedAcls STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeWithPrefixedAcls PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeViaAssign STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeViaAssign PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithDescribeAclViaAssign STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithDescribeAclViaAssign PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeTopicAutoCreateTopicCreateAcl STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeTopicAutoCreateTopicCreateAcl PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeWithWildcardAcls STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeWithWildcardAcls PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithDescribeAclViaSubscribe STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithDescribeAclViaSubscribe PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithoutDescribeAclViaAssign STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoConsumeWithoutDescribeAclViaAssign PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoGroupAcl STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoGroupAcl PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoProduceWithDescribeAcl STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoProduceWithDescribeAcl PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeViaSubscribe STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testProduceConsumeViaSubscribe PASSED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoProduceWithoutDescribeAcl STARTED

kafka.api.PlaintextEndToEndAuthorizationTest > testNoProduceWithoutDescribeAcl PASSED

kafka.api.PlaintextConsumerTest > testEarliestOrLatestOffsets STARTED

kafka.api.PlaintextConsumerTest > testEarliestOrLatestOffsets PASSED

kafka.api.PlaintextConsumerTest > testPartitionsForAutoCreate STARTED

kafka.api.PlaintextConsumerTest > testPartitionsForAutoCreate PASSED

kafka.api.PlaintextConsumerTest > testShrinkingTopicSubscriptions STARTED

kafka.api.PlaintextConsumerTest > testShrinkingTopicSubscriptions PASSED

kafka.api.PlaintextConsumerTest > testMaxPollIntervalMs STARTED

kafka.api.PlaintextConsumerTest > testMaxPollIntervalMs PASSED

kafka.api.PlaintextConsumerTest > testOffsetsForTimes STARTED

kafka.api.PlaintextConsumerTest > testOffsetsForTimes PASSED

kafka.api.PlaintextConsumerTest > testSubsequentPatternSubscription STARTED

kafka.api.PlaintextConsumerTest > testSubsequentPatternSubscription PASSED

kafka.api.PlaintextConsumerTest > testPerPartitionLeadMetricsCleanUpWithAssign STARTED

kafka.api.PlaintextConsumerTest > testPerPartitionLeadMetricsCleanUpWithAssign PASSED

kafka.api.PlaintextConsumerTest > testConsumeMessagesWithCreateTime STARTED

kafka.api.PlaintextConsumerTest > testConsumeMessagesWithCreateTime PASSED

kafka.api.PlaintextConsumerTest > testAsyncCommit STARTED

kafka.api.PlaintextConsumerTest > testAsyncCommit PASSED

kafka.api.PlaintextConsumerTest > testLowMaxFetchSizeForRequestAndPartition STARTED
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: No tool found matching GRADLE_4_8_1_HOME
Build timed out (after 360 minutes). Marking the build as failed.
Build was aborted
[FINDBUGS] Collecting findbugs analysis files...
ERROR: No tool found matching GRADLE_4_8_1_HOME

kafka.api.PlaintextConsumerTest > testLowMaxFetchSizeForRequestAndPartition SKIPPED

> Task :kafka-2.0-jdk8:core:test FAILED
> Task :testScala_2_11 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kafka-2.0-jdk8:core:test'.
> Process 'Gradle Test Executor 3' finished with non-zero exit value 143
  This problem might be caused by incorrect test process configuration.
  Please refer to the test execution section in the user guide at https://docs.gradle.org/4.8.1/userguide/java_plugin.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

BUILD FAILED in 6h 0m 4s
25 actionable tasks: 2 executed, 23 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Process 'Gradle Worker Daemon 1' finished with non-zero exit value 143

* 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

BUILD FAILED in 6h 0m 4s
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-2.0-jdk8/ws/> that match the pattern **/build/reports/findbugs/*.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-2.0-jdk8/ws/core/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates.
ERROR: No tool found matching GRADLE_4_8_1_HOME
No credentials specified
ERROR: No tool found matching GRADLE_4_8_1_HOME
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=0602a99822c6b044098fb5be3816c46a8b238802, workspace=<https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[FINDBUGS] Computing warning deltas based on reference build #298
Recording test results
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching GRADLE_4_8_1_HOME
Not sending mail to unregistered user ismael@juma.me.uk

Build failed in Jenkins: kafka-2.0-jdk8 #302

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-2.0-jdk8/302/display/redirect>

Changes:


------------------------------------------
Started by user ijuma
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu) in workspace <https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/kafka.git
 > git init <https://builds.apache.org/job/kafka-2.0-jdk8/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/kafka.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/kafka.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/kafka.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/kafka.git # timeout=10
Fetching upstream changes from https://github.com/apache/kafka.git
 > git fetch --tags --progress -- https://github.com/apache/kafka.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/2.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/2.0^{commit} # timeout=10
Checking out Revision ec509b04dd95087e4240dc6ff894c12e6f028a82 (refs/remotes/origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec509b04dd95087e4240dc6ff894c12e6f028a82
Commit message: "MINOR: Update gradle wrapper"
 > git rev-list --no-walk ec509b04dd95087e4240dc6ff894c12e6f028a82 # timeout=10
ERROR: No tool found matching GRADLE_4_8_1_HOME
[kafka-2.0-jdk8] $ /bin/bash -xe /tmp/jenkins3422559433300866429.sh
+ rm -rf <https://builds.apache.org/job/kafka-2.0-jdk8/ws/.gradle>
ERROR: No tool found matching GRADLE_4_8_1_HOME
[kafka-2.0-jdk8] $ /bin/bash -xe /tmp/jenkins7436285891944656620.sh
+ export GRADLE_OPTS=-Xmx1024m
+ GRADLE_OPTS=-Xmx1024m
+ ./gradlew --no-daemon -PmaxParallelForks=1 -PtestLoggingEvents=started,passed,skipped,failed -PxmlFindBugsReport=true clean testAll
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Build step 'Execute shell' marked build as failure
[FINDBUGS] Collecting findbugs analysis files...
ERROR: No tool found matching GRADLE_4_8_1_HOME
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-2.0-jdk8/ws/> that match the pattern **/build/reports/findbugs/*.xml
[FINDBUGS] No files found. Configuration error?
ERROR: No tool found matching GRADLE_4_8_1_HOME
No credentials specified
ERROR: No tool found matching GRADLE_4_8_1_HOME
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=ec509b04dd95087e4240dc6ff894c12e6f028a82, workspace=<https://builds.apache.org/job/kafka-2.0-jdk8/ws/>
[FINDBUGS] Computing warning deltas based on reference build #298
Recording test results
ERROR: No tool found matching GRADLE_4_8_1_HOME
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: No tool found matching GRADLE_4_8_1_HOME
Not sending mail to unregistered user ismael@juma.me.uk