See <https://builds.apache.org/job/Hadoop-Common-trunk/1119/changes>

Changes:

[szetszwo] Add .classpath, .project and .settings to svn:ignore.

[brandonli] HADOOP-10612. NFS failed to refresh the user group id mapping 
table. Contributed by Brandon Li

[wang] Fix CRLFs in TestKillAMPreemptionPolicy.java

[jlowe] Updated CHANGES.txt to reflect revert of HADOOP 10474 and 10485 from 
branch-2

[atm] HADOOP-10489. UserGroupInformation#getTokens and 
UserGroupInformation#addToken can lead to ConcurrentModificationException. 
Contributed by Robert Kanter.

[kihwal] HDFS-6397. NN shows inconsistent value in deadnode count. Contributed 
by Mohammad Kamrul Islam.

[devaraj] MAPREDUCE-5867. Fix NPE in KillAMPreemptionPolicy related to 
ProportionalCapacityPreemptionPolicy. Contributed by Sunil G.

[cos] HDFS-6325. Append should fail if the last block has insufficient number 
of replicas (Keith Pak via cos)

[sandy] HADOOP-10614. CBZip2InputStream is not threadsafe (Xiangrui Meng via 
Sandy Ryza)

[junping_du] YARN-2066. Wrong field is referenced in 
GetApplicationsRequestPBImpl#mergeLocalToBuilder (Contributed by Hong Zhiguo)

[kasha] HADOOP-10609. .gitignore should ignore .orig and .rej files. (kasha)

[cmccabe] HDFS-4913. Deleting file through fuse-dfs when using trash fails, 
requiring root permissions (cmccabe)

[atm] HDFS-6406. Add capability for NFS gateway to reject connections from 
unprivileged ports. Contributed by Aaron T. Myers.

[cnauroth] MAPREDUCE-5809. Enhance distcp to support preserving HDFS ACLs. 
Contributed by Chris Nauroth.

[raviprak] MAPREDUCE 5874. Creating MapReduce REST API section. Contributed by 
Tsuyoshi Ozawa

[junping_du] HDFS-6250. Fix test failed in 
TestBalancerWithNodeGroup.testBalancerWithRackLocality (Contributed by Binglin 
Chang and Chen He)

[jianhe] Relocate entry in CHANGES.txt

[jianhe] YARN-2053. Fixed a bug in AMS to not add null NMToken into NMTokens 
list from previous attempts for work-preserving AM restart. Contributed by 
Wangda Tan

[tucu] HADOOP-10586. KeyShell doesn't allow setting Options via CLI. (clamb via 
tucu)

[wang] HDFS-6345. DFS.listCacheDirectives() should allow filtering based on 
cache directive ID. (wang)

[cnauroth] HDFS-6402. Suppress findbugs warning for failure to override equals 
and hashCode in FsAclPermission. Contributed by Chris Nauroth.

[arp] HDFS-6362. InvalidateBlocks is inconsistent in usage of DatanodeUuid and 
StorageID. (Arpit Agarwal)

[wang] HDFS-5683. Better audit log messages for caching operations. Contributed 
by Abhiraj Butala.

[brandonli] HDFS-6361. TestIdUserGroup.testUserUpdateSetting failed due to out 
of range nfsnobody Id. Contributed by Yongjun Zhang

[kihwal] HDFS-6400. Cannot execute hdfs oiv_legacy. Contributed by Akira 
AJISAKA.

[junping_du] MAPREDUCE-5861. finishedSubMaps field in LocalContainerLauncher 
does not need to be volatile. (Contributed by Tsuyoshi OZAWA)

[cmccabe] HDFS-6287. Add vecsum test of libhdfs read access times (cmccabe)

[cnauroth] HDFS-6326. WebHdfs ACL compatibility is broken. Contributed by Chris 
Nauroth.

[cmccabe] HADOOP-10401. ShellBasedUnixGroupsMapping#getGroups does not always 
return primary group first (ajisakaa via cmccabe)

[kihwal] HDFS-2949. Add check to active state transition to prevent 
operator-induced split brain. Contributed by Rushabh S Shah.

