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/06/01 16:38:50 UTC

Failed: YARN-3747 PreCommit Build #8149

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 256 lines...]
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 34s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 32s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 12s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  6m 29s    | Tests failed in 
|      |                     |            | hadoop-yarn-server-nodemanager.
|      |                     |  25m 7s    | 


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


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12736555/YARN-3747.patch |
| Optional Tests | javac unit findbugs checkstyle |
| git revision | trunk / 63e3fee |
| 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/8149/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.
984580d1dc80bac5a9ee96d89f73f2f66ceb0fbd logged out


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


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



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutor.testLaunchContainer

Error Message:
File /tmp/temp-1433168760065 does not exist

Stack Trace:
java.io.FileNotFoundException: File /tmp/temp-1433168760065 does not exist
	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:624)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:837)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:614)
	at org.apache.hadoop.fs.FileSystem.primitiveMkdir(FileSystem.java:1053)
	at org.apache.hadoop.fs.DelegateToFileSystem.mkdir(DelegateToFileSystem.java:161)
	at org.apache.hadoop.fs.FilterFs.mkdir(FilterFs.java:206)
	at org.apache.hadoop.fs.FileContext$4.next(FileContext.java:721)
	at org.apache.hadoop.fs.FileContext$4.next(FileContext.java:717)
	at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90)
	at org.apache.hadoop.fs.FileContext.mkdir(FileContext.java:717)
	at org.apache.hadoop.yarn.server.nodemanager.DockerContainerExecutor.createDir(DockerContainerExecutor.java:589)
	at org.apache.hadoop.yarn.server.nodemanager.DockerContainerExecutor.launchContainer(DockerContainerExecutor.java:214)
	at org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutor.runAndBlock(TestDockerContainerExecutor.java:183)
	at org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutor.testLaunchContainer(TestDockerContainerExecutor.java:239)