[ovirt-devel] Re: Problems building CentOS 8.3-based engine image for OST

2020-12-08 Thread Sandro Bonazzola
Il giorno mar 8 dic 2020 alle ore 10:08 Marcin Sobczyk 
ha scritto:

>
>
> On 12/7/20 5:12 PM, Marcin Sobczyk wrote:
> >
> > On 12/7/20 4:31 PM, Marcin Sobczyk wrote:
> >> On 12/7/20 4:15 PM, Michal Skrivanek wrote:
>  On 7 Dec 2020, at 16:06, Marcin Sobczyk  wrote:
> 
>  Hi All,
> 
>  since CentOS 8.3 is out, I'm trying to build a new base image for
> OST, but there are problems on the engine side.
>  The provisioning script we use to build the engine VM is here [1].
> 
>  The build ends with errors:
> 
>  Error: Problems in request:
>  missing groups or modules: javapackages-tools
> >>> does it no longer exist or not built yet?
> >> Found a module called 'javapackages-runtime'.
> >> When I enabled it we're left with "Problem 1" only:
> >>
> >> Error:
> >> Problem: cannot install the best candidate for the job
> >>  - nothing provides apache-commons-compress needed by
> >> ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
> >>  - nothing provides apache-commons-jxpath needed by
> >> ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
> >> (try to add '--skip-broken' to skip uninstallable packages or '--nobest'
> >> to use not only best candidate packages)
> > After discussing offline with Artur it turned out that the
> > 'javapackages-tools' comes from 'PowerTools' repo.
> > We enable it in an RPM script during ovirt release RPM installation:
> >
> >   if [ -f /etc/yum.repos.d/CentOS-PowerTools.repo ] ; then
> >   sed -i "s:enabled=0:enabled=1:"
> > /etc/yum.repos.d/CentOS-PowerTools.repo
> >   fi
> >
> > but it seems the name of the repofile in 8.3 has changed to
> > 'CentOS-Linux-PowerTools.repo'.
> > After enabling 'PowerTools' and 'javapackages-tools' the installation
> > went smoothly.
> Lev, are you able to modify the release RPM so it handles both cases?
>

Lev is on PTO today, if this needs urgent fix and can't wait till tomorrow
please let me know.


>
> Regards, Marcin
>
> >
> >
> >>
>  Last metadata expiration check: 0:00:02 ago on Mon Dec  7 16:00:56
> 2020.
>  Error:
>  Problem 1: cannot install the best candidate for the job
>   - nothing provides apache-commons-compress needed by
> ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
>   - nothing provides apache-commons-jxpath needed by
> ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
>  Problem 2: package
> ovirt-engine-extension-aaa-ldap-setup-1.4.3-0.289.202010220206.el8.noarch
> requires ovirt-engine-extension-aaa-ldap = 1.4.3-0.289.202010220206.el8,
> but none of the providers can be installed
>   - package
> ovirt-engine-extension-aaa-ldap-1.4.3-0.289.202010220206.el8.noarch
> requires slf4j-jdk14, but none of the providers can be installed
>   - conflicting requests
>   - package
> slf4j-jdk14-1.7.25-4.module_el8.3.0+454+67dccca4.noarch is filtered out by
> modular filtering
> >>> or perhaps it just got renamed (that’s what it should if that’s the
> case)
> >>>
>  Please advise.
> 
>  Thanks, Marcin
> 
>  [1]
> https://gerrit.ovirt.org/gitweb?p=ost-images.git;a=blob_plain;f=el8-provision-engine.sh.in;hb=HEAD
> 
>
>

-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
*
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/F5FR44OT6C3W3YOG6HAR2LWCJWVENX6L/


[ovirt-devel] Re: [rhev-devel] ost check patch

2020-12-08 Thread Ehud Yonasi
updated the integ tests server to 8.3.

On Tue, Dec 8, 2020 at 3:48 PM Marcin Sobczyk  wrote:

>
>
> On 12/8/20 1:05 PM, Ehud Yonasi wrote:
> > We are working now to upgrade templates server to 8.3, and will update
> > when it's done.
> Retriggered the pipeline on the templates server and we're past the
> point that failed before, so I think we're home. Thanks!
> I think we can proceed with upgrading the other agents.
>
> >
> > On Tue, Dec 8, 2020 at 1:37 PM Marcin Sobczyk  > > wrote:
> >
> >
> >
> > On 12/8/20 10:31 AM, Galit Rosenthal wrote:
> > > Hi All,
> > >
> > > We are working on fixing the issue.
> > > Once it will be fixed an updated mail will be sent.
> > So it's worse than I thought unfortunately.
> > The problem occurs even when trying to rebuild ost-images with simple
> > 'virt-install' [3].
> > Most probably there's a breakage between CentOS 8.3 userspace we get
> > with mock vs CentOS 8.2 libvirtd we run on CI agents.
> > If that's true we need to upgrade all our el8 agents in CI to 8.3
> > ASAP.
> > I'd start with the templates.ovirt.org
> >  server to see if I can rebuild
> > ost-images.
> >
> > Regards, Marcin
> >
> > >
> > > Regards,
> > > Galit
> > >
> > > On Tue, Dec 8, 2020 at 11:09 AM Eitan Raviv  > 
> > > >> wrote:
> > >
> > > Hi,
> > > Since yesterday check patch jobs [1][2] are failing for me on
> > >
> > > emulator not found...
> > >
> > > kvm executable not found
> > >
> > > Any hint appreciated.
> > >
> > > Thanks
> > >
> > > [1]
> > >
> >
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> >
> > >
> >  <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> >>
> > > [2]
> > >
> >
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
> >
> > >
> >  <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
> >>
> > >
> > >
> > [3]
> >
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/1636/pipeline#step-189-log-287
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/1636/pipeline#step-189-log-287
> >
> >
> > >
> > > --
> > >
> > > Galit Rosenthal
> > >
> > > SOFTWARE ENGINEER
> > >
> > > Red Hat>
> > >
> > > ga...@redhat.com 
> > > T: 972-9-7692230
> > > 
> > >
> > > >
> > >
> >
>
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/IHD274LMF4Y3VFUI4NOTFWHFDEWB2M24/


[ovirt-devel] Re: [rhev-devel] ost check patch

2020-12-08 Thread Marcin Sobczyk



On 12/8/20 1:05 PM, Ehud Yonasi wrote:
We are working now to upgrade templates server to 8.3, and will update 
when it's done.
Retriggered the pipeline on the templates server and we're past the 
point that failed before, so I think we're home. Thanks!

I think we can proceed with upgrading the other agents.



On Tue, Dec 8, 2020 at 1:37 PM Marcin Sobczyk > wrote:




On 12/8/20 10:31 AM, Galit Rosenthal wrote:
> Hi All,
>
> We are working on fixing the issue.
> Once it will be fixed an updated mail will be sent.
So it's worse than I thought unfortunately.
The problem occurs even when trying to rebuild ost-images with simple
'virt-install' [3].
Most probably there's a breakage between CentOS 8.3 userspace we get
with mock vs CentOS 8.2 libvirtd we run on CI agents.
If that's true we need to upgrade all our el8 agents in CI to 8.3
ASAP.
I'd start with the templates.ovirt.org
 server to see if I can rebuild
ost-images.

Regards, Marcin

>
> Regards,
> Galit
>
> On Tue, Dec 8, 2020 at 11:09 AM Eitan Raviv mailto:era...@redhat.com>
> >> wrote:
>
>     Hi,
>     Since yesterday check patch jobs [1][2] are failing for me on
>
>     emulator not found...
>
>     kvm executable not found
>
>     Any hint appreciated.
>
>     Thanks
>
>     [1]
>

https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/


>   
 
