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

Changes:

[me] MINOR: Update release script with new remote, better error handling,

[junrao] KAFKA-6184; report a metric of the lag between the consumer offset ...

[wangguoz] MINOR:  exchange redundant Collections.addAll with parameterized

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace 
<https://builds.apache.org/job/kafka-trunk-jdk7/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 c32860b22427ca32a9e83e4f741b85062bb22140 
(refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c32860b22427ca32a9e83e4f741b85062bb22140
Commit message: "MINOR:  exchange redundant Collections.addAll with 
parameterized constructor (#4521)"
 > git rev-list 7d70a427b2689c0a1de4345db4b04ea557b4c27b # timeout=10
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
[kafka-trunk-jdk7] $ /bin/bash -xe /tmp/jenkins6652928096715524297.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk7/ws/.gradle>
+ /home/jenkins/tools/gradle/3.5/bin/gradle
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/3.5/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Building project 'core' with Scala version 2.11.12
Cleaned up directory 
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/streams/build/resources/test'>
Cleaned up directory 
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/connect/runtime/build/resources/test'>
Cleaned up directory 
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/connect/json/build/resources/test'>
Cleaned up directory 
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/build/resources/test'>
Cleaned up directory 
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/build/resources/test'>
Cleaned up directory 
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/tools/build/resources/test'>
:downloadWrapper

BUILD SUCCESSFUL

Total time: 14.807 secs
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
[kafka-trunk-jdk7] $ /bin/bash -xe /tmp/jenkins6871277796315742734.sh
+ export 'GRADLE_OPTS=-Xmx1024m -XX:MaxPermSize=256m'
+ GRADLE_OPTS='-Xmx1024m -XX:MaxPermSize=256m'
+ ./gradlew --no-daemon -PmaxParallelForks=1 
-PtestLoggingEvents=started,passed,skipped,failed -PxmlFindBugsReport=true 
clean testAll
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/4.4.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Support for running Gradle using Java 7 has been deprecated and is scheduled to 
be removed in Gradle 5.0. Please see 
https://docs.gradle.org/4.4.1/userguide/java_plugin.html#sec:java_cross_compilation
 for more details.
Building project 'core' with Scala version 2.11.12
:clean UP-TO-DATE
:clients:clean
:connect:clean UP-TO-DATE
:core:clean
:examples:clean
:jmh-benchmarks:clean UP-TO-DATE
:log4j-appender:clean
:streams:clean
:tools:clean
:connect:api:clean
:connect:file:clean
:connect:json:clean
:connect:runtime:clean
:connect:transforms:clean
:streams:examples:clean
:streams:test-utils:clean
:test_core_2_11
Building project 'core' with Scala version 2.11.12
:kafka-trunk-jdk7:clients:compileJava<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java>:732:
 warning: [deprecation] offsets in PartitionData has been deprecated
                        offset = partitionData.offsets.get(0);
                                              ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning

:kafka-trunk-jdk7:clients:processResources NO-SOURCE
:kafka-trunk-jdk7:clients:classes
:kafka-trunk-jdk7:clients:determineCommitId UP-TO-DATE
:kafka-trunk-jdk7:clients:createVersionFile
:kafka-trunk-jdk7:clients:jar
:kafka-trunk-jdk7:clients:compileTestJava<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/src/test/java/org/apache/kafka/clients/consumer/internals/FetcherTest.java>:2186:
 error: no suitable constructor found for 
FetchResponse(LinkedHashMap<TopicPartition,PartitionData>,int)
        return new FetchResponse(new LinkedHashMap<>(partitions), throttleTime);
               ^
    constructor FetchResponse.FetchResponse(Struct) is not applicable
      (actual and formal argument lists differ in length)
    constructor 
FetchResponse.FetchResponse(Errors,LinkedHashMap<TopicPartition,PartitionData>,int,int)
 is not applicable
      (actual and formal argument lists differ in length)
Note: 
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/src/test/java/org/apache/kafka/common/network/ChannelBuildersTest.java>
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 FAILED
:test_core_2_11 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kafka-trunk-jdk7:clients:compileTestJava'.
> Compilation failed; see the compiler error output for details.

* 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 37s
17 actionable tasks: 14 executed, 3 up-to-date
Build step 'Execute shell' marked build as failure
[FINDBUGS] Collecting findbugs analysis files...
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
[FINDBUGS] Searching for all files in 
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/> that match the pattern 
**/build/reports/findbugs/*.xml
[FINDBUGS] No files found. Configuration error?
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=c32860b22427ca32a9e83e4f741b85062bb22140, 
workspace=<https://builds.apache.org/job/kafka-trunk-jdk7/ws/>
[FINDBUGS] Computing warning deltas based on reference build #3157
Recording test results
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
Not sending mail to unregistered user wangg...@gmail.com

Reply via email to