[jira] [Resolved] (MAPREDUCE-6201) TestNetworkedJob fails on trunk

2015-10-23 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du resolved MAPREDUCE-6201.
---
Resolution: Duplicate

> TestNetworkedJob fails on trunk
> ---
>
> Key: MAPREDUCE-6201
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6201
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Robert Kanter
>Assignee: Brahma Reddy Battula
>
> Currently, {{TestNetworkedJob}} is failing on trunk:
> {noformat}
> Running org.apache.hadoop.mapred.TestNetworkedJob
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 215.01 sec 
> <<< FAILURE! - in org.apache.hadoop.mapred.TestNetworkedJob
> testNetworkedJob(org.apache.hadoop.mapred.TestNetworkedJob)  Time elapsed: 
> 67.363 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<0> but was:<2>
>   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.mapred.TestNetworkedJob.testNetworkedJob(TestNetworkedJob.java:195)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Hadoop-Mapreduce-trunk-Java8 - Build # 573 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/573/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 10660 lines...]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.975 sec - 
in org.apache.hadoop.mapreduce.v2.app.TestMRApp
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestTaskAttemptListenerImpl
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestLocalContainerLauncher
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 sec - in 
org.apache.hadoop.mapred.TestLocalContainerLauncher

Results :

Failed tests: 
  TestKill.testKillTask:119 Job state is not correct (timedout) 
expected: but was:

