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/31 06:29:13 UTC

Failed: YARN-3965 PreCommit Build #8729

Jira: https://issues.apache.org/jira/browse/YARN-3965
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8729/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 291 lines...]
|      |                     |            | whitespace.
|  +1  |            install  |  1m 22s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 34s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 14s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  6m 8s     | Tests failed in 
|      |                     |            | hadoop-yarn-server-nodemanager.
|      |                     |  44m 1s    | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.server.nodemanager.TestDeletionService 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12748110/YARN-3965-4.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 88d8736 |
| checkstyle |  /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-server-nodemanager.txt |
| hadoop-yarn-server-nodemanager test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-nodemanager.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8729/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf905.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.
259c81b13ace7c40e43a51463c36f2435ea22ea2 logged out


============================================================================
============================================================================
                              Finished build.
============================================================================
============================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8718
Archived 30 artifacts
Archive block size is 32768
Received 234 blocks and 4168239 bytes
Compression is 64.8%
Took 2.7 sec
[description-setter] Could not determine description.
Recording test results
Publish JUnit test result report is waiting for a checkpoint on PreCommit-YARN-Build #8728
Email was triggered for: Failure
Sending email for trigger: Failure



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

Error Message:
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/org.apache.hadoop.yarn.server.nodemanager.TestDeletionService/-2946492361097202001/-5529910157106074118

Stack Trace:
java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/org.apache.hadoop.yarn.server.nodemanager.TestDeletionService/-2946492361097202001/-5529910157106074118
	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:656)
	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:637)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:853)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:630)
	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:1164)
	at org.apache.hadoop.fs.FileContext$15.next(FileContext.java:1160)
	at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90)
	at org.apache.hadoop.fs.FileContext.getFileStatus(FileContext.java:1160)
	at org.apache.hadoop.fs.FileContext$Util.exists(FileContext.java:1625)
	at org.apache.hadoop.yarn.server.nodemanager.TestDeletionService.testAbsDelete(TestDeletionService.java:132)