On Fri, Sep 30, 2016 at 2:56 PM, Piotr Kliczewski <pkliczew@redhat.com> wrote:Jsonrpc building looks good but later it fails with:Martin,I restarted the build in the morning to see why it is failing.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.instal ler.impl.DefaultInstaller.uses NativeCode(DefaultInstaller. java:545) 09:37:52 at org.fedoraproject.maven.instal ler.impl.DefaultInstaller.inst allArtifact(DefaultInstaller. java:574) 09:37:52 at org.fedoraproject.maven.instal ler.impl.DefaultInstaller. install(DefaultInstaller.java: 758) 09:37:52 at org.fedoraproject.maven.tools. installer.InstallerCli.run(Ins tallerCli.java:174) 09:37:52 at org.fedoraproject.maven.tools. installer.InstallerCli.main(In stallerCli.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,PiotrOn 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