Buildfile: /home/bchilds/dev/git/hdfs/build.xml clover.setup: clover.info: [echo] [echo] Clover not found. Code coverage reports disabled. [echo] clover: ivy-download: [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar [get] To: /home/bchilds/dev/git/hdfs/ivy/ivy-2.1.0.jar [get] Not modified - so not downloaded ivy-init-dirs: ivy-probe-antlib: ivy-init-antlib: ivy-init: [ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = /home/bchilds/dev/git/hdfs/ivy/ivysettings.xml ivy-resolve-common: ivy-retrieve-common: [ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead [ivy:cachepath] :: loading settings :: file = /home/bchilds/dev/git/hdfs/ivy/ivysettings.xml ivy-resolve-hdfs: ivy-retrieve-hdfs: ivy-resolve-test: ivy-retrieve-test: init: [touch] Creating /tmp/null1581261868 [delete] Deleting: /tmp/null1581261868 [copy] Copying 1 file to /home/bchilds/dev/git/hdfs/conf [copy] Copying /home/bchilds/dev/git/hdfs/conf/hdfs-site.xml.template to /home/bchilds/dev/git/hdfs/conf/hdfs-site.xml [copy] Copying 1 file to /home/bchilds/dev/git/hdfs/build/test/conf [copy] Copying /home/bchilds/dev/git/hdfs/conf/hdfs-site.xml.template to /home/bchilds/dev/git/hdfs/build/test/conf/hdfs-site.xml [copy] Copying 1 file to /home/bchilds/dev/git/hdfs/src/contrib [copy] Copying /home/bchilds/dev/git/hdfs/src/contrib/hdfsproxy/conf/hdfsproxy-env.sh.template to /home/bchilds/dev/git/hdfs/src/contrib/hdfsproxy/conf/hdfsproxy-env.sh compile-hdfs-classes: [javac] /home/bchilds/dev/git/hdfs/build.xml:370: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 259 source files to /home/bchilds/dev/git/hdfs/build/classes [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/fs/Hdfs.java:31: package org.apache.hadoop.classification does not exist [javac] import org.apache.hadoop.classification.InterfaceAudience; [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/fs/Hdfs.java:32: package org.apache.hadoop.classification does not exist [javac] import org.apache.hadoop.classification.InterfaceStability; [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/fs/Hdfs.java:52: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/fs/Hdfs.java:53: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/DFSClient.java:41: package org.apache.hadoop.classification does not exist [javac] import org.apache.hadoop.classification.InterfaceAudience; [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/FSConstants.java:27: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/DFSClient.java:117: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsFileStatus.java:25: package org.apache.hadoop.classification does not exist [javac] import org.apache.hadoop.classification.InterfaceStability; [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsFileStatus.java:38: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsFileStatus.java:39: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsLocatedFileStatus.java:32: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsLocatedFileStatus.java:33: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java:59: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java:60: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/datatransfer/ReplaceDatanodeOnFailure.java:30: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/datatransfer/ReplaceDatanodeOnFailure.java:31: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DatanodeID.java:37: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DatanodeID.java:38: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/LocatedBlock.java:33: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/LocatedBlock.java:34: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/ClientDatanodeProtocol.java:34: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/ClientDatanodeProtocol.java:35: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/security/token/delegation/DelegationTokenIdentifier.java:28: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/LocatedBlocks.java:39: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/LocatedBlocks.java:40: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/DFSInputStream.java:56: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DirectoryListing.java:33: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DirectoryListing.java:34: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DatanodeInfo.java:46: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DatanodeInfo.java:47: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/common/UpgradeStatusReport.java:35: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/ExtendedBlock.java:34: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/ExtendedBlock.java:35: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/AlreadyBeingCreatedException.java:30: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/AlreadyBeingCreatedException.java:31: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/QuotaExceededException.java:38: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/QuotaExceededException.java:39: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DSQuotaExceededException.java:25: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/DSQuotaExceededException.java:26: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/NSQuotaExceededException.java:24: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/NSQuotaExceededException.java:25: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/SafeModeException.java:31: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/SafeModeException.java:32: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NotReplicatedYetException.java:29: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NotReplicatedYetException.java:30: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/security/token/block/BlockTokenSecretManager.java:47: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/security/token/block/BlockTokenIdentifier.java:33: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/Block.java:34: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/Block.java:35: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsProtoUtil.java:43: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/HdfsProtoUtil.java:44: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/BlockReader.java:70: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/common/Util.java:31: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/common/HdfsConstants.java:31: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/DatanodeDescriptor.java:42: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/LeaseManager.java:62: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/ServerCommand.java:34: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/ServerCommand.java:35: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/DatanodeCommand.java:43: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/DatanodeCommand.java:44: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/BlockRecoveryCommand.java:45: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/BlockRecoveryCommand.java:46: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/BlocksWithLocations.java:35: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/BlocksWithLocations.java:36: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/metrics/FSNamesystemMBean.java:38: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSClusterStats.java:26: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NameNodeMXBean.java:26: package InterfaceAudience does not exist [javac] @InterfaceAudience.Public [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NameNodeMXBean.java:27: package InterfaceStability does not exist [javac] @InterfaceStability.Stable [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java:162: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/datatransfer/BlockConstructionStage.java:24: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/datatransfer/BlockConstructionStage.java:25: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/security/token/block/BlockKey.java:29: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/security/token/block/ExportedBlockKeys.java:33: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/security/token/delegation/DelegationTokenSecretManager.java:38: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/FSLimitException.java:25: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/FSLimitException.java:26: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/BlockListAsLongs.java:45: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/BlockListAsLongs.java:46: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/BlockManager.java:52: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/common/GenerationStamp.java:25: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/protocol/LayoutVersion.java:44: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/common/StorageInfo.java:33: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/common/Storage.java:63: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NNStorage.java:67: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSImage.java:68: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSImage.java:69: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/BackupImage.java:51: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/NamespaceInfo.java:41: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/NamespaceInfo.java:42: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/BlocksWithLocations.java:42: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/BlocksWithLocations.java:43: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSInodeInfo.java:26: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/LeaseExpiredException.java:29: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/LeaseExpiredException.java:30: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/NodeRegistration.java:27: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/DatanodeRegistration.java:40: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/protocol/DatanodeRegistration.java:41: package InterfaceStability does not exist [javac] @InterfaceStability.Evolving [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogOpCodes.java:29: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogOpCodes.java:30: package InterfaceStability does not exist [javac] @InterfaceStability.Unstable [javac] ^ [javac] /home/bchilds/dev/git/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/FSEditLog.java:59: package InterfaceAudience does not exist [javac] @InterfaceAudience.Private [javac] ^ [javac] org/apache/hadoop/security/AccessControlException.class(org/apache/hadoop/security:AccessControlException.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate': class file for org.apache.hadoop.classification.InterfaceAudience$LimitedPrivate not found [javac] org/apache/hadoop/security/token/Token.class(org/apache/hadoop/security/token:Token.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/SecretManager.class(org/apache/hadoop/security/token:SecretManager.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/delegation/AbstractDelegationTokenIdentifier.class(org/apache/hadoop/security/token/delegation:AbstractDelegationTokenIdentifier.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/AbstractFileSystem.class(org/apache/hadoop/fs:AbstractFileSystem.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FSDataInputStream.class(org/apache/hadoop/fs:FSDataInputStream.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FileSystem.class(org/apache/hadoop/fs:FileSystem.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FileSystem.class(org/apache/hadoop/fs:FileSystem.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/MD5MD5CRC32FileChecksum.class(org/apache/hadoop/fs:MD5MD5CRC32FileChecksum.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/Path.class(org/apache/hadoop/fs:Path.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/UnresolvedLinkException.class(org/apache/hadoop/fs:UnresolvedLinkException.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/io/DataOutputBuffer.class(org/apache/hadoop/io:DataOutputBuffer.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/net/NetUtils.class(org/apache/hadoop/net:NetUtils.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/UserGroupInformation.class(org/apache/hadoop/security:UserGroupInformation.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/UserGroupInformation.class(org/apache/hadoop/security:UserGroupInformation.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/UserGroupInformation.class(org/apache/hadoop/security:UserGroupInformation.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FSDataOutputStream.class(org/apache/hadoop/fs:FSDataOutputStream.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/KerberosInfo.class(org/apache/hadoop/security:KerberosInfo.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/TokenInfo.class(org/apache/hadoop/security/token:TokenInfo.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/util/Daemon.class(org/apache/hadoop/util:Daemon.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FSOutputSummer.class(org/apache/hadoop/fs:FSOutputSummer.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/util/DataChecksum.class(org/apache/hadoop/util:DataChecksum.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/TokenIdentifier.class(org/apache/hadoop/security/token:TokenIdentifier.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FSInputStream.class(org/apache/hadoop/fs:FSInputStream.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/net/NetworkTopology.class(org/apache/hadoop/net:NetworkTopology.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/net/Node.class(org/apache/hadoop/net:Node.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/net/NodeBase.class(org/apache/hadoop/net:NodeBase.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/FSInputChecker.class(org/apache/hadoop/fs:FSInputChecker.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/permission/FsAction.class(org/apache/hadoop/fs/permission:FsAction.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/permission/PermissionStatus.class(org/apache/hadoop/fs/permission:PermissionStatus.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/ipc/Server.class(org/apache/hadoop/ipc:Server.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/delegation/DelegationKey.class(org/apache/hadoop/security/token/delegation:DelegationKey.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/util/HostsFileReader.class(org/apache/hadoop/util:HostsFileReader.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.class(org/apache/hadoop/security/token/delegation:AbstractDelegationTokenSecretManager.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/DF.class(org/apache/hadoop/fs:DF.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/net/DNS.class(org/apache/hadoop/net:DNS.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/fs/DU.class(org/apache/hadoop/fs:DU.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/io/UTF8.class(org/apache/hadoop/io:UTF8.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/http/HttpServer.class(org/apache/hadoop/http:HttpServer.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/SecurityUtil.class(org/apache/hadoop/security:SecurityUtil.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/authorize/AccessControlList.class(org/apache/hadoop/security/authorize:AccessControlList.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/RefreshUserMappingsProtocol.class(org/apache/hadoop/security:RefreshUserMappingsProtocol.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/authorize/PolicyProvider.class(org/apache/hadoop/security/authorize:PolicyProvider.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/authorize/RefreshAuthorizationPolicyProtocol.class(org/apache/hadoop/security/authorize:RefreshAuthorizationPolicyProtocol.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/authorize/Service.class(org/apache/hadoop/security/authorize:Service.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/tools/GetUserMappingsProtocol.class(org/apache/hadoop/tools:GetUserMappingsProtocol.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/Credentials.class(org/apache/hadoop/security:Credentials.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/TokenSelector.class(org/apache/hadoop/security/token:TokenSelector.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSelector.class(org/apache/hadoop/security/token/delegation:AbstractDelegationTokenSelector.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/net/SocketOutputStream.class(org/apache/hadoop/net:SocketOutputStream.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/Groups.class(org/apache/hadoop/security:Groups.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/security/authorize/AuthorizationException.class(org/apache/hadoop/security/authorize:AuthorizationException.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/util/Shell.class(org/apache/hadoop/util:Shell.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] org/apache/hadoop/util/Daemon$DaemonFactory.class(org/apache/hadoop/util:Daemon$DaemonFactory.class): warning: Cannot find annotation method 'value()' in type 'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate' [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 100 errors [javac] 54 warnings BUILD FAILED /home/bchilds/dev/git/hdfs/build.xml:370: Compile failed; see the compiler error output for details. Total time: 8 seconds