[ https://issues.apache.org/jira/browse/HADOOP-18299?focusedWorklogId=782571&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-782571 ]
ASF GitHub Bot logged work on HADOOP-18299: ------------------------------------------- Author: ASF GitHub Bot Created on: 18/Jun/22 03:41 Start Date: 18/Jun/22 03:41 Worklog Time Spent: 10m Work Description: iwasakims opened a new pull request, #4456: URL: https://github.com/apache/hadoop/pull/4456 https://issues.apache.org/jira/browse/HADOOP-18299 Build on aarch64 failed due to banned classes. com.github.stephenc.findbugs:findbugs-annotations seems to be pulled somewhere. ``` [ERROR] Found artifact with unexpected contents: '/home/ubuntu/srcs/bigtop/output/hadoop/hadoop-3.3.3/hadoop-client-modules/hadoop-client-minicluster/target/hadoop-client-minicluster-3.3.3.jar' Please check the following and either correct the build or update the allowed list with reasoning. edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ edu/umd/cs/findbugs/annotations/ edu/umd/cs/findbugs/annotations/NonNull.class edu/umd/cs/findbugs/annotations/CheckForNull.class edu/umd/cs/findbugs/annotations/DefaultAnnotationForFields.class ``` I can reproduce this only in branch-3.3 by the following cmdline. ``` $ mvn -Pdist -Psrc -Dtar -Dzookeeper.version=3.5.9 -DskipTests -DskipTest -DskipITs install ``` Since the value of zookeeper.version in hadoop-project/pom.xml is 3.5.6, the issue looks only related to newer zookeeper 3.5.x. There is no issue in trunk in which the zookeeper.version is 3.6.3. Issue Time Tracking ------------------- Worklog Id: (was: 782571) Remaining Estimate: 0h Time Spent: 10m > Fix unexpected contents in hadoop-client-check-test-invariants on aarch64 > ------------------------------------------------------------------------- > > Key: HADOOP-18299 > URL: https://issues.apache.org/jira/browse/HADOOP-18299 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 3.3.3 > Reporter: Masatake Iwasaki > Assignee: Masatake Iwasaki > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Build on aarch64 failed due to banned classes. > {{com.github.stephenc.findbugs:findbugs-annotations}} seems to be pulled > somewhere. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org