See
<https://builds.apache.org/job/kafka-trunk-jdk7/3273/display/redirect?page=changes>
Changes:
[rajinisivaram] MINOR: Fix some compiler warnings (#4726)
------------------------------------------
[...truncated 1.54 MB...]
at hudson.model.AbstractProject.poll(AbstractProject.java:1287)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:594)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:640)
at
hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInnerRepartitioned[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInnerRepartitioned[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuterRepartitioned[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuterRepartitioned[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInner[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInner[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuter[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuter[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeft[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeft[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testMultiInner[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testMultiInner[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeftRepartitioned[caching enabled = true] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeftRepartitioned[caching enabled = true] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInnerRepartitioned[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInnerRepartitioned[caching enabled = false] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuterRepartitioned[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuterRepartitioned[caching enabled = false] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInner[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testInner[caching enabled = false] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuter[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testOuter[caching enabled = false] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeft[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeft[caching enabled = false] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testMultiInner[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testMultiInner[caching enabled = false] PASSED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeftRepartitioned[caching enabled = false] STARTED
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest >
testLeftRepartitioned[caching enabled = false] PASSED
ERROR: Could not install GRADLE_3_5_HOME
java.lang.NullPointerException
at
hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:895)
at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:458)
at
hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:666)
at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:631)
at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:391)
at hudson.scm.SCM.poll(SCM.java:408)
at hudson.model.AbstractProject._poll(AbstractProject.java:1384)
at hudson.model.AbstractProject.poll(AbstractProject.java:1287)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:594)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:640)
at
hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest >
shouldRestoreAndProgressWhenTopicNotWrittenToDuringRestoration STARTED
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest >
shouldRestoreAndProgressWhenTopicNotWrittenToDuringRestoration PASSED
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest >
shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosEnabled
STARTED
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest >
shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosEnabled PASSED
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest >
shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosDisabled
STARTED
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest >
shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosDisabled
PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldReduceSessionWindows STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldReduceSessionWindows PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldReduce STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldReduce PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldAggregate STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldAggregate PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldCount STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldCount PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldGroupByKey STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldGroupByKey PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldCountWithInternalStore STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldCountWithInternalStore PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldReduceWindowed STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldReduceWindowed PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldCountSessionWindows STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldCountSessionWindows PASSED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldAggregateWindowed STARTED
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
shouldAggregateWindowed PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftInner[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftInner[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftOuter[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftOuter[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftLeft[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftLeft[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterLeft[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterLeft[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInner[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInner[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuter[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuter[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeft[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeft[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerInner[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerInner[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerOuter[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerOuter[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerLeft[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerLeft[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterInner[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterInner[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterOuter[caching enabled = true] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterOuter[caching enabled = true] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftInner[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftInner[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftOuter[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftOuter[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftLeft[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeftLeft[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterLeft[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterLeft[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInner[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInner[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuter[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuter[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeft[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testLeft[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerInner[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerInner[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerOuter[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerOuter[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerLeft[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testInnerLeft[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterInner[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterInner[caching enabled = false] PASSED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterOuter[caching enabled = false] STARTED
org.apache.kafka.streams.integration.TableTableJoinIntegrationTest >
testOuterOuter[caching enabled = false] PASSED
Build timed out (after 240 minutes). Marking the build as failed.
Build was aborted
[FINDBUGS] Collecting findbugs analysis files...
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
:streams:test FAILED
[FINDBUGS] Searching for all files in
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/> that match the pattern
**/build/reports/findbugs/*.xml
[FINDBUGS] Parsing 5 files in
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/>
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/build/reports/findbugs/main.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/build/reports/findbugs/main.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/examples/build/reports/findbugs/main.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/log4j-appender/build/reports/findbugs/main.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/streams/build/reports/findbugs/main.xml>
with 0 unique warnings and 0 duplicates.
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
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=6fab286da2735517f6d0c945328abcb77fa0a7a4,
workspace=<https://builds.apache.org/job/kafka-trunk-jdk7/ws/>
[FINDBUGS] Computing warning deltas based on reference build #3272
Recording test results
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
Not sending mail to unregistered user [email protected]