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

Changes:

[rajinisivaram] MINOR: Test SASL authorization id

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (couchdbtest ubuntu xenial) in workspace 
<https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/kafka.git
 > git init <https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/kafka.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/kafka.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/kafka.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/kafka.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/kafka.git
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/kafka.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/0.10.2^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/0.10.2^{commit} # timeout=10
Checking out Revision 0b4daa4bf48517b4b3e9cda11692e80ade620b04 
(refs/remotes/origin/0.10.2)
Commit message: "MINOR: Test SASL authorization id"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b4daa4bf48517b4b3e9cda11692e80ade620b04
 > git rev-list 565455eae21d883e0a69f6a80e891a08aa2fb698 # timeout=10
Setting 
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
[kafka-0.10.2-jdk7] $ /bin/bash -xe /tmp/jenkins6075909471795176697.sh
+ rm -rf <https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/.gradle>
+ 
/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2/bin/gradle
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
http://gradle.org/docs/2.4-rc-2/userguide/gradle_daemon.html.
Building project 'core' with Scala version 2.10.6
:downloadWrapper

BUILD SUCCESSFUL

Total time: 17.585 secs
Setting 
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
[kafka-0.10.2-jdk7] $ /bin/bash -xe /tmp/jenkins2721895710388469016.sh
+ export 'GRADLE_OPTS=-Xmx1024m -XX:MaxPermSize=256m'
+ GRADLE_OPTS='-Xmx1024m -XX:MaxPermSize=256m'
+ ./gradlew --no-daemon -Dorg.gradle.project.maxParallelForks=1 
-Dorg.gradle.project.testLoggingEvents=started,passed,skipped,failed 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/3.2.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.10.6
:clean UP-TO-DATE
:clients:clean UP-TO-DATE
:connect:clean UP-TO-DATE
:core:clean
:examples: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
:test_core_2_10
Building project 'core' with Scala version 2.10.6
:kafka-0.10.2-jdk7:clients:compileJavaNote: Some input files use unchecked or 
unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:kafka-0.10.2-jdk7:clients:processResources UP-TO-DATE
:kafka-0.10.2-jdk7:clients:classes
:kafka-0.10.2-jdk7:clients:determineCommitId UP-TO-DATE
:kafka-0.10.2-jdk7:clients:createVersionFile
:kafka-0.10.2-jdk7:clients:jar
:kafka-0.10.2-jdk7:clients:compileTestJava<https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/clients/src/test/java/org/apache/kafka/common/security/plain/PlainSaslServerTest.java>:30:
 error: cannot find symbol
import org.apache.kafka.common.security.JaasContext;
                                       ^
  symbol:   class JaasContext
  location: package org.apache.kafka.common.security
<https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/clients/src/test/java/org/apache/kafka/common/security/plain/PlainSaslServerTest.java>:49:
 error: cannot find symbol
        JaasContext jaasContext = new JaasContext("jaasContext", 
JaasContext.Type.SERVER, jaasConfig);
        ^
  symbol:   class JaasContext
  location: class PlainSaslServerTest
<https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/clients/src/test/java/org/apache/kafka/common/security/plain/PlainSaslServerTest.java>:49:
 error: cannot find symbol
        JaasContext jaasContext = new JaasContext("jaasContext", 
JaasContext.Type.SERVER, jaasConfig);
                                      ^
  symbol:   class JaasContext
  location: class PlainSaslServerTest
<https://builds.apache.org/job/kafka-0.10.2-jdk7/ws/clients/src/test/java/org/apache/kafka/common/security/plain/PlainSaslServerTest.java>:49:
 error: package JaasContext does not exist
        JaasContext jaasContext = new JaasContext("jaasContext", 
JaasContext.Type.SERVER, jaasConfig);
                                                                            ^
4 errors
 FAILED
:test_core_2_10 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':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.

BUILD FAILED

Total time: 20.778 secs
Build step 'Execute shell' marked build as failure
Recording test results
Setting 
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
Setting 
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
Not sending mail to unregistered user rajinisiva...@googlemail.com

Reply via email to