You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gilles <gi...@harfang.homelinux.org> on 2018/08/15 22:41:33 UTC

[RNG] Build failure on "master"

Hi.

Build on "master" fails after the batch of commits post-release.
See console output excerpt below.

---CUT---
[INFO] Generating "JDepend" report              --- 
jdepend-maven-plugin:2.0:generate-no-fork

Unknown constant: 19
[INFO] Generating "japicmp" report              --- 
japicmp-maven-plugin:0.12.0:cmp-report
[INFO] japicmp module set to skip
[INFO] Generating "SpotBugs" report             --- 
spotbugs-maven-plugin:3.1.3:spotbugs
[INFO] Generating "Checkstyle" report           --- 
maven-checkstyle-plugin:3.0.0:checkstyle
[INFO] Generating "Clirr" report                --- 
clirr-maven-plugin:2.8:clirr
[INFO] Comparing to version: 1.1
[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Commons RNG ................................. SUCCESS [ 
24.216 s]
[INFO] Apache Commons RNG Client API ...................... SUCCESS [ 
21.240 s]
[INFO] Apache Commons RNG Core ............................ SUCCESS [ 
32.950 s]
[INFO] Apache Commons RNG Simple .......................... SUCCESS [ 
26.128 s]
[INFO] Apache Commons RNG Sampling ........................ SUCCESS 
[01:21 min]
[INFO] Apache Commons RNG Examples ........................ SUCCESS [  
4.165 s]
[INFO] Stress test example ................................ SUCCESS [ 
19.696 s]
[INFO] Sampling example ................................... SUCCESS [ 
19.455 s]
[INFO] Quadrature example ................................. SUCCESS [ 
19.200 s]
[INFO] JMH Benchmark ...................................... SUCCESS [ 
38.853 s]
[INFO] JPMS Integration test .............................. SUCCESS [  
3.119 s]
[INFO] JPMS module example (library) ...................... FAILURE [ 
19.066 s]
[INFO] JPMS module example (application) .................. SKIPPED
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 05:10 min
[INFO] Finished at: 2018-08-15T11:10:29+02:00
[INFO] Final Memory: 173M/577M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on 
project commons-rng-examples-jpms-lib: Execution default-site of goal 
org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid 
byte tag in constant pool: 19 -> [Help 1]
---CUT---

The build succeeds on branch 1.1.

Regards,
Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [RNG] Build failure on "master"

Posted by Rob Tompkins <ch...@gmail.com>.
I’ll look into this after I finish up with the [lang] RC.

> On Aug 15, 2018, at 6:41 PM, Gilles <gi...@harfang.homelinux.org> wrote:
> 
> Hi.
> 
> Build on "master" fails after the batch of commits post-release.
> See console output excerpt below.
> 
> ---CUT---
> [INFO] Generating "JDepend" report              --- jdepend-maven-plugin:2.0:generate-no-fork
> 
> Unknown constant: 19
> [INFO] Generating "japicmp" report              --- japicmp-maven-plugin:0.12.0:cmp-report
> [INFO] japicmp module set to skip
> [INFO] Generating "SpotBugs" report             --- spotbugs-maven-plugin:3.1.3:spotbugs
> [INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:3.0.0:checkstyle
> [INFO] Generating "Clirr" report                --- clirr-maven-plugin:2.8:clirr
> [INFO] Comparing to version: 1.1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Commons RNG ................................. SUCCESS [ 24.216 s]
> [INFO] Apache Commons RNG Client API ...................... SUCCESS [ 21.240 s]
> [INFO] Apache Commons RNG Core ............................ SUCCESS [ 32.950 s]
> [INFO] Apache Commons RNG Simple .......................... SUCCESS [ 26.128 s]
> [INFO] Apache Commons RNG Sampling ........................ SUCCESS [01:21 min]
> [INFO] Apache Commons RNG Examples ........................ SUCCESS [  4.165 s]
> [INFO] Stress test example ................................ SUCCESS [ 19.696 s]
> [INFO] Sampling example ................................... SUCCESS [ 19.455 s]
> [INFO] Quadrature example ................................. SUCCESS [ 19.200 s]
> [INFO] JMH Benchmark ...................................... SUCCESS [ 38.853 s]
> [INFO] JPMS Integration test .............................. SUCCESS [  3.119 s]
> [INFO] JPMS module example (library) ...................... FAILURE [ 19.066 s]
> [INFO] JPMS module example (application) .................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 05:10 min
> [INFO] Finished at: 2018-08-15T11:10:29+02:00
> [INFO] Final Memory: 173M/577M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project commons-rng-examples-jpms-lib: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid byte tag in constant pool: 19 -> [Help 1]
> ---CUT---
> 
> The build succeeds on branch 1.1.
> 
> Regards,
> Gilles
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [RNG] Build failure on "master"

Posted by Gilles <gi...@harfang.homelinux.org>.
Also: build fails (while running "Jacoco") with Java 10.

On Fri, 17 Aug 2018 17:15:19 -0400, Rob Tompkins wrote:
>> On Aug 15, 2018, at 6:41 PM, Gilles <gi...@harfang.homelinux.org> 
>> wrote:
>>
>> Hi.
>>
>> Build on "master" fails after the batch of commits post-release.
>> See console output excerpt below.
>>
>
> This is indeed weird. I’ve seen a bunch of things that cite aspect
> weaving as the root cause of the issue (specifically it’s us [bcel]
> that seems to be the culprit). I can’t quickly figure it out but can
> add a little more info:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site)
> on project commons-rng-examples-jpms-lib: Execution default-site of
> goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed:
> Invalid byte tag in constant pool: 19 -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site
> (default-site) on project commons-rng-examples-jpms-lib: Execution
> default-site of goal
> org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid
> byte tag in constant pool: 19
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:213)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:154)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:146)
>     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:954)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native 
> Method)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:564)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:229)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:356)
> Caused by: org.apache.maven.plugin.PluginExecutionException:
> Execution default-site of goal
> org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid
> byte tag in constant pool: 19
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:148)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:208)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:154)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:146)
>     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:954)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native 
> Method)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:564)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:229)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:356)
> Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid
> byte tag in constant pool: 19
>     at org.apache.bcel.classfile.Constant.readConstant 
> (Constant.java:167)
>     at org.apache.bcel.classfile.ConstantPool.<init> 
> (ConstantPool.java:66)
>     at org.apache.bcel.classfile.ClassParser.readConstantPool
> (ClassParser.java:239)
>     at org.apache.bcel.classfile.ClassParser.parse 
> (ClassParser.java:144)
>     at
> net.sf.clirr.core.internal.bcel.BcelTypeArrayBuilder.extractClass
> (BcelTypeArrayBuilder.java:135)
>     at
> net.sf.clirr.core.internal.bcel.BcelTypeArrayBuilder.createClassSet
> (BcelTypeArrayBuilder.java:82)
>     at
> 
> org.codehaus.mojo.clirr.AbstractClirrMojo.resolvePreviousReleaseClasses
> (AbstractClirrMojo.java:424)
>     at org.codehaus.mojo.clirr.AbstractClirrMojo.executeClirr
> (AbstractClirrMojo.java:263)
>     at org.codehaus.mojo.clirr.ClirrReport.doReport 
> (ClirrReport.java:251)
>     at org.codehaus.mojo.clirr.ClirrReport.generate 
> (ClirrReport.java:227)
>     at org.codehaus.mojo.clirr.ClirrReport.generate 
> (ClirrReport.java:368)
>     at
> 
> org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument
> (ReportDocumentRenderer.java:239)
>     at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render
> (DefaultSiteRenderer.java:349)
>     at org.apache.maven.plugins.site.render.SiteMojo.renderLocale
> (SiteMojo.java:198)
>     at org.apache.maven.plugins.site.render.SiteMojo.execute
> (SiteMojo.java:147)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:208)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:154)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:146)
>     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:954)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native 
> Method)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:564)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:289)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:229)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:415)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:356)
> [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/PluginExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with
> the command
> [ERROR]   mvn <goals> -rf :commons-rng-examples-jpms-lib
>
>
>> ---CUT---
>> [INFO] Generating "JDepend" report              --- 
>> jdepend-maven-plugin:2.0:generate-no-fork
>>
>> Unknown constant: 19
>> [INFO] Generating "japicmp" report              --- 
>> japicmp-maven-plugin:0.12.0:cmp-report
>> [INFO] japicmp module set to skip
>> [INFO] Generating "SpotBugs" report             --- 
>> spotbugs-maven-plugin:3.1.3:spotbugs
>> [INFO] Generating "Checkstyle" report           --- 
>> maven-checkstyle-plugin:3.0.0:checkstyle
>> [INFO] Generating "Clirr" report                --- 
>> clirr-maven-plugin:2.8:clirr
>> [INFO] Comparing to version: 1.1
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Commons RNG ................................. SUCCESS 
>> [ 24.216 s]
>> [INFO] Apache Commons RNG Client API ...................... SUCCESS 
>> [ 21.240 s]
>> [INFO] Apache Commons RNG Core ............................ SUCCESS 
>> [ 32.950 s]
>> [INFO] Apache Commons RNG Simple .......................... SUCCESS 
>> [ 26.128 s]
>> [INFO] Apache Commons RNG Sampling ........................ SUCCESS 
>> [01:21 min]
>> [INFO] Apache Commons RNG Examples ........................ SUCCESS 
>> [  4.165 s]
>> [INFO] Stress test example ................................ SUCCESS 
>> [ 19.696 s]
>> [INFO] Sampling example ................................... SUCCESS 
>> [ 19.455 s]
>> [INFO] Quadrature example ................................. SUCCESS 
>> [ 19.200 s]
>> [INFO] JMH Benchmark ...................................... SUCCESS 
>> [ 38.853 s]
>> [INFO] JPMS Integration test .............................. SUCCESS 
>> [  3.119 s]
>> [INFO] JPMS module example (library) ...................... FAILURE 
>> [ 19.066 s]
>> [INFO] JPMS module example (application) .................. SKIPPED
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Total time: 05:10 min
>> [INFO] Finished at: 2018-08-15T11:10:29+02:00
>> [INFO] Final Memory: 173M/577M
>> [INFO] 
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal 
>> org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) 
>> on project commons-rng-examples-jpms-lib: Execution default-site of 
>> goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: 
>> Invalid byte tag in constant pool: 19 -> [Help 1]
>> ---CUT---
>>
>> The build succeeds on branch 1.1.
>>
>> Regards,
>> Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [RNG] Build failure on "master"

