Jira: https://issues.apache.org/jira/browse/YARN-4046
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8825/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 284 lines...]
| | | | --whitespace=fix.
| +1 | install | 1m 21s | mvn install still works.
| +1 | eclipse:eclipse | 0m 32s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 1m 57s | The patch does not introduce any
| | | | new Findbugs (version 3.0.0)
| | | | warnings.
| -1 | common tests | 22m 42s | Tests failed in hadoop-common.
| | | 63m 5s |
Reason | Tests
Failed unit tests | hadoop.ha.TestZKFailoverController
| hadoop.net.TestNetUtils
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12749949/YARN-4096.001.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 7c796fd |
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-common.txt
|
| whitespace |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/whitespace.txt
|
| 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/8825/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf903.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.
b37ecf7be362ae90c062091fe77b07bf08b5eea8 logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8782
Archived 30 artifacts
Archive block size is 32768
Received 49 blocks and 18308712 bytes
Compression is 8.1%
Took 4.2 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)