You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/07/10 12:46:30 UTC

Hadoop-Yarn-trunk - Build # 982 - Still Failing

See https://builds.apache.org/job/Hadoop-Yarn-trunk/982/

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

Tests run: 323, Failures: 3, Errors: 1, Skipped: 17

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  3.325 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [03:37 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [02:56 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.095 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 46.710 s]
[INFO] Apache Hadoop YARN NodeManager .................... FAILURE [05:53 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SKIPPED
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SKIPPED
[INFO] Apache Hadoop YARN ResourceManager ................ SKIPPED
[INFO] Apache Hadoop YARN Server Tests ................... SKIPPED
[INFO] Apache Hadoop YARN Client ......................... SKIPPED
[INFO] Apache Hadoop YARN SharedCacheManager ............. SKIPPED
[INFO] Apache Hadoop YARN Applications ................... SKIPPED
[INFO] Apache Hadoop YARN DistributedShell ............... SKIPPED
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SKIPPED
[INFO] Apache Hadoop YARN Site ........................... SKIPPED
[INFO] Apache Hadoop YARN Registry ....................... SKIPPED
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:19 min
[INFO] Finished at: 2015-07-10T10:46:32+00:00
[INFO] Final Memory: 77M/928M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-server-nodemanager: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/Hadoop-Yarn-trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/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-yarn-server-nodemanager
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Updating HADOOP-12210
Updating YARN-3878
Updating HDFS-8749
Updating HDFS-8729
Updating HADOOP-12180
Updating YARN-3800
Updating YARN-1012
Updating HDFS-2956
Updating YARN-3888
Sending e-mails to: yarn-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
4 tests failed.
REGRESSION:  org.apache.hadoop.yarn.server.nodemanager.TestDeletionService.testRelativeDelete

Error Message:
/home/jenkins/jenkins-slave/workspace/Hadoop-Yarn-trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/org.apache.hadoop.yarn.server.nodemanager.TestDeletionService/-1708812267046469249/1689601911973653538/1036120353733544734/-5370822661756264676/-6177845403273898769

Stack Trace:
java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Hadoop-Yarn-trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/org.apache.hadoop.yarn.server.nodemanager.TestDeletionService/-1708812267046469249/1689601911973653538/1036120353733544734/-5370822661756264676/-6177845403273898769
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
	at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
	at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:97)
	at java.nio.file.Files.readAttributes(Files.java:1684)
	at org.apache.hadoop.fs.RawLocalFileSystem$DeprecatedRawLocalFileStatus.<init>(RawLocalFileSystem.java:653)
	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:634)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:850)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:627)
	at org.apache.hadoop.fs.DelegateToFileSystem.getFileStatus(DelegateToFileSystem.java:110)
	at org.apache.hadoop.fs.FilterFs.getFileStatus(FilterFs.java:121)
	at org.apache.hadoop.fs.FileContext$15.next(FileContext.java:1163)
	at org.apache.hadoop.fs.FileContext$15.next(FileContext.java:1159)
	at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90)
	at org.apache.hadoop.fs.FileContext.getFileStatus(FileContext.java:1159)
	at org.apache.hadoop.fs.FileContext$Util.exists(FileContext.java:1624)
	at org.apache.hadoop.yarn.server.nodemanager.TestDeletionService.testRelativeDelete(TestDeletionService.java:170)


REGRESSION:  org.apache.hadoop.yarn.server.nodemanager.containermanager.container.TestContainer.testKillOnLocalizedWhenContainerNotLaunched

Error Message:
expected:<CONTAINER_CLEANEDUP_AFTER_KILL> but was:<KILLING>

Stack Trace:
java.lang.AssertionError: expected:<CONTAINER_CLEANEDUP_AFTER_KILL> but was:<KILLING>
	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:144)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.container.TestContainer.testKillOnLocalizedWhenContainerNotLaunched(TestContainer.java:412)


REGRESSION:  org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.TestResourceLocalizationService.testLocalizationHeartbeat

Error Message:

Wanted but not invoked:
eventHandler.handle(
    <custom argument matcher>
);
-> at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.TestResourceLocalizationService.testLocalizationHeartbeat(TestResourceLocalizationService.java:900)
Actually, there were zero interactions with this mock.


Stack Trace:
org.mockito.exceptions.verification.WantedButNotInvoked: 
Wanted but not invoked:
eventHandler.handle(
    <custom argument matcher>
);
-> at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.TestResourceLocalizationService.testLocalizationHeartbeat(TestResourceLocalizationService.java:900)
Actually, there were zero interactions with this mock.

	at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.TestResourceLocalizationService.testLocalizationHeartbeat(TestResourceLocalizationService.java:900)


REGRESSION:  org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.TestResourceLocalizationService.testPublicResourceAddResourceExceptions

Error Message:
expected null, but was:<{ { file:/local/PRIVATE/5d33818b62ba9d6c, 2052, FILE, null },pending,[(container_314159265358979_0003_01_000042)],1699118767193742,DOWNLOADING}>

Stack Trace:
java.lang.AssertionError: expected null, but was:<{ { file:/local/PRIVATE/5d33818b62ba9d6c, 2052, FILE, null },pending,[(container_314159265358979_0003_01_000042)],1699118767193742,DOWNLOADING}>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:664)
	at org.junit.Assert.assertNull(Assert.java:646)
	at org.junit.Assert.assertNull(Assert.java:656)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.TestResourceLocalizationService.testPublicResourceAddResourceExceptions(TestResourceLocalizationService.java:1366)