Jira: https://issues.apache.org/jira/browse/YARN-1954
Build: https://builds.apache.org/job/PreCommit-YARN-Build/4532/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 2953 lines...]
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 2 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler 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:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) 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-yarn-project/hadoop-yarn/hadoop-yarn-client:
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync
org.apache.hadoop.yarn.client.api.impl.TestAMRMClient
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/4532//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4532//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Comment added.
1859f17f3bfbe8d498f929fcfffa4df0778b8a64 logged out
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #4529
Archived 17 artifacts
Archive block size is 32768
Received 37 blocks and 6955885 bytes
Compression is 14.8%
Took 2.6 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
4 tests failed.
FAILED:
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync.testCallAMRMClientAsyncStopFromCallbackHandlerWithWaitFor
Error Message:
checkEveryMillis and logInterval should be positive value
Stack Trace:
java.lang.IllegalArgumentException: checkEveryMillis and logInterval should be
positive value
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at
org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl.waitFor(AMRMClientAsyncImpl.java:325)
at
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.waitFor(AMRMClientAsync.java:213)
at
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.waitFor(AMRMClientAsync.java:201)
at
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync.testCallAMRMClientAsyncStopFromCallbackHandlerWithWaitFor(TestAMRMClientAsync.java:365)
FAILED:
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync.testAMRMClientAsyncRebootWithWaitFor
Error Message:
checkEveryMillis and logInterval should be positive value
Stack Trace:
java.lang.IllegalArgumentException: checkEveryMillis and logInterval should be
positive value
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at
org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl.waitFor(AMRMClientAsyncImpl.java:325)
at
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.waitFor(AMRMClientAsync.java:213)
at
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.waitFor(AMRMClientAsync.java:201)
at
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync.testAMRMClientAsyncRebootWithWaitFor(TestAMRMClientAsync.java:267)
FAILED:
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync.testAMRMClientAsyncReboot
Error Message:
test timed out after 10000 milliseconds
Stack Trace:
java.lang.Exception: test timed out after 10000 milliseconds
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at
org.apache.hadoop.yarn.client.api.async.impl.TestAMRMClientAsync.testAMRMClientAsyncReboot(TestAMRMClientAsync.java:228)
FAILED: org.apache.hadoop.yarn.client.api.impl.TestAMRMClient.testWaitFor
Error Message:
checkEveryMillis and logInterval should be positive value
Stack Trace:
java.lang.IllegalArgumentException: checkEveryMillis and logInterval should be
positive value
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at
org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl.waitFor(AMRMClientImpl.java:752)
at
org.apache.hadoop.yarn.client.api.AMRMClient.waitFor(AMRMClient.java:359)
at
org.apache.hadoop.yarn.client.api.impl.TestAMRMClient.testWaitFor(TestAMRMClient.java:830)