[ 
https://issues.apache.org/jira/browse/HADOOP-17925?focusedWorklogId=658896&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-658896
 ]

ASF GitHub Bot logged work on HADOOP-17925:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Oct/21 11:40
            Start Date: 01/Oct/21 11:40
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on pull request #3509:
URL: https://github.com/apache/hadoop/pull/3509#issuecomment-932154662


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |  17m  9s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   |||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  shadedclient  |  27m 28s |  |  branch has no errors 
when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  shadedclient  |  20m 51s |  |  patch has no errors 
when building and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 29s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  67m 39s |  |  |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3509/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3509 |
   | Optional Tests | dupname asflicense codespell |
   | uname | Linux a53eb31a50d3 4.15.0-153-generic #160-Ubuntu SMP Thu Jul 29 
06:54:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / a10371c171281a005ab017eb4ed4bbb3a9a7bac1 |
   | Max. process+thread count | 593 (vs. ulimit of 5500) |
   | modules | C: . U: . |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3509/1/console |
   | versions | git=2.25.1 maven=3.6.3 |
   | Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 658896)
    Time Spent: 20m  (was: 10m)

> BUILDING.txt should not encourage to activate docs profile on building binary 
> artifacts
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-17925
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17925
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.1, 3.4.0
>         Environment: AWS workspaces Amazon Linux 2
>            Reporter: Rintaro Ikeda
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> BUILDING.txt in 
> trunk([https://github.com/apache/hadoop/blob/4d21655d04d1b488fe37e908d75f833c1aa66b01/BUILDING.txt#L350])
>  explains how to create binary distribution with documentation and shows the 
> following command line examples.
> {noformat}
> `$ mvn package -Pdist,native,docs -DskipTests -Dtar`
> `$ mvn package -Pdist,native,docs,src -DskipTests -Dtar`
> {noformat}
> But, they output errors as follows. Class duplication causes this problem.
> Results:
> {noformat}
> [INFO] -------< org.apache.hadoop:hadoop-client-check-test-invariants 
> >--------
> [INFO] Building Apache Hadoop Client Packaging Invariants for Test 
> 3.4.0-SNAPSHOT [105/112]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> ...
> [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce 
> (enforce-banned-dependencies) @ hadoop-client-check-test-invariants ---
> [INFO] Adding ignorable dependency: org.apache.hadoop:hadoop-annotations:null
> [INFO]   Adding ignore: *
> [WARNING] Rule 1: org.apache.maven.plugins.enforcer.BanDuplicateClasses 
> failed with message:
> Duplicate classes found:
>   Found in:
>     org.apache.hadoop:hadoop-client-minicluster:jar:3.4.0-SNAPSHOT:compile
>     org.apache.hadoop:hadoop-client-runtime:jar:3.4.0-SNAPSHOT:compile
>   Duplicate classes:
>     
> org/apache/hadoop/shaded/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.class
>     
> org/apache/hadoop/shaded/org/apache/xerces/dom/DOMImplementationListImpl.class
> ...
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce 
> (enforce-banned-dependencies) on project hadoop-client-check-test-invariants: 
> Some Enforcer rules have failed. Look above for specific messages explaining 
> why the rule failed. -> [Help 1]
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to