[cdouglas] MAPREDUCE-5821. Avoid unintentional reallocation of byte arrays in 
segments
during merge. Contributed by Todd Lipcon

[sandy] YARN-2042. String shouldn't be compared using == in 
QueuePlacementRule#NestedUserQueue#getQueueForApp (Chen He via Sandy Ryza)

[sandy] YARN-1986. In Fifo Scheduler, node heartbeat in between creating app 
and attempt causes NPE (Hong Zhiguo via Sandy Ryza)

[jing9] HDFS-6381. Fix a typo in INodeReference.java. Contributed by Binglin 
Chang.

[kihwal] HDFS-6293. Issues with OIV processing PB-based fsimages. Contributed 
by Kihwal Lee.

[junping_du] YARN-1362. Distinguish between nodemanager shutdown for 
decommission vs shutdown for restart. (Contributed by Jason Lowe)

[cdouglas] YARN-1957. Consider the max capacity of the queue when computing the 
ideal
capacity for preemption. Contributed by Carlo Curino

[cnauroth] HDFS-6370. Web UI fails to display in intranet under IE. Contributed 
by Haohui Mai.

[jeagles] YARN-1981. Nodemanager version is not updated when a node reconnects 
(Jason Lowe via jeagles)

[vinodkv] YARN-1861. Fixed a bug in RM to reset leader-election on fencing that 
was causing both RMs to be stuck in standby mode when automatic failover is 
enabled. Contributed by Karthik Kambatla and Xuan Gong.

[cmccabe] HDFS-6355. Fix divide-by-zero, improper use of wall-clock time in 
BlockPoolSliceScanner (cmccabe)

[kasha] MAPREDUCE-5652. NM Recovery. ShuffleHandler should handle NM restarts. 
(Jason Lowe via kasha)

[jlowe] MAPREDUCE-5814. fat jar with *-default.xml may fail when 
mapreduce.job.classloader=true. Contributed by Gera Shegalov

[tucu] HADOOP-10583. bin/hadoop key throws NPE with no args and assorted other 
fixups. (clamb via tucu)

[jeagles] MAPREDUCE-5888. Failed job leaves hung AM after it unregisters (Jason 
Lowe via jeagles)

[jing9] HDFS-6186. Pause deletion of blocks when the namenode starts up. 
Contributed by Jing Zhao.

[brandonli] HADOOP-10572. Example NFS mount command must pass noacl as it isn't 
supported by the server yet. Contributed by Harsh J.

[suresh] HADOOP-10566. Adding files missed in previous commit 1594280

[suresh] HADOOP-10566. Refactor proxyservers out of ProxyUsers. Contributed by 
Benoy Antony.

[jlowe] YARN-1751. Improve MiniYarnCluster for log aggregation testing. 
Contributed by Ming Ma

[jeagles] HDFS-6305. WebHdfs response decoding may throw RuntimeExceptions 
(Daryn Sharp via jeagles)

[jeagles] HADOOP-10585. Retry polices ignore interrupted exceptions (Daryn 
Sharp via jeagles)

[kihwal] HDFS-6334. Client failover proxy provider for IP failover based NN HA. 
Contributed by Kihwal Lee.

[umamahesh] HDFS-6367. EnumSetParam$Domain#parse fails for parameter containing 
more than one enum. Contributed by Yi Liu.

[jianhe] YARN-1976. Fix CHANGES.txt for YARN-1976.

[jianhe] YARN-2016. Fix a bug in GetApplicationsRequestPBImpl to add the missed 
fields to proto. Contributed by Junping Du

[kihwal] HDFS-5522. Datanode disk error check may be incorrectly skipped. 
Contributed by Rushabh Shah.

[wheat9] HDFS-6230. Expose upgrade status through NameNode web UI. Contributed 
by Mit Desai.

[wang] Command hdfs dfs -rm -r can't remove empty directory. Contributed by 
Yongjun Zhang.

[kasha] MAPREDUCE-5774. Job overview in History UI should list reducer phases 
in chronological order. (Gera Shegalov via kasha)