>
>     [2]
>

https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263


>   
 
>
>
>
[3]

https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/1636/pipeline#step-189-log-287



>
> --
>
> Galit Rosenthal
>
> SOFTWARE ENGINEER
>
> Red Hat>
>
> ga...@redhat.com 
> T: 972-9-7692230
> 
>
> >
>


___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/AKN7F22JCBEBRTEP5TZMENTHUEKQPAGR/


[ovirt-devel] Re: [rhev-devel] ost check patch

2020-12-08 Thread Ehud Yonasi
We are working now to upgrade templates server to 8.3, and will update when
it's done.

On Tue, Dec 8, 2020 at 1:37 PM Marcin Sobczyk  wrote:

>
>
> On 12/8/20 10:31 AM, Galit Rosenthal wrote:
> > Hi All,
> >
> > We are working on fixing the issue.
> > Once it will be fixed an updated mail will be sent.
> So it's worse than I thought unfortunately.
> The problem occurs even when trying to rebuild ost-images with simple
> 'virt-install' [3].
> Most probably there's a breakage between CentOS 8.3 userspace we get
> with mock vs CentOS 8.2 libvirtd we run on CI agents.
> If that's true we need to upgrade all our el8 agents in CI to 8.3 ASAP.
> I'd start with the templates.ovirt.org server to see if I can rebuild
> ost-images.
>
> Regards, Marcin
>
> >
> > Regards,
> > Galit
> >
> > On Tue, Dec 8, 2020 at 11:09 AM Eitan Raviv  > > wrote:
> >
> > Hi,
> > Since yesterday check patch jobs [1][2] are failing for me on
> >
> > emulator not found...
> >
> > kvm executable not found
> >
> > Any hint appreciated.
> >
> > Thanks
> >
> > [1]
> >
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> >
> > [2]
> >
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
> > <
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
> >
> >
> >
> [3]
>
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/1636/pipeline#step-189-log-287
>
> >
> > --
> >
> > Galit Rosenthal
> >
> > SOFTWARE ENGINEER
> >
> > Red Hat
> >
> > ga...@redhat.com  T: 972-9-7692230
> > 
> >
> > 
> >
>
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/TUSBFLJXVLZDG7IYGZCUAR53J7D3OR3D/


[ovirt-devel] Re: [rhev-devel] ost check patch

2020-12-08 Thread Marcin Sobczyk



On 12/8/20 10:31 AM, Galit Rosenthal wrote:

Hi All,

We are working on fixing the issue.
Once it will be fixed an updated mail will be sent.

So it's worse than I thought unfortunately.
The problem occurs even when trying to rebuild ost-images with simple 
'virt-install' [3].
Most probably there's a breakage between CentOS 8.3 userspace we get 
with mock vs CentOS 8.2 libvirtd we run on CI agents.

If that's true we need to upgrade all our el8 agents in CI to 8.3 ASAP.
I'd start with the templates.ovirt.org server to see if I can rebuild 
ost-images.


Regards, Marcin



Regards,
Galit

On Tue, Dec 8, 2020 at 11:09 AM Eitan Raviv > wrote:


Hi,
Since yesterday check patch jobs [1][2] are failing for me on

emulator not found...

kvm executable not found

Any hint appreciated.

Thanks

[1]

https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/


[2]

https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263




[3] 
https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/1636/pipeline#step-189-log-287




--

Galit Rosenthal

SOFTWARE ENGINEER

Red Hat

ga...@redhat.com  T: 972-9-7692230 






___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/QYOPGJ7T2DK6UXO4TVPA4TIHSG4IRNX2/


[ovirt-devel] Re: [rhev-devel] ost check patch

2020-12-08 Thread Galit Rosenthal
Hi All,

We are working on fixing the issue.
Once it will be fixed an updated mail will be sent.

Regards,
Galit

On Tue, Dec 8, 2020 at 11:09 AM Eitan Raviv  wrote:

> Hi,
> Since yesterday check patch jobs [1][2] are failing for me on
>
> emulator not found...
>
> kvm executable not found
>
> Any hint appreciated.
>
> Thanks
>
>
> [1] 
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
> [2] 
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
>
>

-- 

Galit Rosenthal

SOFTWARE ENGINEER

Red Hat 

ga...@redhat.comT: 972-9-7692230

___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/NKAYD7RALVFPR2RO2YOWJ7A7ASPMDSSI/


[ovirt-devel] ost check patch

2020-12-08 Thread Eitan Raviv
Hi,
Since yesterday check patch jobs [1][2] are failing for me on

emulator not found...

kvm executable not found

Any hint appreciated.

Thanks


[1] 
https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14274/
[2] 
https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/14263
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/NQGNKJPFQEQLML6XYV75E37ATKRWYE2W/


[ovirt-devel] Re: Problems building CentOS 8.3-based engine image for OST

2020-12-08 Thread Marcin Sobczyk



On 12/7/20 5:12 PM, Marcin Sobczyk wrote:


On 12/7/20 4:31 PM, Marcin Sobczyk wrote:

On 12/7/20 4:15 PM, Michal Skrivanek wrote:

On 7 Dec 2020, at 16:06, Marcin Sobczyk  wrote:

Hi All,

since CentOS 8.3 is out, I'm trying to build a new base image for OST, but 
there are problems on the engine side.
The provisioning script we use to build the engine VM is here [1].

The build ends with errors:

Error: Problems in request:
missing groups or modules: javapackages-tools

does it no longer exist or not built yet?

Found a module called 'javapackages-runtime'.
When I enabled it we're left with "Problem 1" only:

Error:
    Problem: cannot install the best candidate for the job
     - nothing provides apache-commons-compress needed by
ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
     - nothing provides apache-commons-jxpath needed by
ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to use not only best candidate packages)

After discussing offline with Artur it turned out that the
'javapackages-tools' comes from 'PowerTools' repo.
We enable it in an RPM script during ovirt release RPM installation:

      if [ -f /etc/yum.repos.d/CentOS-PowerTools.repo ] ; then
      sed -i "s:enabled=0:enabled=1:"
/etc/yum.repos.d/CentOS-PowerTools.repo
      fi

but it seems the name of the repofile in 8.3 has changed to
'CentOS-Linux-PowerTools.repo'.
After enabling 'PowerTools' and 'javapackages-tools' the installation
went smoothly.

Lev, are you able to modify the release RPM so it handles both cases?

Regards, Marcin







Last metadata expiration check: 0:00:02 ago on Mon Dec  7 16:00:56 2020.
Error:
Problem 1: cannot install the best candidate for the job
 - nothing provides apache-commons-compress needed by 
ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
 - nothing provides apache-commons-jxpath needed by 
ovirt-engine-4.4.4.4-0.0.master.20201206151430.git1a096b0d4e7.el8.noarch
Problem 2: package 
ovirt-engine-extension-aaa-ldap-setup-1.4.3-0.289.202010220206.el8.noarch 
requires ovirt-engine-extension-aaa-ldap = 1.4.3-0.289.202010220206.el8, but 
none of the providers can be installed
 - package 
ovirt-engine-extension-aaa-ldap-1.4.3-0.289.202010220206.el8.noarch requires 
slf4j-jdk14, but none of the providers can be installed
 - conflicting requests
 - package slf4j-jdk14-1.7.25-4.module_el8.3.0+454+67dccca4.noarch is 
filtered out by modular filtering

or perhaps it just got renamed (that’s what it should if that’s the case)


Please advise.

Thanks, Marcin

[1] 
https://gerrit.ovirt.org/gitweb?p=ost-images.git;a=blob_plain;f=el8-provision-engine.sh.in;hb=HEAD


___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/QYMGJCQFFG456K2X6G4YKVATGSX2P73T/