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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 274 lines...]
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 37s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 33s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  3m 7s     | The patch does not introduce any 
|      |                     |            | new Findbugs (version 2.0.3)
|      |                     |            | warnings.
|  +1  |             native  |  3m 28s    | Pre-build of native portion 
|  -1  |         hdfs tests  |  165m 32s  | Tests failed in hadoop-hdfs. 
|      |                     |  208m 29s  | 


             Reason | Tests
 Failed unit tests  |  hadoop.tracing.TestTraceAdmin 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12731285/YARN-3597.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / b88700d |
| hadoop-hdfs test log | 
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-hdfs.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/7780/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.
d0fb560f824edf08f5613742de4b7c60b5b9df3f logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #7775
Archived 25 artifacts
Archive block size is 32768
Received 73 blocks and 8994961 bytes
Compression is 21.0%
Took 3.7 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.tracing.TestTraceAdmin.testCreateAndDestroySpanReceiver

Error Message:
Failed to load SpanReceiver org.apache.htrace.impl.LocalFileSpanReceiver
 at 
org.apache.hadoop.tracing.SpanReceiverHost.loadInstance(SpanReceiverHost.java:171)
 at 
org.apache.hadoop.tracing.SpanReceiverHost.addSpanReceiver(SpanReceiverHost.java:216)
 at 
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.addSpanReceiver(NameNodeRpcServer.java:2029)
 at 
org.apache.hadoop.tracing.TraceAdminProtocolServerSideTranslatorPB.addSpanReceiver(TraceAdminProtocolServerSideTranslatorPB.java:81)
 at 
org.apache.hadoop.tracing.TraceAdminPB$TraceAdminService$2.callBlockingMethod(TraceAdminPB.java:4580)
 at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:636)
 at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:976)
 at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2174)
 at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2170)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:415)
 at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1669)
 at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2168)


Stack Trace:
org.apache.hadoop.ipc.RemoteException: Failed to load SpanReceiver 
org.apache.htrace.impl.LocalFileSpanReceiver
        at 
org.apache.hadoop.tracing.SpanReceiverHost.loadInstance(SpanReceiverHost.java:171)
        at 
org.apache.hadoop.tracing.SpanReceiverHost.addSpanReceiver(SpanReceiverHost.java:216)
        at 
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.addSpanReceiver(NameNodeRpcServer.java:2029)
        at 
org.apache.hadoop.tracing.TraceAdminProtocolServerSideTranslatorPB.addSpanReceiver(TraceAdminProtocolServerSideTranslatorPB.java:81)
        at 
org.apache.hadoop.tracing.TraceAdminPB$TraceAdminService$2.callBlockingMethod(TraceAdminPB.java:4580)
        at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:636)
        at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:976)
        at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2174)
        at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2170)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1669)
        at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2168)

        at org.apache.hadoop.ipc.Client.call(Client.java:1492)
        at org.apache.hadoop.ipc.Client.call(Client.java:1423)
        at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)
        at com.sun.proxy.$Proxy21.addSpanReceiver(Unknown Source)
        at 
org.apache.hadoop.tracing.TraceAdminProtocolTranslatorPB.addSpanReceiver(TraceAdminProtocolTranslatorPB.java:81)
        at 
org.apache.hadoop.tracing.TraceAdmin.addSpanReceiver(TraceAdmin.java:120)
        at org.apache.hadoop.tracing.TraceAdmin.run(TraceAdmin.java:182)
        at 
org.apache.hadoop.tracing.TestTraceAdmin.runTraceCommand(TestTraceAdmin.java:44)
        at 
org.apache.hadoop.tracing.TestTraceAdmin.testCreateAndDestroySpanReceiver(TestTraceAdmin.java:74)


Reply via email to