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 2017/10/30 20:16:11 UTC

Build failed in Jenkins: kafka-trunk-jdk9 #161

See <https://builds.apache.org/job/kafka-trunk-jdk9/161/display/redirect?page=changes>

Changes:

[wangguoz] MINOR: Code cleanup and JavaDoc improvements for clients and Streams

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision c7ab3efcbe5d34c28e19a5a6a59962c2abfd2235 (refs/remotes/origin/trunk)
Commit message: "MINOR: Code cleanup and JavaDoc improvements for clients and Streams"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7ab3efcbe5d34c28e19a5a6a59962c2abfd2235
 > git rev-list 7fe88e8bd9acedcb74a4b3e61440f61481b60711 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins7501979839922454648.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 3 days 5 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com

Jenkins build is back to normal : kafka-trunk-jdk9 #175

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/175/display/redirect>


Build failed in Jenkins: kafka-trunk-jdk9 #174

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/174/display/redirect?page=changes>

Changes:

[okaraman] KAFKA-5894; add the notion of max inflight requests to async

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 58138126ce93efc48291fe444f554eabdf4a5609 (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58138126ce93efc48291fe444f554eabdf4a5609
Commit message: "KAFKA-5894; add the notion of max inflight requests to async ZooKeeperClient"
 > git rev-list 6f96d7f1735c53b97ebac43168ded64007277beb # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins1152440614654967419.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 10 days old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user ismael@juma.me.uk
Not sending mail to unregistered user rajinisivaram@googlemail.com
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user becket.qin@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #173

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/173/display/redirect?page=changes>

Changes:

[ismael] MINOR: PartitionReassignmentHandler should only generate event when

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 6f96d7f1735c53b97ebac43168ded64007277beb (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f96d7f1735c53b97ebac43168ded64007277beb
Commit message: "MINOR: PartitionReassignmentHandler should only generate event when znode is created"
 > git rev-list 2b5a21395cf8ce6e3e29a9a778bc20f727ec35fd # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins6105021679238773676.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 10 days old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user ismael@juma.me.uk
Not sending mail to unregistered user rajinisivaram@googlemail.com
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user becket.qin@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #172

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/172/display/redirect?page=changes>

Changes:

[wangguoz] KAFKA-6115: TaskManager should be type aware

[wangguoz] KAFKA-6120: RecordCollector should not retry sending

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 2b5a21395cf8ce6e3e29a9a778bc20f727ec35fd (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2b5a21395cf8ce6e3e29a9a778bc20f727ec35fd
Commit message: "KAFKA-6120: RecordCollector should not retry sending"
 > git rev-list 0c895706e8ab511efe352a824a0c9e2dab62499e # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins3181605471812859315.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 17 days old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user rajinisivaram@googlemail.com
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user becket.qin@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #171

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/171/display/redirect?page=changes>

Changes:

[rajinisivaram] KAFKA-6156; Metric tag values with colons must be sanitized

[becket.qin] KAFKA-6172; Cache lastEntry in TimeIndex to avoid unnecessary disk

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H14 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
Cloning the remote Git repository
Cloning repository https://github.com/apache/kafka.git
 > git init <https://builds.apache.org/job/kafka-trunk-jdk9/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/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 0c895706e8ab511efe352a824a0c9e2dab62499e (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c895706e8ab511efe352a824a0c9e2dab62499e
Commit message: "KAFKA-6172; Cache lastEntry in TimeIndex to avoid unnecessary disk access"
 > git rev-list 86062e9a78dccad74e012f11755025512ad5cf63 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins8119844706765058166.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user rajinisivaram@googlemail.com
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user becket.qin@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #170

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/170/display/redirect?page=changes>

Changes:

[becket.qin] KAFKA-6157; Fix repeated words words in JavaDoc and comments.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 86062e9a78dccad74e012f11755025512ad5cf63 (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86062e9a78dccad74e012f11755025512ad5cf63
Commit message: "KAFKA-6157; Fix repeated words words in JavaDoc and comments."
 > git rev-list 520b3136280dc3dd427e773b882290ffff51d59a # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins3985834689608024230.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 9 days 11 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user rajinisivaram@googlemail.com
Not sending mail to unregistered user becket.qin@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #169

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/169/display/redirect?page=changes>

Changes:

[wangguoz] HOTFIX: Add missing template ref in upgrade section

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 520b3136280dc3dd427e773b882290ffff51d59a (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 520b3136280dc3dd427e773b882290ffff51d59a
Commit message: "HOTFIX: Add missing template ref in upgrade section"
 > git rev-list 487436b1a46b728904e543456c8bcc0d3ceea55a # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins7465879609551807470.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 7 days 2 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user rajinisivaram@googlemail.com

Build failed in Jenkins: kafka-trunk-jdk9 #168

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/168/display/redirect?page=changes>

Changes:

[wangguoz] MINOR: Update docs for new version

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 487436b1a46b728904e543456c8bcc0d3ceea55a (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 487436b1a46b728904e543456c8bcc0d3ceea55a
Commit message: "MINOR: Update docs for new version"
 > git rev-list 4fac83ba1f80353e9544b15b95b8da9dc557041d # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins3177976388104819954.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 7 days 13 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user rajinisivaram@googlemail.com

Build failed in Jenkins: kafka-trunk-jdk9 #167

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/167/display/redirect?page=changes>

Changes:

[rajinisivaram] KAFKA-6060; Add workload generation capabilities to Trogdor

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H22 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
Cloning the remote Git repository
Cloning repository https://github.com/apache/kafka.git
 > git init <https://builds.apache.org/job/kafka-trunk-jdk9/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/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 4fac83ba1f80353e9544b15b95b8da9dc557041d (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4fac83ba1f80353e9544b15b95b8da9dc557041d
Commit message: "KAFKA-6060; Add workload generation capabilities to Trogdor"
 > git rev-list e4208b1d5fa1c28ac7e64e2cb039404a14084dc0 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins5783333210591197694.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user rajinisivaram@googlemail.com

Build failed in Jenkins: kafka-trunk-jdk9 #166

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/166/display/redirect?page=changes>

Changes:

[wangguoz] MINOR: Change version format in release notes python code

[wangguoz] MINOR: update producer client request timeout in system test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision e4208b1d5fa1c28ac7e64e2cb039404a14084dc0 (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4208b1d5fa1c28ac7e64e2cb039404a14084dc0
Commit message: "MINOR: update producer client request timeout in system test"
 > git rev-list 554e0b529884e0dd6b4968a0fc58b02f58e95a07 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins3539969489941454604.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 6 days 10 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user rajinisivaram@googlemail.com

Build failed in Jenkins: kafka-trunk-jdk9 #165

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/165/display/redirect?page=changes>

Changes:

[rajinisivaram] MINOR: Remove clients/out directory

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 554e0b529884e0dd6b4968a0fc58b02f58e95a07 (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 554e0b529884e0dd6b4968a0fc58b02f58e95a07
Commit message: "MINOR: Remove clients/out directory"
 > git rev-list f88fdbd3115cdb0f1bd26817513f3d33359512b1 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins1691870081897104231.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 6 days 7 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com
Not sending mail to unregistered user rajinisivaram@googlemail.com

Build failed in Jenkins: kafka-trunk-jdk9 #164

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/164/display/redirect?page=changes>

Changes:

[junrao] KAFKA-6072; User ZookeeperClient in GroupCoordinator and

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision f88fdbd3115cdb0f1bd26817513f3d33359512b1 (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f88fdbd3115cdb0f1bd26817513f3d33359512b1
Commit message: "KAFKA-6072; User ZookeeperClient in GroupCoordinator and TransactionCoordinator"
 > git rev-list 51787027159f6f206df928a5c8bd2a18bacd3d5c # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins2246648700180088599.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 4 days 15 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #163

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/163/display/redirect?page=changes>

Changes:

[wangguoz] MINOR: Adding Trivago logo to Streams landing page

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 51787027159f6f206df928a5c8bd2a18bacd3d5c (refs/remotes/origin/trunk)
Commit message: "MINOR: Adding Trivago logo to Streams landing page"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51787027159f6f206df928a5c8bd2a18bacd3d5c
 > git rev-list 3c9e30a2f71c83b7efd45a65ffb5df5a80f48d19 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins8045971617999606823.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 4 days 5 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com

Build failed in Jenkins: kafka-trunk-jdk9 #162

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk9/162/display/redirect?page=changes>

Changes:

[jason] MINOR: Fix inconsistency in StopReplica/LeaderAndIsr error counts

[jason] MINOR: Tighten up locking when aborting expired transactions

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/kafka-trunk-jdk9/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/kafka.git # 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 rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 3c9e30a2f71c83b7efd45a65ffb5df5a80f48d19 (refs/remotes/origin/trunk)
Commit message: "MINOR: Tighten up locking when aborting expired transactions"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3c9e30a2f71c83b7efd45a65ffb5df5a80f48d19
 > git rev-list c7ab3efcbe5d34c28e19a5a6a59962c2abfd2235 # timeout=10
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins4513261582621850564.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2/bin/gradle

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/build/test-results/test/TEST-org.apache.kafka.clients.ApiVersionsTest.xml> is 4 days 2 hr old

Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Not sending mail to unregistered user wangguoz@gmail.com