On 2018/05/29 12:30:21, Dawid Wysakowicz <dwysakow...@apache.org> wrote:
> Hi,
>
> The interesting line is:
>
> 17:43:48.333 [ERROR] Failed to execute goal
> org.apache.rat:apache-rat-plugin:0.12:check (default) on project
> flink-parent: Too many files with unapproved license: 1 See RAT report in:
> /home/travis/build/Jicaar/flink/target/rat.txt -> [Help 1]
>
> It basically means that you've added a new file without ASF header. If
> you run this command locally:
>
> mvn -DskipTests verify
>
> you can check in the rat report file, which file violated that rule.
>
> Best,
> Dawid
>
> On 29/05/18 14:18, jpcarter...@gmail.com wrote:
> > I am new to committing code to a git repo, so I apologize if I ask anything
> > really obvious.
> >
> > So I have submitted a pull request for Flink and the TravisIO tests all
> > pass except ones where TEST=“misc”. Looking through the output of the tests
> > I can’t figure out what is wrong. There were tests that failed before
> > because of improper formatting and the like, but I fixed those and the
> > relevant tests passed. So I am at a bit of a loss with what I am missing
> > now.
> >
> > Here is the TravisIO link:
> > https://travis-ci.org/Jicaar/flink/builds/374488723 .
> >
> > Thanks for any help in advance!
>
>
> Thanks! That resolved it.