See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1113/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 10549 lines...]

Results :

Failed tests: 
  TestNetworkedJob.testNetworkedJob:174 expected:<[[Wed Mar 02 02:55:23 +0000 
2016] Application is Activated, waiting for resources to be assigned for AM.  
Details : AM Partition = <DEFAULT_PARTITION> ; Partition Resource = 
<memory:8192, vCores:16> ; Queue's Absolute capacity = 100.0 % ; Queue's 
Absolute used capacity = 0.0 % ; Queue's Absolute max capacity = 100.0 % ; ]> 
but was:<[]>

Tests in error: 
  TestFileSystem.testFsCache:513->runTestCache:553 » NoClassDefFound 
org/apache/...
  TestFileSystem.testFs:70->testFs:83->createControlFile:124 NoClassDefFound 
org...
  TestFileSystem.testCommandFormat:96 NoClassDefFound 
org/apache/hadoop/fs/shell...
  TestDFSIO.testReadRandom:251->randomReadTest:626->runIOTest:456 » IO Job 
faile...
  TestDFSIO.testReadSkip:271->randomReadTest:626->runIOTest:456 » IO Job failed!
  TestDFSIO.testAppend:280->appendTest:502->runIOTest:456 » IO Job failed!
  TestDFSIO.testReadBackward:261->randomReadTest:626->runIOTest:456 »  test 
time...
  TestBinaryTokenFile.setUp:191 NoClassDefFound 
org/apache/hadoop/yarn/exception...
  TestMRCredentials.setUp:66 » YarnRuntime java.lang.NoClassDefFoundError: 
org/a...

Tests run: 526, Failures: 1, Errors: 9, Skipped: 11

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client .................... SUCCESS [  4.376 s]
[INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [02:17 min]
[INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 33.827 s]
[INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [  8.333 s]
[INFO] Apache Hadoop MapReduce App ....................... SUCCESS [13:02 min]
[INFO] Apache Hadoop MapReduce HistoryServer ............. SUCCESS [07:20 min]
[INFO] Apache Hadoop MapReduce JobClient ................. FAILURE [  02:06 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:30 h
[INFO] Finished at: 2016-03-02T04:46:11+00:00
[INFO] Final Memory: 33M/151M
[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 <goals> -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
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
10 tests failed.
FAILED:  org.apache.hadoop.fs.TestDFSIO.testReadRandom

Error Message:
Job failed!

Stack Trace:
java.io.IOException: Job failed!
        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
        at org.apache.hadoop.fs.TestDFSIO.runIOTest(TestDFSIO.java:456)
        at org.apache.hadoop.fs.TestDFSIO.randomReadTest(TestDFSIO.java:626)
        at org.apache.hadoop.fs.TestDFSIO.testReadRandom(TestDFSIO.java:251)


FAILED:  org.apache.hadoop.fs.TestDFSIO.testReadSkip

Error Message:
Job failed!

Stack Trace:
java.io.IOException: Job failed!
        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
        at org.apache.hadoop.fs.TestDFSIO.runIOTest(TestDFSIO.java:456)
        at org.apache.hadoop.fs.TestDFSIO.randomReadTest(TestDFSIO.java:626)
        at org.apache.hadoop.fs.TestDFSIO.testReadSkip(TestDFSIO.java:271)


FAILED:  org.apache.hadoop.fs.TestDFSIO.testAppend

Error Message:
Job failed!

Stack Trace:
java.io.IOException: Job failed!
        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
        at org.apache.hadoop.fs.TestDFSIO.runIOTest(TestDFSIO.java:456)
        at org.apache.hadoop.fs.TestDFSIO.appendTest(TestDFSIO.java:502)
        at org.apache.hadoop.fs.TestDFSIO.testAppend(TestDFSIO.java:280)


FAILED:  org.apache.hadoop.fs.TestDFSIO.testReadBackward

Error Message:
test timed out after 3000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 3000 milliseconds
        at java.lang.Thread.sleep(Native Method)
        at org.apache.hadoop.mapreduce.Job.monitorAndPrintJob(Job.java:1404)
        at 
org.apache.hadoop.mapred.JobClient$NetworkedJob.monitorAndPrintJob(JobClient.java:412)
        at 
org.apache.hadoop.mapred.JobClient.monitorAndPrintJob(JobClient.java:895)
        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:875)
        at org.apache.hadoop.fs.TestDFSIO.runIOTest(TestDFSIO.java:456)
        at org.apache.hadoop.fs.TestDFSIO.randomReadTest(TestDFSIO.java:626)
        at org.apache.hadoop.fs.TestDFSIO.testReadBackward(TestDFSIO.java:261)


FAILED:  org.apache.hadoop.fs.TestFileSystem.testFsCache

Error Message:
org/apache/hadoop/util/IntrusiveCollection$IntrusiveIterator

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/hadoop/util/IntrusiveCollection$IntrusiveIterator
        at 
org.apache.hadoop.util.IntrusiveCollection.iterator(IntrusiveCollection.java:213)
        at 
org.apache.hadoop.util.IntrusiveCollection.clear(IntrusiveCollection.java:368)
        at 
org.apache.hadoop.hdfs.server.blockmanagement.DatanodeManager.clearPendingCachingCommands(DatanodeManager.java:1589)
        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.stopActiveServices(FSNamesystem.java:1186)
        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.close(FSNamesystem.java:1531)
        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stopCommonServices(NameNode.java:773)
        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:952)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.stopAndJoinNameNode(MiniDFSCluster.java:1965)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1911)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1882)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1875)
        at 
