Jira: https://issues.apache.org/jira/browse/YARN-2017
Build: https://builds.apache.org/job/PreCommit-YARN-Build/3748/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 3216 lines...]
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12645077/YARN-2017.4.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 9 new
or modified test files.
{color:red}-1 javac{color}. The applied patch generated 1277 javac
compiler warnings (more than the trunk's current 1276 warnings).
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:red}-1 findbugs{color}. The patch appears to introduce 2 new
Findbugs (version 1.3.9) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-tools/hadoop-sls
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/3748//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-YARN-Build/3748//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-resourcemanager.html
Javac warnings:
https://builds.apache.org/job/PreCommit-YARN-Build/3748//artifact/trunk/patchprocess/diffJavacWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/3748//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Comment added.
d126e2c206f7d8273502bb3f29b3a669a76e5a11 logged out
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
7 tests failed.
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testExpireKill
Error Message:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testExpireKill(TestProportionalCapacityPreemptionPolicy.java:209)
Actually, there were zero interactions with this mock.
Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testExpireKill(TestProportionalCapacityPreemptionPolicy.java:209)
Actually, there were zero interactions with this mock.
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testExpireKill(TestProportionalCapacityPreemptionPolicy.java:209)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testPreemptCycle
Error Message:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testPreemptCycle(TestProportionalCapacityPreemptionPolicy.java:186)
Actually, there were zero interactions with this mock.
Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testPreemptCycle(TestProportionalCapacityPreemptionPolicy.java:186)
Actually, there were zero interactions with this mock.
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testPreemptCycle(TestProportionalCapacityPreemptionPolicy.java:186)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testZeroGuarOverCap
Error Message:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testZeroGuarOverCap(TestProportionalCapacityPreemptionPolicy.java:364)
Actually, there were zero interactions with this mock.
Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testZeroGuarOverCap(TestProportionalCapacityPreemptionPolicy.java:364)
Actually, there were zero interactions with this mock.
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testZeroGuarOverCap(TestProportionalCapacityPreemptionPolicy.java:364)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testOverCapacityImbalance
Error Message:
eventHandler.handle(
<Is preemption request for>
);
Wanted 5 times:
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testOverCapacityImbalance(TestProportionalCapacityPreemptionPolicy.java:263)
But was 1 time:
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.ProportionalCapacityPreemptionPolicy.containerBasedPreemptOrKill(ProportionalCapacityPreemptionPolicy.java:226)
Stack Trace:
org.mockito.exceptions.verification.TooLittleActualInvocations:
eventHandler.handle(
<Is preemption request for>
);
Wanted 5 times:
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testOverCapacityImbalance(TestProportionalCapacityPreemptionPolicy.java:263)
But was 1 time:
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.ProportionalCapacityPreemptionPolicy.containerBasedPreemptOrKill(ProportionalCapacityPreemptionPolicy.java:226)
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testOverCapacityImbalance(TestProportionalCapacityPreemptionPolicy.java:263)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchicalLarge
Error Message:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchicalLarge(TestProportionalCapacityPreemptionPolicy.java:389)
Actually, there were zero interactions with this mock.
Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchicalLarge(TestProportionalCapacityPreemptionPolicy.java:389)
Actually, there were zero interactions with this mock.
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchicalLarge(TestProportionalCapacityPreemptionPolicy.java:389)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testProportionalPreemption
Error Message:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testProportionalPreemption(TestProportionalCapacityPreemptionPolicy.java:147)
Actually, there were zero interactions with this mock.
Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testProportionalPreemption(TestProportionalCapacityPreemptionPolicy.java:147)
Actually, there were zero interactions with this mock.
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testProportionalPreemption(TestProportionalCapacityPreemptionPolicy.java:147)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchical
Error Message:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchical(TestProportionalCapacityPreemptionPolicy.java:323)
Actually, there were zero interactions with this mock.
Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
eventHandler.handle(
<Is preemption request for>
);
-> at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchical(TestProportionalCapacityPreemptionPolicy.java:323)
Actually, there were zero interactions with this mock.
at
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity.TestProportionalCapacityPreemptionPolicy.testHierarchical(TestProportionalCapacityPreemptionPolicy.java:323)