On Fri, Sep 30, 2016 at 2:56 PM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Martin,

I restarted the build in the morning to see why it is failing.

Jsonrpc building looks good but later it fails with:

09:37:52 java.lang.ArrayIndexOutOfBoundsException: 24064
09:37:52 	at org.objectweb.asm.ClassReader.readClass(Unknown Source)
09:37:52 	at org.objectweb.asm.ClassReader.accept(Unknown Source)
09:37:52 	at org.objectweb.asm.ClassReader.accept(Unknown Source)
09:37:52 	at org.fedoraproject.maven.installer.impl.DefaultInstaller.usesNativeCode(DefaultInstaller.java:545)
09:37:52 	at org.fedoraproject.maven.installer.impl.DefaultInstaller.installArtifact(DefaultInstaller.java:574)
09:37:52 	at org.fedoraproject.maven.installer.impl.DefaultInstaller.install(DefaultInstaller.java:758)
09:37:52 	at org.fedoraproject.maven.tools.installer.InstallerCli.run(InstallerCli.java:174)
09:37:52 	at org.fedoraproject.maven.tools.installer.InstallerCli.main(InstallerCli.java:187)
09:37:52 error: Bad exit status from /var/tmp/rpm-tmp.kU3zTr (%install)

this issue started to occur with Ravi's patch. I think that is maybe related somehow to java8 changes.
Maybe there is a bug in mavenlocal. We need to investigate.

​I know :-) That's why I wanted someone from CI to take a look as they know much more about those build issues. And because Fedora build works, this is some specific EL7 issue ...
 

Thanks,
Piotr


On Fri, Sep 30, 2016 at 2:40 PM, Martin Perina <mperina@redhat.com> wrote:
Hi,

could you please take a look at EL7 build issue for patch [1]? Fedora build is OK, so I'm not sure what we missed that EL7 build is still failing ...

Thanks