Posted by Rob Tompkins <ch...@gmail.com>.

> On Aug 15, 2018, at 6:41 PM, Gilles <gi...@harfang.homelinux.org> wrote:
> 
> Hi.
> 
> Build on "master" fails after the batch of commits post-release.
> See console output excerpt below.
> 

This is indeed weird. I’ve seen a bunch of things that cite aspect weaving as the root cause of the issue (specifically it’s us [bcel] that seems to be the culprit). I can’t quickly figure it out but can add a little more info:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project commons-rng-examples-jpms-lib: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid byte tag in constant pool: 19 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project commons-rng-examples-jpms-lib: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid byte tag in constant pool: 19
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    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:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid byte tag in constant pool: 19
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    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:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
    at org.apache.bcel.classfile.Constant.readConstant (Constant.java:167)
    at org.apache.bcel.classfile.ConstantPool.<init> (ConstantPool.java:66)
    at org.apache.bcel.classfile.ClassParser.readConstantPool (ClassParser.java:239)
    at org.apache.bcel.classfile.ClassParser.parse (ClassParser.java:144)
    at net.sf.clirr.core.internal.bcel.BcelTypeArrayBuilder.extractClass (BcelTypeArrayBuilder.java:135)
    at net.sf.clirr.core.internal.bcel.BcelTypeArrayBuilder.createClassSet (BcelTypeArrayBuilder.java:82)
    at org.codehaus.mojo.clirr.AbstractClirrMojo.resolvePreviousReleaseClasses (AbstractClirrMojo.java:424)
    at org.codehaus.mojo.clirr.AbstractClirrMojo.executeClirr (AbstractClirrMojo.java:263)
    at org.codehaus.mojo.clirr.ClirrReport.doReport (ClirrReport.java:251)
    at org.codehaus.mojo.clirr.ClirrReport.generate (ClirrReport.java:227)
    at org.codehaus.mojo.clirr.ClirrReport.generate (ClirrReport.java:368)
    at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument (ReportDocumentRenderer.java:239)
    at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render (DefaultSiteRenderer.java:349)
    at org.apache.maven.plugins.site.render.SiteMojo.renderLocale (SiteMojo.java:198)
    at org.apache.maven.plugins.site.render.SiteMojo.execute (SiteMojo.java:147)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    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:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:564)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :commons-rng-examples-jpms-lib