org.apache.hadoop.fs.TestFileSystem.runTestCache(TestFileSystem.java:553)
        at 
org.apache.hadoop.fs.TestFileSystem.testFsCache(TestFileSystem.java:513)


FAILED:  org.apache.hadoop.fs.TestFileSystem.testFs

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

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/io/LongWritable
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at 
org.apache.hadoop.fs.TestFileSystem.createControlFile(TestFileSystem.java:124)
        at org.apache.hadoop.fs.TestFileSystem.testFs(TestFileSystem.java:83)
        at org.apache.hadoop.fs.TestFileSystem.testFs(TestFileSystem.java:70)


FAILED:  org.apache.hadoop.fs.TestFileSystem.testCommandFormat

Error Message:
org/apache/hadoop/fs/shell/CommandFormat

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/fs/shell/CommandFormat
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at 
org.apache.hadoop.fs.TestFileSystem.testCommandFormat(TestFileSystem.java:96)


FAILED:  
org.apache.hadoop.mapreduce.security.TestBinaryTokenFile.org.apache.hadoop.mapreduce.security.TestBinaryTokenFile

Error Message:
org/apache/hadoop/yarn/exceptions/YarnRuntimeException

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/hadoop/yarn/exceptions/YarnRuntimeException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at 
org.apache.hadoop.mapreduce.security.TestBinaryTokenFile.setUp(TestBinaryTokenFile.java:191)


FAILED:  
org.apache.hadoop.mapreduce.security.TestMRCredentials.org.apache.hadoop.mapreduce.security.TestMRCredentials

Error Message:
java.lang.NoClassDefFoundError: 
org/apache/hadoop/yarn/server/MiniYARNCluster$NodeManagerWrapper$1

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: 
java.lang.NoClassDefFoundError: 
org/apache/hadoop/yarn/server/MiniYARNCluster$NodeManagerWrapper$1
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster$NodeManagerWrapper.serviceStart(MiniYARNCluster.java:569)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:120)
        at 
org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster.serviceStart(MiniMRYarnCluster.java:191)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.mapred.MiniMRClientClusterFactory.create(MiniMRClientClusterFactory.java:80)
        at 
org.apache.hadoop.mapred.MiniMRClientClusterFactory.create(MiniMRClientClusterFactory.java:41)
        at 
org.apache.hadoop.mapreduce.security.TestMRCredentials.setUp(TestMRCredentials.java:66)


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

Error Message:
expected:<[[Wed Mar 02 02:55:23 +0000 2016] Application is Activated, waiting 
for resources to be assigned for AM.  Details : AM Partition = 
<DEFAULT_PARTITION> ; Partition Resource = <memory:8192, vCores:16> ; Queue's 
Absolute capacity = 100.0 % ; Queue's Absolute used capacity = 0.0 % ; Queue's 
Absolute max capacity = 100.0 % ; ]> but was:<[]>

Stack Trace:
org.junit.ComparisonFailure: expected:<[[Wed Mar 02 02:55:23 +0000 2016] 
Application is Activated, waiting for resources to be assigned for AM.  Details 
: AM Partition = <DEFAULT_PARTITION> ; Partition Resource = <memory:8192, 
vCores:16> ; Queue's Absolute capacity = 100.0 % ; Queue's Absolute used 
capacity = 0.0 % ; Queue's Absolute max capacity = 100.0 % ; ]> but was:<[]>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapred.TestNetworkedJob.testNetworkedJob(TestNetworkedJob.java:174)


Reply via email to