trunk HDFS -compile-fault-inject build failure
----------------------------------------------
Key: HDFS-1345
URL: https://issues.apache.org/jira/browse/HDFS-1345
Project: Hadoop HDFS
Issue Type: Bug
Components: build
Affects Versions: 0.22.0
Environment: Linux x86-32 RHEL4.6
Reporter: Greg Roelofs
A fresh git checkout of hadoop-hdfs (only), with no build.properties file
(HDFS-1344), followed by "ant veryclean mvn-install" fails on the (or one of
the) fault-injection step:
-compile-fault-inject:
[echo] Start weaving aspects in place
[iajc]
/ec/hadoop/hadoop-hdfs/src/test/system/aop/org/apache/hadoop/hdfs/server/datanode/DataNodeAspect.aj:41
[warning] advice defined in
org.apache.hadoop.hdfs.server.datanode.DataNodeAspect has not been applied
[Xlint:adviceDidNotMatch]
[iajc]
[iajc]
[iajc] 1 warning
BUILD FAILED
/ec/hadoop/hadoop-hdfs/src/test/aop/build/aop.xml:221: The following error
occurred while executing this line:
/ec/hadoop/hadoop-hdfs/src/test/aop/build/aop.xml:202: The following error
occurred while executing this line:
/ec/hadoop/hadoop-hdfs/src/test/aop/build/aop.xml:101: Broken binding of
advises:
[iajc]
/ec/hadoop/hadoop-hdfs/src/test/system/aop/org/apache/hadoop/hdfs/server/datanode/DataNodeAspect.aj:41
[warning] advice defined in
org.apache.hadoop.hdfs.server.datanode.DataNodeAspect has not been applied
[Xlint:adviceDidNotMatch]
[iajc] 1 warning
(This may be related to MAPREDUCE-1897; same build system.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.