[jianhe] YARN-1975. Fix yarn application CLI to print the scheme of the 
tracking url of failed/killed applications. Contributed by Junping Du

[junping_du] YARN-2011. Fix typo and warning in TestLeafQueue (Contributed by 
Chen He)

[kasha] YARN-1987. Wrapper for leveldb DBIterator to aid in handling database 
exceptions. (Jason Lowe via kasha)

[wheat9] HDFS-6328. Clean up dead code in FSDirectory. Contributed by Haohui 
Mai.

[vinodkv] YARN-1962. Changed Timeline Service client configuration to be off by 
default given the non-readiness of the feature yet. Contributed by Mohammad 
Kamrul Islam.

[vinodkv] YARN-1982. Renamed the daemon name to be TimelineServer instead of 
History Server and deprecated the old usage. Contributed by Zhijie Shen.

[junping_du] YARN-766. TestNodeManagerShutdown in branch-2 should use Shell to 
form the output path and a format issue in trunk. (Contributed by Siddharth 
Seth)

[cmccabe] HDFS-6294. Use INode IDs to avoid conflicts when a file open for 
write is renamed (cmccabe)

[sandy] YARN-2036. Document yarn.resourcemanager.hostname in ClusterSetup (Ray 
Chiang via Sandy Ryza)

[wheat9] HDFS-6240. WebImageViewer returns 404 if LISTSTATUS to an empty 
directory. Contributed by Akira Ajisaka.

[zjshen] YARN-1701. Improved default paths of the timeline store and the 
generic history store. Contributed by Tsuyoshi Ozawa.

[kihwal] HDFS-6313. WebHdfs may use the wrong NN when configured for multiple 
HA NNs. Contributed by Kihwal Lee.

[kihwal] Fix CHANGES.txt

[kihwal] HDFS-6329. WebHdfs does not work if HA is enabled on NN but logical 
URI is not configured. Contributed by Kihwal Lee.

[arp] HDFS-6340.DN can't finalize upgrade. (Contributed by Rahul Singhal)

[jlowe] MAPREDUCE-5884. History server uses short user name when canceling 
tokens. Contributed by Mohammad Kamrul Islam

[kihwal] HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs. 
Contributed by Daryn Sharp.

[kihwal] Correcting the check-in mistake for HADOOP-10581.

[kihwal] HADOOP-10581. TestUserGroupInformation#testGetServerSideGroups fails. 
Contributed by Mit Desai.

[cmccabe] HDFS-5381. ExtendedBlock#hashCode should use both blockId and block 
pool ID (Benoy Antony via Colin Patrick McCabe)

[sandy] YARN-1864. Add missing file FSQueueType.java

[sandy] YARN-1864. Fair Scheduler Dynamic Hierarchical User Queues (Ashwin 
Shankar via Sandy Ryza)

[arp] HADOOP-10467. Enable proxyuser specification to support list of users in 
addition to list of groups. (Contributed bt Benoy Antony)

[tucu] HADOOP-10556. [FIXING JIRA NUMBER TYPO] Add toLowerCase support to 
auth_to_local rules for service name. (tucu)

[tucu] HADOOP-10566. Add toLowerCase support to auth_to_local rules for service 
name. (tucu)

------------------------------------------
[...truncated 67500 lines...]
[DEBUG] Initialize Maven Ant Tasks
parsing buildfile 
jar:file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar!/org/apache/maven/ant/tasks/antlib.xml
 with URI = 
jar:file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar!/org/apache/maven/ant/tasks/antlib.xml
 from a zip file
parsing buildfile 
jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml
 with URI = 
jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml
 from a zip file
Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader 
(parentFirst)
 +Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask
Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent 
loader (parentFirst)
 +Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask
Setting project property: test.build.dir -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir>
Setting project property: test.exclude.pattern -> _
Setting project property: hadoop.assemblies.version -> 3.0.0-SNAPSHOT
Setting project property: test.exclude -> _
Setting project property: distMgmtSnapshotsId -> apache.snapshots.https
Setting project property: project.build.sourceEncoding -> UTF-8
Setting project property: java.security.egd -> file:///dev/urandom
Setting project property: distMgmtSnapshotsUrl -> 
https://repository.apache.org/content/repositories/snapshots
Setting project property: distMgmtStagingUrl -> 
https://repository.apache.org/service/local/staging/deploy/maven2
Setting project property: avro.version -> 1.7.4
Setting project property: test.build.data -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir>
Setting project property: commons-daemon.version -> 1.0.13
Setting project property: hadoop.common.build.dir -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/../../hadoop-common-project/hadoop-common/target>
Setting project property: testsThreadCount -> 4
Setting project property: maven.test.redirectTestOutputToFile -> true
Setting project property: jdiff.version -> 1.0.9
Setting project property: build.platform -> Linux-i386-32
Setting project property: project.reporting.outputEncoding -> UTF-8
Setting project property: distMgmtStagingName -> Apache Release Distribution 
Repository
Setting project property: protobuf.version -> 2.5.0
Setting project property: failIfNoTests -> false
Setting project property: protoc.path -> ${env.HADOOP_PROTOC_PATH}
Setting project property: jersey.version -> 1.9
Setting project property: distMgmtStagingId -> apache.staging.https
Setting project property: distMgmtSnapshotsName -> Apache Development Snapshot 
Repository
Setting project property: ant.file -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml>
[DEBUG] Setting properties with prefix: 
Setting project property: project.groupId -> org.apache.hadoop
Setting project property: project.artifactId -> hadoop-common-project
Setting project property: project.name -> Apache Hadoop Common Project
Setting project property: project.description -> Apache Hadoop Common Project
Setting project property: project.version -> 3.0.0-SNAPSHOT
Setting project property: project.packaging -> pom
Setting project property: project.build.directory -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target>
Setting project property: project.build.outputDirectory -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/classes>
Setting project property: project.build.testOutputDirectory -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-classes>
Setting project property: project.build.sourceDirectory -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/main/java>
Setting project property: project.build.testSourceDirectory -> 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/test/java>
Setting project property: localRepository ->        id: local
      url: file:///home/jenkins/.m2/repository/
   layout: none
