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/28 19:55:17 UTC

Failed: YARN-3324 PreCommit Build #8693

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 265 lines...]
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 21s    | 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 6s     | Tests failed in 
|      |                     |            | hadoop-yarn-server-nodemanager.
|      |                     |  24m 33s   | 


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


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12703955/YARN-3324-branch-2.6.0.002.patch |
| Optional Tests | javac unit findbugs checkstyle |
| git revision | trunk / f170934 |
| 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/8693/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.
8720661d3eb315a8aefa58e3873e586eeaf9fb80 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8691
Archived 27 artifacts
Archive block size is 32768
Received 53 blocks and 4860261 bytes
Compression is 26.3%
Took 1.8 sec
[description-setter] Could not determine description.
Recording test results
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:
java.io.IOException: Cannot run program "docker" (in directory "/tmp/temp-1438105825716"): error=2, No such file or directory

Stack Trace:
java.lang.RuntimeException: java.io.IOException: Cannot run program "docker" (in directory "/tmp/temp-1438105825716"): error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
	at org.apache.hadoop.util.Shell.runCommand(Shell.java:498)
	at org.apache.hadoop.util.Shell.run(Shell.java:468)
	at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:736)
	at org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutor.shellExec(TestDockerContainerExecutor.java:133)
	at org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutor.tearDown(TestDockerContainerExecutor.java:218)