Jira: https://issues.apache.org/jira/browse/YARN-4035
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8800/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 283 lines...]
| | | | issues.
| +1 | whitespace | 0m 0s | The patch has no lines that end in
| | | | whitespace.
| +1 | install | 1m 21s | mvn install still works.
| +1 | eclipse:eclipse | 0m 34s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 1m 53s | The patch does not introduce any
| | | | new Findbugs (version 3.0.0)
| | | | warnings.
| -1 | common tests | 22m 18s | Tests failed in hadoop-common.
| | | 61m 38s |
Reason | Tests
Failed unit tests | hadoop.ha.TestZKFailoverController
| hadoop.net.TestNetUtils
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12749428/YARN-4035.1.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 8f73bdd |
| hadoop-common test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-common.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-YARN-Build/8800/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf906.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Comment added.
fa3bcf85890cfb4cf7f6034502b9615091d62163 logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8782
Archived 29 artifacts
Archive block size is 32768
Received 38 blocks and 18620749 bytes
Compression is 6.3%
Took 4 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
6 tests failed.
FAILED:
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverFailBecomingStandbyAndFailFence
Error Message:
Failover should have failed when old node wont fence
Stack Trace:
java.lang.AssertionError: Failover should have failed when old node wont fence
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverFailBecomingStandbyAndFailFence(TestZKFailoverController.java:557)
FAILED: org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailover
Error Message:
test timed out after 25000 milliseconds
Stack Trace:
java.lang.Exception: test timed out after 25000 milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.ha.ActiveStandbyElectorTestUtil.waitForActiveLockData(ActiveStandbyElectorTestUtil.java:68)
at
org.apache.hadoop.ha.MiniZKFCCluster.waitForActiveLockHolder(MiniZKFCCluster.java:253)
at
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailover(TestZKFailoverController.java:449)
FAILED:
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverFailBecomingStandby
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverFailBecomingStandby(TestZKFailoverController.java:535)
FAILED:
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverMultipleZKfcs
Error Message:
test timed out after 25000 milliseconds
Stack Trace:
java.lang.Exception: test timed out after 25000 milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.ha.ActiveStandbyElectorTestUtil.waitForActiveLockData(ActiveStandbyElectorTestUtil.java:68)
at
org.apache.hadoop.ha.MiniZKFCCluster.waitForActiveLockHolder(MiniZKFCCluster.java:253)
at
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverMultipleZKfcs(TestZKFailoverController.java:617)
FAILED:
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverFailBecomingActive
Error Message:
Did not fail to graceful failover when target failed to become active!
Stack Trace:
java.lang.AssertionError: Did not fail to graceful failover when target failed
to become active!
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.hadoop.ha.TestZKFailoverController.testGracefulFailoverFailBecomingActive(TestZKFailoverController.java:501)
FAILED: org.apache.hadoop.net.TestNetUtils.testNormalizeHostName
Error Message:
expected:<[198.105.254.11]> but was:<[UnknownHost123]>
Stack Trace:
org.junit.ComparisonFailure: expected:<[198.105.254.11]> but
was:<[UnknownHost123]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.hadoop.net.TestNetUtils.testNormalizeHostName(TestNetUtils.java:631)