You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2023/11/01 09:39:00 UTC

[jira] [Resolved] (AVRO-3861) [Build] Add RAT exclusions for python docs

     [ https://issues.apache.org/jira/browse/AVRO-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved AVRO-3861.
---------------------------------------------
    Fix Version/s: 1.12.0
                   1.11.4
         Assignee: Kousuke Saruta
       Resolution: Fixed

> [Build] Add RAT exclusions for python docs
> ------------------------------------------
>
>                 Key: AVRO-3861
>                 URL: https://issues.apache.org/jira/browse/AVRO-3861
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.12.0, 1.11.3
>            Reporter: Ryan Skraba
>            Assignee: Kousuke Saruta
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.4
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When following the release process and doing a *./build.sh clean test dist* we get the following error:
> {code}
> [INFO] --- apache-rat-plugin:0.15:check (default) @ avro-toplevel ---
> [INFO] Enabled default license matchers.
> [INFO] Will parse SCM ignores for exclusions...
> [INFO] Parsing exclusions from /home/ryan.skraba/avro/.gitignore
> [INFO] Finished adding exclusions from SCM ignore files.
> [INFO] 88 implicit excludes.
> [INFO] 131 explicit excludes.
> [INFO] 5630 resources included
> [INFO] Rat check: Summary over all files. Unapproved: 17, unknown: 17, generated: 0, approved: 1580 licenses.
> [INFO] Enabled default license matchers.
> [INFO] Will parse SCM ignores for exclusions...
> [INFO] Parsing exclusions from /home/ryan.skraba/avro/.gitignore
> [INFO] Finished adding exclusions from SCM ignore files.
> [INFO] 88 implicit excludes.
> [INFO] 131 explicit excludes.
> [INFO] 5630 resources included
> [WARNING] Files with unapproved licenses:
>   lang/py/docs/build/html/searchindex.js
>   lang/py/docs/build/html/.buildinfo
>   lang/py/docs/build/html/search.html
>   lang/py/docs/build/html/py-modindex.html
>   lang/py/docs/build/html/genindex.html
>   lang/py/docs/build/html/intro.html
>   lang/py/docs/build/html/index.html
>   lang/py/docs/build/html/automodule.html
>   lang/py/docs/build/html/_static/alabaster.css
>   lang/py/docs/build/html/_static/custom.css
>   lang/py/docs/build/html/_static/basic.css
>   lang/py/docs/build/html/_static/doctools.js
>   lang/py/docs/build/html/_static/documentation_options.js
>   lang/py/docs/build/html/_static/language_data.js
>   lang/py/docs/build/html/_static/searchtools.js
>   lang/py/docs/build/html/_static/sphinx_highlight.js
>   lang/py/docs/build/html/_static/pygments.css
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  4.428 s
> [INFO] Finished at: 2023-09-20T12:50:06Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.15:check (default) on project avro-toplevel: Too many files with unapproved license: 17 See RAT report in: /home/ryan.skraba/avro/target/rat.txt -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {code}
> The workaround is to do a `./build.sh clean test` followed by a `./build.sh clean dist`, but this should probably be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)