See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/368/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 13219 lines...]
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/target/test-dir
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath (build-classpath) @ 
hadoop-hdfs-project ---
[INFO] Wrote classpath file 
'/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/target/classes/mrapp-generated-classpath'.
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (hadoop-java-sources) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8.1:jar (module-javadocs) @ 
hadoop-hdfs-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
hadoop-hdfs-project ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-hdfs-project/0.23.4-SNAPSHOT/hadoop-hdfs-project-0.23.4-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (create-testdirs) @ hadoop-hdfs-project 
---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath (build-classpath) @ 
hadoop-hdfs-project ---
[INFO] Skipped writing classpath file 
'/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/target/classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (hadoop-java-sources) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8.1:jar (module-javadocs) @ 
hadoop-hdfs-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.6:checkstyle (default-cli) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.3.2:findbugs (default-cli) @ 
hadoop-hdfs-project ---
[INFO] ****** FindBugsMojo execute *******
[INFO] canGenerate is false
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS ................................ SUCCESS [5:16.187s]
[INFO] Apache Hadoop HttpFS .............................. SUCCESS [44.582s]
[INFO] Apache Hadoop HDFS Project ........................ SUCCESS [0.065s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:01.426s
[INFO] Finished at: Sat Sep 08 11:39:49 UTC 2012
[INFO] Final Memory: 51M/747M
[INFO] ------------------------------------------------------------------------
+ /home/jenkins/tools/maven/latest/bin/mvn test 
-Dmaven.test.failure.ignore=true -Pclover 
-DcloverLicenseLocation=/home/jenkins/tools/clover/latest/lib/clover.license
Archiving artifacts
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Publishing Javadoc
Recording fingerprints
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Unstable
Sending email for trigger: Unstable



###################################################################################
############################## FAILED TESTS (if any) 
##############################
1 tests failed.
FAILED:  
org.apache.hadoop.hdfs.TestHftpDelegationToken.testInsecureRemoteCluster

Error Message:
Unable to obtain remote token

Stack Trace:
java.io.IOException: Unable to obtain remote token
        at 
org.apache.hadoop.hdfs.tools.DelegationTokenFetcher.getDTfromRemote(DelegationTokenFetcher.java:230)
        at org.apache.hadoop.hdfs.HftpFileSystem$2.run(HftpFileSystem.java:237)
        at org.apache.hadoop.hdfs.HftpFileSystem$2.run(HftpFileSystem.java:232)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:396)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1212)
        at 
org.apache.hadoop.hdfs.HftpFileSystem.getDelegationToken(HftpFileSystem.java:232)
        at 
org.apache.hadoop.hdfs.HftpFileSystem.initDelegationToken(HftpFileSystem.java:185)
        at 
org.apache.hadoop.hdfs.HftpFileSystem.initialize(HftpFileSystem.java:174)
        at 
org.apache.hadoop.hdfs.HsftpFileSystem.initialize(HsftpFileSystem.java:63)
        at 
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2190)
        at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:84)
        at 
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2224)
        at org.apache.hadoop.fs.FileSystem$Cache.getUnique(FileSystem.java:2212)
        at org.apache.hadoop.fs.FileSystem.newInstance(FileSystem.java:353)
        at 
org.apache.hadoop.hdfs.TestHftpDelegationToken.__CLR3_0_2hvuutv12a6(TestHftpDelegationToken.java:147)
        at 
org.apache.hadoop.hdfs.TestHftpDelegationToken.testInsecureRemoteCluster(TestHftpDelegationToken.java:142)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
        at 
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
        at 
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:81)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: java.io.IOException: Can't get service ticket for: host/localhost
        at 
org.apache.hadoop.security.SecurityUtil.fetchServiceTicket(SecurityUtil.java:164)
        at 
org.apache.hadoop.hdfs.tools.DelegationTokenFetcher$2.run(DelegationTokenFetcher.java:388)
        at 
org.apache.hadoop.hdfs.tools.DelegationTokenFetcher$2.run(DelegationTokenFetcher.java:386)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:396)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1212)
        at 
org.apache.hadoop.hdfs.tools.DelegationTokenFetcher.openConnection(DelegationTokenFetcher.java:385)
        at 
org.apache.hadoop.hdfs.tools.DelegationTokenFetcher.getDTfromRemote(DelegationTokenFetcher.java:220)
        ... 45 more
Caused by: java.io.IOException: Failed to find TGT from current Subject:Subject:
        Principal: UnixPrincipal: jenkins
        Principal: UnixNumericUserPrincipal: 1003
        Principal: UnixNumericGroupPrincipal [Primary Group]: 1003
        Principal: UnixNumericGroupPrincipal [Supplementary Group]: 10000
        Principal: jenkins
        Private Credential: org.apache.hadoop.security.Credentials@10ffb38

        at 
org.apache.hadoop.security.SecurityUtil.getTgtFromSubject(SecurityUtil.java:106)
        at 
org.apache.hadoop.security.SecurityUtil.fetchServiceTicket(SecurityUtil.java:161)
        ... 52 more


Reply via email to