> ---CUT---
> [INFO] Generating "JDepend" report              --- jdepend-maven-plugin:2.0:generate-no-fork
> 
> Unknown constant: 19
> [INFO] Generating "japicmp" report              --- japicmp-maven-plugin:0.12.0:cmp-report
> [INFO] japicmp module set to skip
> [INFO] Generating "SpotBugs" report             --- spotbugs-maven-plugin:3.1.3:spotbugs
> [INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:3.0.0:checkstyle
> [INFO] Generating "Clirr" report                --- clirr-maven-plugin:2.8:clirr
> [INFO] Comparing to version: 1.1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Commons RNG ................................. SUCCESS [ 24.216 s]
> [INFO] Apache Commons RNG Client API ...................... SUCCESS [ 21.240 s]
> [INFO] Apache Commons RNG Core ............................ SUCCESS [ 32.950 s]
> [INFO] Apache Commons RNG Simple .......................... SUCCESS [ 26.128 s]
> [INFO] Apache Commons RNG Sampling ........................ SUCCESS [01:21 min]
> [INFO] Apache Commons RNG Examples ........................ SUCCESS [  4.165 s]
> [INFO] Stress test example ................................ SUCCESS [ 19.696 s]
> [INFO] Sampling example ................................... SUCCESS [ 19.455 s]
> [INFO] Quadrature example ................................. SUCCESS [ 19.200 s]
> [INFO] JMH Benchmark ...................................... SUCCESS [ 38.853 s]
> [INFO] JPMS Integration test .............................. SUCCESS [  3.119 s]
> [INFO] JPMS module example (library) ...................... FAILURE [ 19.066 s]
> [INFO] JPMS module example (application) .................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 05:10 min
> [INFO] Finished at: 2018-08-15T11:10:29+02:00
> [INFO] Final Memory: 173M/577M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project commons-rng-examples-jpms-lib: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid byte tag in constant pool: 19 -> [Help 1]
> ---CUT---
> 
> The build succeeds on branch 1.1.
> 
> Regards,
> Gilles
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org