[ovirt-devel] [ACTION NEEDED] ovirt-engine quick build fails on F21 with [ERROR] error on execute: error during compilation
David Caro
dcaroest at redhat.com
Tue Oct 21 17:02:18 UTC 2014
On 10/21, Einav Cohen wrote:
> @Alexander, can you please look into this one?
> it seems to be happening only on Fedora 21 (same jobs on
> Fedora 20 and EL6 are passing successfully) - maybe
> related to the exact java version on the machine?
Just to add some info, the java version installed on those slaves is
openjdk 1.8.0_25.
It's a minimum server install too, so some packages that were usually
installed (like mailcap, that was missing) are not there, that might
also cause the issue.
>
> ----
> Thanks,
> Einav
>
> ----- Original Message -----
> > From: "Sandro Bonazzola" <sbonazzo at redhat.com>
> > To: devel at ovirt.org
> > Sent: Tuesday, October 21, 2014 11:21:51 AM
> > Subject: [ovirt-devel] [ACTION NEEDED] ovirt-engine quick build fails on F21 with [ERROR] error on execute: error
> > during compilation
> >
> > Full console available here:
> > http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_merged/label=fc21/4581/console
> >
> > 14:26:16 [INFO] javac option: -proc:only
> > 14:26:16 [INFO] javac option: -d
> > 14:26:16 [INFO] javac option:
> > /home/jenkins/workspace/ovirt-engine_master_create-rpms-quick_merged/label/fc21/rpmbuild/BUILD/ovirt-engine-3.6.0/frontend/webadmin/modules/frontend/target/classes
> > 14:26:16 [INFO] javac option: -s
> > 14:26:16 [INFO] javac option:
> > /home/jenkins/workspace/ovirt-engine_master_create-rpms-quick_merged/label/fc21/rpmbuild/BUILD/ovirt-engine-3.6.0/frontend/webadmin/modules/frontend/target/generated-sources/annotations
> > 14:26:19 [INFO] diagnostic warning: Supported source version 'RELEASE_6' from
> > annotation processor
> > 'com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor' less than
> > -source '1.8'
> > 14:26:21 [INFO] diagnostic warning: Supported source version 'RELEASE_6' from
> > annotation processor
> > 'com.gwtplatform.dispatch.annotation.processor.GenEventProcessor' less than
> > -source '1.8'
> > 14:26:21 [INFO] diagnostic Note:
> > com.gwtplatform.dispatch.annotation.processor.GenEventProcessor started.
> > 14:26:21 [INFO] diagnostic Note: Searching for
> > com.gwtplatform.dispatch.annotation.GenEvent annotations.
> > 14:26:21 [INFO] diagnostic Note: Found
> > org.ovirt.engine.ui.frontend.communication.RefreshActiveModel.
> > 14:26:21 [INFO] diagnostic Note: Found
> > org.ovirt.engine.ui.frontend.communication.SSOTokenChange.
> > 14:26:21 [INFO] diagnostic Note:
> > com.gwtplatform.dispatch.annotation.processor.GenEventProcessor finished.
> > 14:26:21 [INFO] diagnostic warning: Supported source version 'RELEASE_6' from
> > annotation processor
> > 'com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor' less
> > than -source '1.8'
> > 14:26:21 [INFO] diagnostic warning: Supported source version 'RELEASE_6' from
> > annotation processor
> > 'com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor' less than
> > -source '1.8'
> > 14:26:21 [INFO] diagnostic warning: Supported source version 'RELEASE_6' from
> > annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less
> > than -source '1.8'
> > 14:26:21 [INFO] diagnostic Note:
> > com.gwtplatform.dispatch.annotation.processor.GenEventProcessor started.
> > 14:26:21 [INFO] diagnostic Note: Searching for
> > com.gwtplatform.dispatch.annotation.GenEvent annotations.
> > 14:26:21 [INFO] diagnostic Note:
> > com.gwtplatform.dispatch.annotation.processor.GenEventProcessor finished.
> > 14:26:21 [INFO] diagnostic
> > /home/jenkins/workspace/ovirt-engine_master_create-rpms-quick_merged/label/fc21/rpmbuild/BUILD/ovirt-engine-3.6.0/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/communication/GWTRPCCommunicationProvider.java:16:
> > error: cannot find symbol
> > 14:26:21 import
> > org.ovirt.engine.ui.frontend.gwtservices.GenericApiGWTServiceAsync;
> > 14:26:21 ^
> > 14:26:21 symbol: class GenericApiGWTServiceAsync
> > 14:26:21 location: package org.ovirt.engine.ui.frontend.gwtservices
> > 14:26:21 [INFO] diagnostic
> > /home/jenkins/workspace/ovirt-engine_master_create-rpms-quick_merged/label/fc21/rpmbuild/BUILD/ovirt-engine-3.6.0/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/communication/GWTRPCCommunicationProvider.java:49:
> > error: cannot find symbol
> > 14:26:21 private final GenericApiGWTServiceAsync service;
> > 14:26:21 ^
> > 14:26:21 symbol: class GenericApiGWTServiceAsync
> > 14:26:21 location: class
> > org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider
> > 14:26:21 [INFO] diagnostic
> > /home/jenkins/workspace/ovirt-engine_master_create-rpms-quick_merged/label/fc21/rpmbuild/BUILD/ovirt-engine-3.6.0/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/communication/GWTRPCCommunicationProvider.java:90:
> > error: cannot find symbol
> > 14:26:21 public GWTRPCCommunicationProvider(final
> > GenericApiGWTServiceAsync asyncService,
> > 14:26:21 ^
> > 14:26:21 symbol: class GenericApiGWTServiceAsync
> > 14:26:21 location: class
> > org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider
> > 14:26:21 [INFO] diagnostic
> > /home/jenkins/workspace/ovirt-engine_master_create-rpms-quick_merged/label/fc21/rpmbuild/BUILD/ovirt-engine-3.6.0/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/communication/GWTRPCCommunicationProvider.java:38:
> > error: cannot find symbol
> > 14:26:21 void serviceFound(GenericApiGWTServiceAsync service);
> > 14:26:21 ^
> > 14:26:21 symbol: class GenericApiGWTServiceAsync
> > 14:26:21 location: interface
> > org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider.ServiceCallback
> > 14:26:21 [ERROR] error on execute: error during compilation
> >
> > --
> > Sandro Bonazzola
> > Better technology. Faster innovation. Powered by community collaboration.
> > See how it works at redhat.com
> > _______________________________________________
> > Devel mailing list
> > Devel at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/devel
> >
> _______________________________________________
> Devel mailing list
> Devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
--
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro at redhat.com
Web: www.redhat.com
RHT Global #: 82-62605
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.ovirt.org/pipermail/devel/attachments/20141021/3d568fdd/attachment.sig>
More information about the Devel
mailing list