Hi,

The error with rat is already fixed, just 2 files in integration test that
need to be exclude.

Regards

Le lun. 7 mars 2022 à 20:38, Hans Van Akelyen <[email protected]>
a écrit :

> Hi All,
>
> This vote has now been closed.
> Ricardo, I'm not sure what is going on with your builds, I also tried
> building using Temurin 1.8 and it worked fine.
> Can you grab the error you are getting in the surefire of the failing
> plugin.
> And the error you are getting in the rat.txt file on windows
>
> Kind regards,
> Hans
>
> On Mon, 7 Mar 2022 at 16:20, Ricardo Gouvea <[email protected]> wrote:
>
> > Hi All,
> >
> > -1 due to Linux and Windows issues.
> >
> > Linux
> > When running mvn clean install command, below error happens:
> >
> > [INFO] BUILD FAILURE
> >
> > [INFO]
> >
> *------------------------------------------------------------------------*
> >
> > [INFO] Total time:  03:05 min
> >
> > [INFO] Finished at: 2022-03-07T12:01:29-03:00
> >
> > [INFO]
> >
> *------------------------------------------------------------------------*
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test
> > *(default-test)* on project hop-ui: There are test failures.
> >
> > [ERROR]
> >
> > [ERROR] Please refer to
> > /tmp/release_check/apache-hop-1.2.0/ui/target/surefire-reports for the
> > individual test results.
> >
> > [ERROR] Please refer to dump files (if any exist) [date].dump,
> > [date]-jvmRun[N].dump and [date].dumpstream.
> >
> > [ERROR] -> *[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
> >
> > [ERROR]
> >
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> >
> > [ERROR]   *mvn <args> -rf :hop-ui*
> >
> > My Linux environment is
> > Ubuntu Server 20.04
> >
> > *Apache Maven 3.6.3*
> >
> > Maven home: /usr/share/maven
> >
> > Java version: 1.8.0_322, vendor: Temurin, runtime: /opt/jdk8u322-b06/jre
> >
> > Default locale: en, platform encoding: UTF-8
> >
> > OS name: "linux", version: "5.13.0-1014-aws", arch: "amd64", family:
> "unix"
> >
> > Windows
> > When running mvn apache-rat:check -debug command, below error happens:
> >
> > [INFO] BUILD FAILURE
> >
> > [INFO]
> >
> *------------------------------------------------------------------------*
> >
> > [INFO] Total time:  31.515 s
> >
> > [INFO] Finished at: 2022-03-07T11:15:59-03:00
> >
> > [INFO]
> >
> *------------------------------------------------------------------------*
> >
> > [ERROR] Failed to execute goal
> org.apache.rat:apache-rat-plugin:0.13:check
> > *(default-cli)* on project hop: Too many files with unapproved license: 2
> > See RAT report in:
> C:\opt\tmp\release_check\apache-hop-1.2.0\target\rat.txt
> > -> *[Help 1]*
> >
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> > goal org.apache.rat:apache-rat-plugin:0.13:check *(default-cli)* on
> project
> > hop: Too many files with unapproved license: 2 See RAT report in:
> > C:\opt\tmp\release_check\apache-hop-1.2.0\target\rat.txt
> >
> >     *at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
> > *MojoExecutor.java:215*)
> >
> >     *at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
> > *MojoExecutor.java:156*)
> >
> >     *at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
> > *MojoExecutor.java:148*)
> >
> >     *at*
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (
> > *LifecycleModuleBuilder.java:117*)
> >
> >     *at*
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (
> > *LifecycleModuleBuilder.java:81*)
> >
> >     *at*
> >
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> > (*SingleThreadedBuilder.java:56*)
> >
> >     *at* org.apache.maven.lifecycle.internal.LifecycleStarter.execute (
> > *LifecycleStarter.java:128*)
> >
> >     *at* org.apache.maven.DefaultMaven.doExecute
> (*DefaultMaven.java:305*)
> >
> >     *at* org.apache.maven.DefaultMaven.doExecute
> (*DefaultMaven.java:192*)
> >
> >     *at* org.apache.maven.DefaultMaven.execute (*DefaultMaven.java:105*)
> >
> >     *at* org.apache.maven.cli.MavenCli.execute (*MavenCli.java:972*)
> >
> >     *at* org.apache.maven.cli.MavenCli.doMain (*MavenCli.java:293*)
> >
> >     *at* org.apache.maven.cli.MavenCli.main (*MavenCli.java:196*)
> >
> >     *at* sun.reflect.NativeMethodAccessorImpl.invoke0 (*Native Method*)
> >
> >     *at* sun.reflect.NativeMethodAccessorImpl.invoke (
> > *NativeMethodAccessorImpl.java:62*)
> >
> >     *at* sun.reflect.DelegatingMethodAccessorImpl.invoke (
> > *DelegatingMethodAccessorImpl.java:43*)
> >
> >     *at* java.lang.reflect.Method.invoke (*Method.java:498*)
> >
> >     *at*
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (
> > *Launcher.java:282*)
> >
> >     *at* org.codehaus.plexus.classworlds.launcher.Launcher.launch (
> > *Launcher.java:225*)
> >
> >     *at*
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (*Launcher.java:406*)
> >
> >     *at* org.codehaus.plexus.classworlds.launcher.Launcher.main (
> > *Launcher.java:347*)
> >
> > *Caused by*: org.apache.rat.mp.RatCheckException: Too many files with
> > unapproved license: 2 See RAT report in:
> > C:\opt\tmp\release_check\apache-hop-1.2.0\target\rat.txt
> >
> >     *at* org.apache.rat.mp.RatCheckMojo.check (*RatCheckMojo.java:188*)
> >
> >     *at* org.apache.rat.mp.RatCheckMojo.execute
> (*RatCheckMojo.java:161*)
> >
> >     *at* org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (
> > *DefaultBuildPluginManager.java:137*)
> >
> >     *at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
> > *MojoExecutor.java:210*)
> >
> >     *at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
> > *MojoExecutor.java:156*)
> >
> >     *at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
> > *MojoExecutor.java:148*)
> >
> >     *at*
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (
> > *LifecycleModuleBuilder.java:117*)
> >
> >     *at*
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (
> > *LifecycleModuleBuilder.java:81*)
> >
> >     *at*
> >
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> > (*SingleThreadedBuilder.java:56*)
> >
> >     *at* org.apache.maven.lifecycle.internal.LifecycleStarter.execute (
> > *LifecycleStarter.java:128*)
> >
> >     *at* org.apache.maven.DefaultMaven.doExecute
> (*DefaultMaven.java:305*)
> >
> >     *at* org.apache.maven.DefaultMaven.doExecute
> (*DefaultMaven.java:192*)
> >
> >     *at* org.apache.maven.DefaultMaven.execute (*DefaultMaven.java:105*)
> >
> >     *at* org.apache.maven.cli.MavenCli.execute (*MavenCli.java:972*)
> >
> >     *at* org.apache.maven.cli.MavenCli.doMain (*MavenCli.java:293*)
> >
> >     *at* org.apache.maven.cli.MavenCli.main (*MavenCli.java:196*)
> >
> >     *at* sun.reflect.NativeMethodAccessorImpl.invoke0 (*Native Method*)
> >
> >     *at* sun.reflect.NativeMethodAccessorImpl.invoke (
> > *NativeMethodAccessorImpl.java:62*)
> >
> >     *at* sun.reflect.DelegatingMethodAccessorImpl.invoke (
> > *DelegatingMethodAccessorImpl.java:43*)
> >
> >     *at* java.lang.reflect.Method.invoke (*Method.java:498*)
> >
> >     *at*
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (
> > *Launcher.java:282*)
> >
> >     *at* org.codehaus.plexus.classworlds.launcher.Launcher.launch (
> > *Launcher.java:225*)
> >
> >     *at*
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (*Launcher.java:406*)
> >
> >     *at* org.codehaus.plexus.classworlds.launcher.Launcher.main (
> > *Launcher.java:347*)
> >
> > [ERROR]
> >
> > [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
> > My Windows environment is:
> > Windows Server 2019
> >
> > *Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)*
> >
> > Maven home: C:\opt\apache-maven-3.8.4
> >
> > Java version: 1.8.0_322, vendor: Temurin, runtime: C:\Program
> Files\Eclipse
> > Adoptium\jdk-8.0.322.6-hotspot\jre
> >
> > Default locale: en_US, platform encoding: Cp1252
> >
> > OS name: "windows server 2019", version: "10.0", arch: "amd64", family:
> > "windows"
> >
> > If anyone has any tips on how to solve these problems, I would appreciate
> > it.
> >
> > Cheers,
> >
> > Em qui., 3 de mar. de 2022 às 07:03, Hans Van Akelyen <[email protected]
> >
> > escreveu:
> >
> > > Hi All,
> > >
> > > We are proud to announce a 1.2.0 release candidate, this release is
> > mainly
> > > a quality release with bug fixes and improvements, though some new
> > features
> > > have been added too:
> > > - An Avro encode transform has been added allowing you to create avro
> > > records that can then be consumed by other transforms, the most
> important
> > > one being the kafka producer
> > > - The kafka transforms now support schema registry
> > > - ARM64 docker images are now available for both our images
> > > - The Chinese translations have had a major cleanup
> > >
> > > More details on what has been done can be found in the release notes.
> > >
> > > Build instructions can be found in the README included.
> > >
> > > The tag to be voted on is 1.2.0-rc1 (commit 49fa4a1):
> > > https://github.com/apache/hop/tree/1.2.0-rc1
> > >
> > > The release files, including signatures, digests, etc. can be found at:
> > > https://dist.apache.org/repos/dist/dev/hop/apache-hop-1.2.0-rc1/
> > >
> > > The SHA512 Checksum for these artifacts is:
> > > source:
> > >
> > >
> >
> feb66e570240ad8330480879086f8e1120d3d3b0352a6b0ddfe88c694d9ba3d6b5d4edab66a2e98eb4bba2260e74c4217262c8b1cc2b343dd3216aa50aa466d2
> > > client:
> > >
> > >
> >
> 8e24bdcb5c2f9856711fbb2ac7ef3fc1c8f2edb366093657b1d3d1723f8320da6cd63d7d9ed6ab6fdaaa055df38dda805d095a99821ee9165c26ab23860934d6
> > >
> > > Release artifacts are signed with the following key:
> > >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9a8a628dd4f4aa1e
> > >
> > > For more information about the contents of this release, see:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12324323&version=12351230
> > >
> > > Please vote on releasing this package as Apache Hop 1.2.0!
> > >
> > > The vote is open for 72 hours and passes if
> > > a majority of at least 3 +1 PMC votes are cast.
> > >
> > > [ ] +1 Release this package as Apache Hop 1.2.0
> > > [ ] +0 No opinion
> > > [ ] -1 Do not release this package because ...
> > >
> > > Best Regards,
> > > Hans
> > >
> >
> >
> > --
> >
> >
> >
> > <https://www.openin.com.br>
> >
> > Patrocinadora Oficial do
> >
> > Pentaho Day 2019
> >
> > Ricardo Gouvêa
> >
> > CEO
> >
> > [email protected]
> >
> > Mobile:  +55 11 9 9638-9238
> >
> >
> > Openin - Your Partner in Data
> >
> > www.openin.com.br
> >
> > [image: Openin no Linkedin] [image: Openin no Facebook]
> > <https://www.facebook.com/Openinbr/> [image: Openin no Instagram]
> > <https://www.instagram.com/openinbr/> [image: Openin no Twitter]
> > <https://twitter.com/OpeninBigData> [image: Openin no Youtube]
> > <https://www.youtube.com/openinbigdata>
> >
>

Reply via email to