Setting project property: settings.localRepository -> 
/home/jenkins/.m2/repository
Setting project property: maven.project.dependencies.versions -> 
[INFO] Executing tasks
Build sequence for target(s) `main' is [main]
Complete build sequence is [main, ]

main:
    [mkdir] Created dir: 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir>
    [mkdir] Skipping 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir>
 because it already exists.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (hadoop-java-sources) @ 
hadoop-common-project ---
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-source-plugin:2.1.2:jar-no-fork from plugin 
realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:2.1.2, 
parent: sun.misc.Launcher$AppClassLoader@126b249]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-source-plugin:2.1.2:jar-no-fork' with basic 
configurator -->
[DEBUG]   (f) attach = true
[DEBUG]   (f) defaultManifestFile = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/classes/META-INF/MANIFEST.MF>
[DEBUG]   (f) excludeResources = false
[DEBUG]   (f) finalName = hadoop-common-project-3.0.0-SNAPSHOT
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) includePom = false
[DEBUG]   (f) outputDirectory = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target>
[DEBUG]   (f) project = MavenProject: 
org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml>
[DEBUG]   (f) reactorProjects = [MavenProject: 
org.apache.hadoop:hadoop-annotations:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-annotations/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-minikdc:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-minikdc/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth-examples:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth-examples/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-common/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-nfs:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-nfs/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-kms:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-kms/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml]>
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:test-jar-no-fork (hadoop-java-sources) @ 
hadoop-common-project ---
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-source-plugin:2.1.2:test-jar-no-fork from plugin 
realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:2.1.2, 
parent: sun.misc.Launcher$AppClassLoader@126b249]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-source-plugin:2.1.2:test-jar-no-fork' with 
basic configurator -->
[DEBUG]   (f) attach = true
[DEBUG]   (f) defaultManifestFile = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/classes/META-INF/MANIFEST.MF>
[DEBUG]   (f) excludeResources = false
[DEBUG]   (f) finalName = hadoop-common-project-3.0.0-SNAPSHOT
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) includePom = false
[DEBUG]   (f) outputDirectory = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target>
[DEBUG]   (f) project = MavenProject: 
org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml>
[DEBUG]   (f) reactorProjects = [MavenProject: 
org.apache.hadoop:hadoop-annotations:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-annotations/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-minikdc:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-minikdc/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth-examples:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth-examples/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-common/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-nfs:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-nfs/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-kms:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-kms/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml]>
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (dist-enforce) @ 
hadoop-common-project ---
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce from plugin realm 
ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.3.1, parent: 
sun.misc.Launcher$AppClassLoader@126b249]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce' with basic 
configurator -->
[DEBUG]   (s) fail = true
[DEBUG]   (s) failFast = false
[DEBUG]   (f) ignoreCache = false
[DEBUG]   (s) version = [3.0.2,)
[DEBUG]   (s) version = 1.6
[DEBUG]   (s) rules = 
[org.apache.maven.plugins.enforcer.RequireMavenVersion@1b1010, 
org.apache.maven.plugins.enforcer.RequireJavaVersion@bba630]
[DEBUG]   (s) skip = false
[DEBUG]   (s) project = MavenProject: 
org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml>
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@1d2052b
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion -937312197 
was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: 
org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireJavaVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireJavaVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireJavaVersion 48569 was 
found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: 
org.apache.maven.plugins.enforcer.RequireJavaVersion
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
hadoop-common-project ---
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-site-plugin:3.3:attach-descriptor from plugin 
realm ClassRealm[plugin>org.apache.maven.plugins:maven-site-plugin:3.3, parent: 
sun.misc.Launcher$AppClassLoader@126b249]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-site-plugin:3.3:attach-descriptor' with basic 
configurator -->
[DEBUG]   (f) basedir = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project>
[DEBUG]   (f) inputEncoding = UTF-8
[DEBUG]   (f) localRepository =        id: local
      url: file:///home/jenkins/.m2/repository/
   layout: none

[DEBUG]   (f) outputEncoding = UTF-8
[DEBUG]   (f) pomPackagingOnly = true
[DEBUG]   (f) reactorProjects = [MavenProject: 
org.apache.hadoop:hadoop-annotations:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-annotations/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-minikdc:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-minikdc/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth-examples:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth-examples/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-common/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-nfs:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-nfs/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-kms:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-kms/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml]>
[DEBUG]   (f) siteDirectory = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/site>
[DEBUG]   (f) project = MavenProject: 
org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml>
[DEBUG] -- end configuration --
[DEBUG] Mapped url: 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/site>
 to relative path: src/site
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8.1:jar (module-javadocs) @ 
hadoop-common-project ---
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar from plugin realm 
ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:2.8.1, parent: 
sun.misc.Launcher$AppClassLoader@126b249]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar' with basic 
configurator -->
[DEBUG]   (f) aggregate = false
[DEBUG]   (f) attach = true
[DEBUG]   (f) author = true
[DEBUG]   (f) bootclasspathArtifacts = []
[DEBUG]   (f) bottom = Copyright &#169; {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved.
[DEBUG]   (f) breakiterator = false
[DEBUG]   (f) debug = false
[DEBUG]   (f) defaultManifestFile = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/classes/META-INF/MANIFEST.MF>
[DEBUG]   (f) destDir = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target>
[DEBUG]   (f) detectJavaApiLink = true
[DEBUG]   (f) detectLinks = false
[DEBUG]   (f) detectOfflineLinks = true
[DEBUG]   (f) docencoding = UTF-8
[DEBUG]   (f) docfilessubdirs = false
[DEBUG]   (f) docletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG]   (f) docletArtifacts = []
[DEBUG]   (f) doctitle = Apache Hadoop Common Project 3.0.0-SNAPSHOT API
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) finalName = hadoop-common-project-3.0.0-SNAPSHOT
[DEBUG]   (f) groups = []
[DEBUG]   (f) includeDependencySources = false
[DEBUG]   (f) includeTransitiveDependencySources = false
[DEBUG]   (f) isOffline = false
[DEBUG]   (f) jarOutputDirectory = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target>
[DEBUG]   (f) javaApiLinks = {}
[DEBUG]   (f) javadocDirectory = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/main/javadoc>
[DEBUG]   (f) javadocOptionsDir = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/javadoc-bundle-options>
[DEBUG]   (f) keywords = false
[DEBUG]   (f) links = []
[DEBUG]   (f) linksource = false
[DEBUG]   (f) localRepository =        id: local
      url: file:///home/jenkins/.m2/repository/
   layout: none

[DEBUG]   (f) nocomment = false
[DEBUG]   (f) nodeprecated = false
[DEBUG]   (f) nodeprecatedlist = false
[DEBUG]   (f) nohelp = false
[DEBUG]   (f) noindex = false
[DEBUG]   (f) nonavbar = false
[DEBUG]   (f) nooverview = false
[DEBUG]   (f) nosince = false
[DEBUG]   (f) notimestamp = false
[DEBUG]   (f) notree = false
[DEBUG]   (f) offlineLinks = []
[DEBUG]   (f) old = false
[DEBUG]   (f) outputDirectory = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target>
[DEBUG]   (f) overview = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/main/javadoc/overview.html>
[DEBUG]   (f) project = MavenProject: 
org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml>
[DEBUG]   (f) quiet = false
[DEBUG]   (f) reactorProjects = [MavenProject: 
org.apache.hadoop:hadoop-annotations:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-annotations/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-minikdc:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-minikdc/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-auth-examples:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-auth-examples/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-common/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-nfs:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-nfs/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-kms:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/hadoop-kms/pom.xml,>
 MavenProject: org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml]>
[DEBUG]   (f) remoteRepositories = [       id: apache.snapshots.https
      url: https://repository.apache.org/content/repositories/snapshots
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => true, update => daily]
,        id: repository.jboss.org
      url: http://repository.jboss.org/nexus/content/groups/public/
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
,        id: central
      url: http://repo1.maven.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) resourcesArtifacts = []
[DEBUG]   (f) serialwarn = false
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@1d2052b
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@a00a4b
[DEBUG]   (f) show = protected
[DEBUG]   (f) skip = false
[DEBUG]   (f) sourceDependencyCacheDir = 
<https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/distro-javadoc-sources>
[DEBUG]   (f) splitindex = false
[DEBUG]   (f) stylesheet = java
[DEBUG]   (f) tagletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG]   (f) tagletArtifacts = []
[DEBUG]   (f) taglets = []
[DEBUG]   (f) tags = []
[DEBUG]   (f) use = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG]   (f) useStandardDocletOptions = true
[DEBUG]   (f) validateLinks = false
[DEBUG]   (f) verbose = false
[DEBUG]   (f) version = true
[DEBUG]   (f) windowtitle = Apache Hadoop Common Project 3.0.0-SNAPSHOT API
[DEBUG] -- end configuration --
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop Annotations ......................... SUCCESS [7.653s]
[INFO] Apache Hadoop MiniKDC ............................. SUCCESS [17.909s]
[INFO] Apache Hadoop Auth ................................ SUCCESS [1:31.718s]
[INFO] Apache Hadoop Auth Examples ....................... SUCCESS [3.767s]
[INFO] Apache Hadoop Common .............................. SUCCESS [20:27.337s]
[INFO] Apache Hadoop NFS ................................. SUCCESS [13.366s]
[INFO] Apache Hadoop KMS ................................. SUCCESS [38.835s]
[INFO] Apache Hadoop Common Project ...................... SUCCESS [0.097s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:22.590s
[INFO] Finished at: Tue May 20 13:10:34 UTC 2014
[INFO] Final Memory: 64M/745M
[INFO] ------------------------------------------------------------------------
+ /home/jenkins/tools/maven/latest/bin/mvn -eaf test -Pclover 
-DcloverLicenseLocation=/home/jenkins/tools/clover/latest/lib/clover.license
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results

Reply via email to