Tests run: 339, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.562 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:35 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 29.910 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  4.580 s]
[INFO] Apache Hadoop MapReduce App ... FAILURE [11:43 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SKIPPED
[INFO] Apache Hadoop MapReduce JobClient . SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 13:57 min
[INFO] Finished at: 2015-10-23T15:37:46+00:00
[INFO] Final Memory: 40M/264M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HADOOP-7266
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
1 tests failed.
FAILED:  org.apache.hadoop.mapreduce.v2.app.TestKill.testKillTask

Error Message:
Job state is not correct (timedout) expected: but was:

Stack Trace:
java.lang.AssertionError: Job state is not correct (timedout) 
expected: but was:
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.apache.hadoop.mapreduce.v2.app.MRApp.waitForState(MRApp.java:411)
at 
org.apache.hadoop.mapreduce.v2.app.TestKill.testKillTask(TestKill.java:119)




[jira] [Resolved] (MAPREDUCE-6201) TestNetworkedJob fails on trunk

2015-10-23 Thread Brahma Reddy Battula (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brahma Reddy Battula resolved MAPREDUCE-6201.
-
Resolution: Cannot Reproduce

> TestNetworkedJob fails on trunk
> ---
>
> Key: MAPREDUCE-6201
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6201
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Robert Kanter
>Assignee: Brahma Reddy Battula
>
> Currently, {{TestNetworkedJob}} is failing on trunk:
> {noformat}
> Running org.apache.hadoop.mapred.TestNetworkedJob
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 215.01 sec 
> <<< FAILURE! - in org.apache.hadoop.mapred.TestNetworkedJob
> testNetworkedJob(org.apache.hadoop.mapred.TestNetworkedJob)  Time elapsed: 
> 67.363 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<0> but was:<2>
>   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.mapred.TestNetworkedJob.testNetworkedJob(TestNetworkedJob.java:195)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (MAPREDUCE-6201) TestNetworkedJob fails on trunk

2015-10-23 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du reopened MAPREDUCE-6201:
---

> TestNetworkedJob fails on trunk
> ---
>
> Key: MAPREDUCE-6201
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6201
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Robert Kanter
>Assignee: Brahma Reddy Battula
>
> Currently, {{TestNetworkedJob}} is failing on trunk:
> {noformat}
> Running org.apache.hadoop.mapred.TestNetworkedJob
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 215.01 sec 
> <<< FAILURE! - in org.apache.hadoop.mapred.TestNetworkedJob
> testNetworkedJob(org.apache.hadoop.mapred.TestNetworkedJob)  Time elapsed: 
> 67.363 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<0> but was:<2>
>   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.mapred.TestNetworkedJob.testNetworkedJob(TestNetworkedJob.java:195)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Hadoop-Mapreduce-trunk-Java8 - Build # 574 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/574/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 10812 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 sec - in 
org.apache.hadoop.mapreduce.jobhistory.TestJobSummary
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapreduce.jobhistory.TestEvents
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 sec - in 
org.apache.hadoop.mapreduce.jobhistory.TestEvents

Results :

Tests in error: 
  TestRecovery.testOutputRecovery:862->writeOutput:1877 NoClassDefFound 
org/apac...
  TestRecovery.testOutputRecoveryMapsOnly:930 » YarnRuntime could not cleanup 
te...
  TestRecovery.testRecoverySuccessUsingCustomOutputCommitter:459 » YarnRuntime 
c...
  TestRecovery.testCrashed:130 » YarnRuntime could not cleanup test dir
  TestRecovery.testSpeculative:1164 » YarnRuntime could not cleanup test dir
  TestRecovery.testRecoveryWithoutShuffleSecret:1317 » YarnRuntime could not 
cle...
  TestRecovery.testRecoveryWithOldCommiter:1045 » YarnRuntime could not cleanup 
...

Tests run: 326, Failures: 0, Errors: 7, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.551 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:39 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 28.756 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  4.560 s]
[INFO] Apache Hadoop MapReduce App ... FAILURE [10:57 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SKIPPED
[INFO] Apache Hadoop MapReduce JobClient . SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 13:13 min
[INFO] Finished at: 2015-10-23T16:40:13+00:00
[INFO] Final Memory: 41M/246M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: ExecutionException: 
java.lang.RuntimeException: The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app
 && /home/jenkins/tools/java/jdk1.8.0/jre/bin/java -Xmx2048m 
-XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError -jar 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefirebooter2569074272327442977.jar
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire327074586189571140tmp
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire_1072690863043012164082tmp
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating YARN-4009
Updating YARN-2913
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
7 tests failed.
FAILED:  org.apache.hadoop.mapreduce.v2.app.TestRecovery.testOutputRecovery

Error Message:
org/apache/hadoop/io/NullWritable

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/io/NullWritable

Hadoop-Mapreduce-trunk-Java8 - Build # 578 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/578/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 11785 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 149.541 sec - 
in org.apache.hadoop.mapreduce.TestMapReduceLazyOutput

Results :

Failed tests: 
  TestMiniMRClientCluster.testRestart:146 Address before restart: 
asf909.gq1.ygridcore.net:0 is different from new address: 
asf909.gq1.ygridcore.net:46420 expected:<...9.gq1.ygridcore.net:[]0> but 
was:<...9.gq1.ygridcore.net:[4642]0>

Tests in error: 
  TestNonExistentJob.testGetInvalidJob:93 » IO java.net.ConnectException: Call 
F...
  TestUberAM.testFailingMapper:132 » IO java.net.ConnectException: Call From 
asf...
  
TestUberAM>TestMRJobs.testDistributedCache:926->TestMRJobs._testDistributedCache:906
 » IO
  
TestUberAM>TestMRJobs.testConfVerificationWithJobClient:263->TestMRJobs.testConfVerification:348
 » IO
  TestUberAM>TestMRJobs.testContainerRollingLog:694 » IO 
java.net.ConnectExcepti...
  TestMRJobsWithHistoryService.testJobHistoryData:153 » IO 
java.net.ConnectExcep...

Tests run: 523, Failures: 1, Errors: 6, Skipped: 11

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.736 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:42 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 33.073 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  6.061 s]
[INFO] Apache Hadoop MapReduce App ... SUCCESS [11:40 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SUCCESS [06:32 min]
[INFO] Apache Hadoop MapReduce JobClient . FAILURE [  01:48 h]
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 02:09 h
[INFO] Finished at: 2015-10-24T04:51:37+00:00
[INFO] Final Memory: 34M/231M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-jobclient: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-jobclient
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HDFS-4015
Updating HDFS-9297
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
7 tests failed.
FAILED:  org.apache.hadoop.mapreduce.v2.TestNonExistentJob.testGetInvalidJob

Error Message:
java.net.ConnectException: Call From asf909.gq1.ygridcore.net/67.195.81.153 to 
asf909.gq1.ygridcore.net:0 failed on connection exception: 
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused

Stack Trace:
java.io.IOException: java.net.ConnectException: Call From 
asf909.gq1.ygridcore.net/67.195.81.153 to asf909.gq1.ygridcore.net:0 failed on 
connection exception: java.net.ConnectException: Connection refused; For more 
details see:  http://wiki.apache.org/hadoop/ConnectionRefused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:712)
at 
org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:531)
at 

Hadoop-Mapreduce-trunk - Build # 2523 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2523/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 33732 lines...]
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServices.:104->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer

Tests run: 339, Failures: 0, Errors: 39, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  3.999 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [02:08 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 36.682 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  6.313 s]
[INFO] Apache Hadoop MapReduce App ... FAILURE [10:21 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SKIPPED
[INFO] Apache Hadoop MapReduce JobClient . SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 13:18 min
[INFO] Finished at: 2015-10-24T04:17:52+00:00
[INFO] Final Memory: 39M/825M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HDFS-4015
Updating YARN-4294
Updating HDFS-9297
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
39 tests failed.
FAILED:  
org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServices.testInvalidUri2

Error Message:
java.net.BindException: Address already in use

Stack Trace:
com.sun.jersey.test.framework.spi.container.TestContainerException: 
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:444)
at sun.nio.ch.Net.bind(Net.java:436)
at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at 
org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:413)
at 
org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:384)
at 

