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

Changes:

[github] KAFKA-6397: Consumer should not block setting positions of unavailable

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (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 6d18d882b850a8d757c32bb124b1e42e60587c69 
(refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d18d882b850a8d757c32bb124b1e42e60587c69
Commit message: "KAFKA-6397: Consumer should not block setting positions of 
unavailable partitions (#4557)"
 > git rev-list 36b00300f5a9117abb4e8570c1714b3023a0ab01 # timeout=10
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_4_4_HOME=/home/jenkins/tools/gradle/4.4
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins4583758121588396268.sh
+ rm -rf <https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle>
+ /home/jenkins/tools/gradle/4.4/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/4.4.1/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
:downloadWrapper

BUILD SUCCESSFUL in 10s
1 actionable task: 1 executed
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_4_4_HOME=/home/jenkins/tools/gradle/4.4
[kafka-trunk-jdk9] $ /bin/bash -xe /tmp/jenkins5354173371235904273.sh
+ export GRADLE_OPTS=-Xmx1024m
+ GRADLE_OPTS=-Xmx1024m
+ ./gradlew --no-daemon -PmaxParallelForks=1 
-PtestLoggingEvents=started,passed,skipped,failed -PxmlFindBugsReport=true 
clean test -PscalaVersion=2.12
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/4.5.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Building project 'core' with Scala version 2.12.4
:clean
:clients:clean
:connect:clean UP-TO-DATE
:core:clean
:examples:clean UP-TO-DATE
:jmh-benchmarks:clean UP-TO-DATE
:log4j-appender:clean UP-TO-DATE
:streams:clean UP-TO-DATE
:tools:clean UP-TO-DATE
:connect:api:clean UP-TO-DATE
:connect:file:clean UP-TO-DATE
:connect:json:clean UP-TO-DATE
:connect:runtime:clean UP-TO-DATE
:connect:transforms:clean UP-TO-DATE
:streams:examples:clean UP-TO-DATE
:streams:test-utils:clean UP-TO-DATE
:compileJava NO-SOURCE
:processResources NO-SOURCE
:classes UP-TO-DATE
:rat
Rat report: build/rat/rat-report.html
:compileTestJava NO-SOURCE
:processTestResources NO-SOURCE
:testClasses UP-TO-DATE
:test NO-SOURCE
:clients:compileJava<https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/src/main/java/org/apache/kafka/common/security/authenticator/CredentialCache.java>:27:
 warning: [unchecked] unchecked cast
        Cache<C> oldCache = (Cache<C>) cacheMap.putIfAbsent(mechanism, cache);
                                                           ^
  required: Cache<C>
  found:    Cache<CAP#1>
  where C is a type-variable:
    C extends Object declared in method <C>createCache(String,Class<C>)
  where CAP#1 is a fresh type-variable:
    CAP#1 extends Object from capture of ? extends Object
<https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/src/main/java/org/apache/kafka/common/security/authenticator/SaslClientCallbackHandler.java>:87:
 warning: [unchecked] unchecked cast
                    sc.extensions((Map<String, String>) 
subject.getPublicCredentials(Map.class).iterator().next());
                                                                                
                               ^
  required: Map<String,String>
  found:    Map
<https://builds.apache.org/job/kafka-trunk-jdk9/ws/clients/src/main/java/org/apache/kafka/common/network/ChannelBuilders.java>:113:
 warning: [unchecked] unchecked cast
                    List<String> enabledMechanisms = (List<String>) 
configs.get(BrokerSecurityConfigs.SASL_ENABLED_MECHANISMS_CONFIG);
                                                                               ^
  required: List<String>
  found:    CAP#1
  where CAP#1 is a fresh type-variable:
    CAP#1 extends Object from capture of ?
3 warnings

:clients:processResources NO-SOURCE
:clients:classes
:clients:checkstyleMain
:clients:compileTestJavaNote: 
<https://builds.apache.org/job/kafka-trunk-jdk9/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.

:clients:processTestResources
:clients:testClasses
:clients:checkstyleTest
:clients:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':clients:test'.
> Could not expand ZIP 
> '/home/jenkins/.gradle/caches/modules-2/files-2.1/org.jacoco/org.jacoco.agent/0.8.0/f2748b949b5fc661e089e2eeef39891dfd10a7e5/org.jacoco.agent-0.8.0.jar'.

* 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
23 actionable tasks: 10 executed, 13 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Could not update 
<https://builds.apache.org/job/kafka-trunk-jdk9/ws/.gradle/4.5.1/fileChanges/last-build.bin>
> No space left on device

* 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 38s
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_4_4_HOME=/home/jenkins/tools/gradle/4.4
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_4_4_HOME=/home/jenkins/tools/gradle/4.4
Not sending mail to unregistered user rajinisiva...@googlemail.com
Not sending mail to unregistered user git...@alasdairhodge.co.uk

Reply via email to