Hadoop-Mapreduce-trunk-Java8 - Build # 579 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/579/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 10799 lines...]
Running org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestLocalContainerLauncher
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 sec - in 
org.apache.hadoop.mapred.TestLocalContainerLauncher

Results :

Failed tests: 
  
TestTaskAttempt.testMRAppHistoryForTAFailedInAssigned:177->testTaskAttemptAssignedKilledHistory:388
 No Ta Started JH Event

Tests in error: 
  TestAMWebServicesAttempt.:80 » NoClassDefFound 
org/apache/hadoop/yarn/ev...
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer
  
TestAMWebServicesAttempt.:130->JerseyTest.:217->JerseyTest.getContainer:342
 » TestContainer

Tests run: 306, Failures: 1, Errors: 4, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  4.284 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [02:08 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 39.130 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  6.280 s]
[INFO] Apache Hadoop MapReduce App ... FAILURE [12:36 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SKIPPED
[INFO] Apache Hadoop MapReduce JobClient . SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 15:36 min
[INFO] Finished at: 2015-10-24T05:20:07+00:00
[INFO] Final Memory: 40M/263M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: ExecutionException: 
java.lang.RuntimeException: The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app
 && /home/jenkins/tools/java/jdk1.8.0/jre/bin/java -Xmx2048m 
-XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError -jar 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefirebooter628511200714589047.jar
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire6486220477547745787tmp
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire_1005994356926408770462tmp
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating YARN-4294
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
5 tests failed.
FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestTaskAttempt.testMRAppHistoryForTAFailedInAssigned

Error Message:
No Ta Started JH Event

Stack Trace:
java.lang.AssertionError: No Ta Started JH Event
at 

Hadoop-Mapreduce-trunk - Build # 2522 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2522/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 34001 lines...]
  
TestUberAM>TestMRJobs.testSleepJobWithRemoteJar:196->TestMRJobs.testSleepJobInternal:222
 » NoClassDefFound
  
TestUberAM>TestMRJobs.testConfVerificationWithClassloaderCustomClasses:253->TestMRJobs.testConfVerification:302
 » NoClassDefFound
  
TestUberAM>TestMRJobs.testConfVerificationWithJobClientLocal:268->TestMRJobs.testConfVerification:292
 » NoClassDefFound
  TestUberAM>TestMRJobs.tearDown:175 » NoClassDefFound 
org/apache/hadoop/service...
  TestMRJobsWithProfiler.setup:85 » NoClassDefFound 
org/apache/hadoop/yarn/proto...
  TestMRAMWithNonNormalizedCapabilities.setup:72 » YarnRuntime 
java.lang.NoClass...
  TestMRJobsWithHistoryService.testJobHistoryData:153 » IO 
java.net.ConnectExcep...
  TestMiniMRClasspath.testClassPath:175 » YarnRuntime 
java.lang.NoClassDefFoundE...
  TestMiniMRClasspath.testExternalWritable:204 » IllegalState
  
TestJobName>ClusterMapReduceTestCase.setUp:56->ClusterMapReduceTestCase.startCluster:86
 » YarnRuntime
  
TestJobName>ClusterMapReduceTestCase.setUp:56->ClusterMapReduceTestCase.startCluster:81
 » FileNotFound
  TestMiniMRWithDFSWithDistinctUsers.setUp:97 » NoClassDefFound 
org/apache/hadoo...
  TestMiniMRWithDFSWithDistinctUsers.setUp:97 » NoClassDefFound 
org/apache/hadoo...
  TestYARNRunner.testResourceMgrDelegate:266 » YarnRuntime Failed to load 
class:...
  TestYARNRunner.testGetHSDelegationToken:333 NoClassDefFound 
org/apache/hadoop/...

Tests run: 520, Failures: 5, Errors: 15, Skipped: 11

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.847 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:43 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 30.390 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  5.169 s]
[INFO] Apache Hadoop MapReduce App ... SUCCESS [09:28 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SUCCESS [05:39 min]
[INFO] Apache Hadoop MapReduce JobClient . FAILURE [  01:25 h]
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:43 h
[INFO] Finished at: 2015-10-24T02:34:25+00:00
[INFO] Final Memory: 34M/719M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-jobclient: ExecutionException: 
java.lang.RuntimeException: The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient
 && /home/jenkins/tools/java/jdk1.7.0_55/jre/bin/java -Xmx2048m 
-XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError -jar 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire/surefirebooter7828323534123002395.jar
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire/surefire5899593184469780603tmp
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire/surefire_2678814847105026064047tmp
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-jobclient
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HDFS-9290
Updating HDFS-9301
Email was triggered for: Failure - Any
Sending email for trigger: 

Hadoop-Mapreduce-trunk - Build # 2520 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2520/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 33548 lines...]
Running org.apache.hadoop.io.TestSequenceFileMergeProgress
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.828 sec - in 
org.apache.hadoop.io.TestSequenceFileMergeProgress

Results :

Failed tests: 
  TestMiniMRClientCluster.testRestart:146 Address before restart: 
asf906.gq1.ygridcore.net:0 is different from new address: 
asf906.gq1.ygridcore.net:54037 expected:<...6.gq1.ygridcore.net:[0]> but 
was:<...6.gq1.ygridcore.net:[54037]>

Tests in error: 
  TestNetworkedJob.testNetworkedJob:260 » IO 
org.apache.hadoop.yarn.exceptions.Y...
  TestNonExistentJob.testGetInvalidJob:93 » IO java.net.ConnectException: Call 
F...
  TestMRAMWithNonNormalizedCapabilities.setup:76 » NoClassDefFound 
org/apache/ha...
  TestMRAMWithNonNormalizedCapabilities.tearDown:118 » NoClassDefFound 
org/apach...
  TestUberAM.setup:45->TestMRJobs.setup:162 » NoClassDefFound 
org/apache/hadoop/...
  TestMRAppWithCombiner.setup:70 NoClassDefFound 
org/apache/hadoop/yarn/server/r...
  TestMRJobs.setup:150 NoClassDefFound 
org/apache/hadoop/yarn/server/MiniYARNClu...
  TestMRJobsWithHistoryService.testJobHistoryData:153 » IO 
java.net.ConnectExcep...

Tests run: 499, Failures: 1, Errors: 8, Skipped: 11

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  3.284 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:56 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 33.561 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  5.670 s]
[INFO] Apache Hadoop MapReduce App ... SUCCESS [10:03 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SUCCESS [05:56 min]
[INFO] Apache Hadoop MapReduce JobClient . FAILURE [  02:01 h]
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 02:19 h
[INFO] Finished at: 2015-10-23T19:23:01+00:00
[INFO] Final Memory: 39M/748M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-jobclient: There was a timeout or other error 
in the fork -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-jobclient
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating YARN-4009
Updating YARN-2913
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
9 tests failed.
FAILED:  org.apache.hadoop.mapred.TestMiniMRClientCluster.testRestart

Error Message:
Address before restart: asf906.gq1.ygridcore.net:0 is different from new 
address: asf906.gq1.ygridcore.net:54037 expected:<...6.gq1.ygridcore.net:[0]> 
but was:<...6.gq1.ygridcore.net:[54037]>

Stack Trace:
org.junit.ComparisonFailure: Address before restart: asf906.gq1.ygridcore.net:0 
is different from new address: asf906.gq1.ygridcore.net:54037 
expected:<...6.gq1.ygridcore.net:[0]> but was:<...6.gq1.ygridcore.net:[54037]>
at org.junit.Assert.assertEquals(Assert.java:115)
at 
org.apache.hadoop.mapred.TestMiniMRClientCluster.testRestart(TestMiniMRClientCluster.java:146)


FAILED:  org.apache.hadoop.mapred.TestNetworkedJob.testNetworkedJob

Error Message:
org.apache.hadoop.yarn.exceptions.YarnException: java.io.IOException: 
Delegation Token can be issued only with kerberos authentication
 at org.apache.hadoop.yarn.ipc.RPCUtil.getRemoteException(RPCUtil.java:38)
 at 

[jira] [Created] (MAPREDUCE-6523) hadoop-yarn Avoid unsafe split and append on fields that might be IPv6 literals

2015-10-23 Thread Nemanja Matkovic (JIRA)
Nemanja Matkovic created MAPREDUCE-6523:
---

 Summary: hadoop-yarn Avoid unsafe split and append on fields that 
might be IPv6 literals
 Key: MAPREDUCE-6523
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6523
 Project: Hadoop Map/Reduce
  Issue Type: Task
Reporter: Nemanja Matkovic
Assignee: Nemanja Matkovic


Yarn changes needed for IPv6 support for work
It seems I cannot assign JIRA under YARN (see YARN-4283) so creating under 
mapreduce



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Hadoop-Mapreduce-trunk-Java8 - Build # 575 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/575/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 11442 lines...]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.util.TestMRCJCRunJar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in 
org.apache.hadoop.util.TestMRCJCRunJar
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.io.TestSequenceFileMergeProgress
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 sec - in 
org.apache.hadoop.io.TestSequenceFileMergeProgress

Results :

Failed tests: 
  TestMiniMRClientCluster.testRestart:146 Address before restart: 
asf903.gq1.ygridcore.net:0 is different from new address: 
asf903.gq1.ygridcore.net:51051 expected:<...3.gq1.ygridcore.net:[0]> but 
was:<...3.gq1.ygridcore.net:[51051]>

Tests in error: 
  TestMRJobsWithHistoryService.testJobHistoryData:153 » IO 
java.net.ConnectExcep...
  TestNonExistentJob.testGetInvalidJob:93 » IO java.net.ConnectException: Call 
F...

Tests run: 523, Failures: 1, Errors: 2, Skipped: 11

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.168 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:27 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 26.494 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  4.258 s]
[INFO] Apache Hadoop MapReduce App ... SUCCESS [11:07 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SUCCESS [06:10 min]
[INFO] Apache Hadoop MapReduce JobClient . FAILURE [  01:40 h]
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:59 h
[INFO] Finished at: 2015-10-23T19:42:33+00:00
[INFO] Final Memory: 34M/165M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-jobclient: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-jobclient
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating MAPREDUCE-6508
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
3 tests failed.
FAILED:  org.apache.hadoop.mapred.TestMiniMRClientCluster.testRestart

Error Message:
Address before restart: asf903.gq1.ygridcore.net:0 is different from new 
address: asf903.gq1.ygridcore.net:51051 expected:<...3.gq1.ygridcore.net:[0]> 
but was:<...3.gq1.ygridcore.net:[51051]>

Stack Trace:
org.junit.ComparisonFailure: Address before restart: asf903.gq1.ygridcore.net:0 
is different from new address: asf903.gq1.ygridcore.net:51051 
expected:<...3.gq1.ygridcore.net:[0]> but was:<...3.gq1.ygridcore.net:[51051]>
at org.junit.Assert.assertEquals(Assert.java:115)
at 
org.apache.hadoop.mapred.TestMiniMRClientCluster.testRestart(TestMiniMRClientCluster.java:146)


FAILED:  
org.apache.hadoop.mapreduce.v2.TestMRJobsWithHistoryService.testJobHistoryData

Error Message:
java.net.ConnectException: Call From asf903.gq1.ygridcore.net/67.195.81.147 to 
asf903.gq1.ygridcore.net:0 failed on connection exception: 
java.net.ConnectException: 

Hadoop-Mapreduce-trunk-Java8 - Build # 577 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/577/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 11248 lines...]
Running org.apache.hadoop.mapreduce.v2.TestSpeculativeExecutionWithMRApp
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.273 sec - in 
org.apache.hadoop.mapreduce.v2.TestSpeculativeExecutionWithMRApp
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapreduce.v2.TestMRJobs
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 340.527 sec - 
in org.apache.hadoop.mapreduce.v2.TestMRJobs
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapreduce.v2.TestUberAM

Results :

Failed tests: 
  TestMiniMRClientCluster.testRestart:146 Address before restart: 
asf905.gq1.ygridcore.net:0 is different from new address: 
asf905.gq1.ygridcore.net:59668 expected:<...5.gq1.ygridcore.net:[0]> but 
was:<...5.gq1.ygridcore.net:[59668]>
  TestMiniMRChildTask.testTaskEnv:469->runTestTaskEnv:546 The environment 
checker job failed.
  TestMiniMRChildTask.testMapRedExecutionEnv:446->launchTest:194 null

Tests in error: 
  TestMRJobsWithHistoryService.testJobHistoryData:153 » IO 
java.net.ConnectExcep...

Tests run: 319, Failures: 3, Errors: 1, Skipped: 8

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.478 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:31 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 28.017 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  5.308 s]
[INFO] Apache Hadoop MapReduce App ... SUCCESS [11:13 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SUCCESS [06:16 min]
[INFO] Apache Hadoop MapReduce JobClient . FAILURE [  01:16 h]
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:36 h
[INFO] Finished at: 2015-10-24T00:59:44+00:00
[INFO] Final Memory: 42M/225M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-jobclient: ExecutionException: 
org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in 
starting fork, check output in log -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-jobclient
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HDFS-9290
Updating HDFS-9301
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
4 tests failed.
FAILED:  org.apache.hadoop.mapred.TestMiniMRChildTask.testTaskEnv

Error Message:
The environment checker job failed.

Stack Trace:
java.lang.AssertionError: The environment checker job failed.
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at 
org.apache.hadoop.mapred.TestMiniMRChildTask.runTestTaskEnv(TestMiniMRChildTask.java:546)
at 
org.apache.hadoop.mapred.TestMiniMRChildTask.testTaskEnv(TestMiniMRChildTask.java:469)


FAILED:  org.apache.hadoop.mapred.TestMiniMRChildTask.testMapRedExecutionEnv

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at 
org.apache.hadoop.mapred.TestMiniMRChildTask.launchTest(TestMiniMRChildTask.java:194)
at 

Hadoop-Mapreduce-trunk - Build # 2521 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2521/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 33737 lines...]
Results :

Failed tests: 
  TestMiniMRClientCluster.testRestart:146 Address before restart: 
asf903.gq1.ygridcore.net:0 is different from new address: 
asf903.gq1.ygridcore.net:57355 expected:<...3.gq1.ygridcore.net:[0]> but 
was:<...3.gq1.ygridcore.net:[57355]>

Tests in error: 
  TestMRJobsWithHistoryService.testJobHistoryData:153 » IO 
java.net.ConnectExcep...
  TestUberAM.testFailingMapper:132 » IO java.net.ConnectException: Call From 
asf...
  
TestUberAM>TestMRJobs.testDistributedCache:926->TestMRJobs._testDistributedCache:906
 » IO
  
TestUberAM>TestMRJobs.testConfVerificationWithJobClient:263->TestMRJobs.testConfVerification:348
 » IO
  TestUberAM>TestMRJobs.testContainerRollingLog:694 » IO 
java.net.ConnectExcepti...

Tests run: 523, Failures: 1, Errors: 5, Skipped: 11

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  2.807 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [01:46 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 30.235 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  4.849 s]
[INFO] Apache Hadoop MapReduce App ... SUCCESS [09:35 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SUCCESS [05:41 min]
[INFO] Apache Hadoop MapReduce JobClient . FAILURE [  01:44 h]
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 02:02 h
[INFO] Finished at: 2015-10-23T23:38:32+00:00
[INFO] Final Memory: 36M/729M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-jobclient: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-jobclient
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HDFS-8808
Updating YARN-4041
Updating HDFS-9264
Updating HDFS-9184
Updating MAPREDUCE-6508
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
6 tests failed.
FAILED:  org.apache.hadoop.mapreduce.v2.TestUberAM.testFailingMapper

Error Message:
java.net.ConnectException: Call From asf903.gq1.ygridcore.net/67.195.81.147 to 
asf903.gq1.ygridcore.net:0 failed on connection exception: 
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused

Stack Trace:
java.io.IOException: java.net.ConnectException: Call From 
asf903.gq1.ygridcore.net/67.195.81.147 to asf903.gq1.ygridcore.net:0 failed on 
connection exception: java.net.ConnectException: Connection refused; For more 
details see:  http://wiki.apache.org/hadoop/ConnectionRefused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
at 
org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:531)
at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:495)
at 
org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:633)
at 

Hadoop-Mapreduce-trunk-Java8 - Build # 576 - Still Failing

2015-10-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/576/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 10666 lines...]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.063 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.579 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestLocalContainerLauncher
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.596 sec - in 
org.apache.hadoop.mapred.TestLocalContainerLauncher

Results :

Failed tests: 
  TestKill.testKillJob:84 Task state not correct expected: but was:

Tests run: 339, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client  SUCCESS [  4.416 s]
[INFO] Apache Hadoop MapReduce Core .. SUCCESS [02:40 min]
[INFO] Apache Hadoop MapReduce Common  SUCCESS [ 45.820 s]
[INFO] Apache Hadoop MapReduce Shuffle ... SUCCESS [  7.733 s]
[INFO] Apache Hadoop MapReduce App ... FAILURE [14:29 min]
[INFO] Apache Hadoop MapReduce HistoryServer . SKIPPED
[INFO] Apache Hadoop MapReduce JobClient . SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins . SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] Apache Hadoop MapReduce ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 18:08 min
[INFO] Finished at: 2015-10-23T22:06:59+00:00
[INFO] Final Memory: 40M/258M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-mapreduce-client-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Updating HDFS-8808
Updating YARN-4041
Updating HDFS-9264
Updating HDFS-9184
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
1 tests failed.
FAILED:  org.apache.hadoop.mapreduce.v2.app.TestKill.testKillJob

Error Message:
Task state not correct expected: but was:

Stack Trace:
java.lang.AssertionError: Task state not correct expected: but was:
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.apache.hadoop.mapreduce.v2.app.TestKill.testKillJob(TestKill.java:84)