thanks Martin.
we are failing on missing packages so I have a patch to fix it.
I will update once we have a vdsm build

On Tue, Jun 11, 2019 at 10:08 PM Martin Perina <mper...@redhat.com> wrote:

>
>
> On Tue, Jun 11, 2019 at 7:41 PM Martin Perina <mper...@redhat.com> wrote:
>
>>
>>
>> On Tue, Jun 11, 2019 at 6:53 PM Dafna Ron <d...@redhat.com> wrote:
>>
>>> Galit's patch should have solved it.
>>> Marcin, are you still failing?
>>>
>>
>> I've just rebased https://gerrit.ovirt.org/100716 on top of Galit's
>> change so we should know within an hour or so ...
>>
>
> CI finished successfully, please review so we can merge ...
>
>
>>
>>>
>>> On Tue, Jun 11, 2019 at 2:40 PM Eyal Edri <ee...@redhat.com> wrote:
>>>
>>>>
>>>>
>>>> On Tue, Jun 11, 2019 at 4:35 PM Marcin Sobczyk <msobc...@redhat.com>
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> basic suite fails for the patch with the following log:
>>>>>
>>>>>  
>>>>> <https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/4762/pipeline/107#step-188-log-769>[2019-06-11T11:34:26.175Z]
>>>>>        - STDERR
>>>>>  
>>>>> <https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/4762/pipeline/107#step-188-log-770>[2019-06-11T11:34:26.175Z]
>>>>>  + yum -y install ovirt-host
>>>>>  
>>>>> <https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/4762/pipeline/107#step-188-log-771>[2019-06-11T11:34:26.175Z]
>>>>>  Error: Package: 32:bind-libs-9.9.4-74.el7_6.1.x86_64 (alocalsync)
>>>>>  
>>>>> <https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/4762/pipeline/107#step-188-log-772>[2019-06-11T11:34:26.175Z]
>>>>>             Requires: bind-license = 32:9.9.4-74.el7_6.1
>>>>>  
>>>>> <https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/4762/pipeline/107#step-188-log-773>[2019-06-11T11:34:26.175Z]
>>>>>             Installed: 32:bind-license-9.9.4-73.el7_6.noarch (installed)
>>>>>  
>>>>> <https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/4762/pipeline/107#step-188-log-774>[2019-06-11T11:34:26.175Z]
>>>>>                 bind-license = 32:9.9.4-73.el7_6
>>>>>
>>>>>
>>>> I think https://gerrit.ovirt.org/#/c/100691/ which was merged 2 hours
>>>> ago should address this issue.
>>>> Maybe other reposync files should be updated as well?
>>>>
>>>>
>>>>>  Seems unrelated and I'm having the same issue locally on my server.
>>>>> Dafna, do you have some insight regarding this dependency error?
>>>>>
>>>>> Thanks, Marcin
>>>>> On 6/11/19 1:15 PM, Martin Perina wrote:
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Jun 11, 2019 at 11:58 AM Milan Zamazal <mzama...@redhat.com>
>>>>> wrote:
>>>>>
>>>>>> Dafna Ron <d...@redhat.com> writes:
>>>>>>
>>>>>> > Hi,
>>>>>> >
>>>>>> > Please note vdsm has been broken since Fri the 7th
>>>>>> >
>>>>>> > to summarize again,  vdsm has a patch to remove sos plugin which is
>>>>>> what
>>>>>> > metrics is using in its ost tests
>>>>>> > due to that, vdsm is failing the metrics tests and in order to
>>>>>> solve it we
>>>>>> > need to make a choice:
>>>>>> > 1. fix the metrics tests to not use sos
>>>>>> > 2. disable the metrics tests
>>>>>> > 3. revert the sos patch until a decision is made on ^^
>>>>>>
>>>>>> #3 is not an option, it would make Vdsm uninstallable on newer RHEL
>>>>>> versions.
>>>>>>
>>>>>
>>>>> I've posted a patch https://gerrit.ovirt.org/100716 which is trying
>>>>> to install vdsm sos plugin if it's not installed either by vdsm nor sos.
>>>>> Currenlty waiting for CI, if run is successfull, I will extend the
>>>>> patch also for 4.3 basic suite.
>>>>>
>>>>>
>>>>>> > Thanks,
>>>>>> > Dafna
>>>>>> >
>>>>>> >
>>>>>> > ---------- Forwarded message ---------
>>>>>> > From: Dafna Ron <d...@redhat.com>
>>>>>> > Date: Mon, Jun 10, 2019 at 1:30 PM
>>>>>> > Subject: Re: [ OST Failure Report ] [ oVirt Master (vdsm) ] [
>>>>>> 07-06-2019 ]
>>>>>> > [ 003_00_metrics_bootstrap.metrics_and_log_collector ]
>>>>>> > To: Martin Perina <mper...@redhat.com>, Milan Zamazal <
>>>>>> mzama...@redhat.com>,
>>>>>> > Shirly Radco <sra...@redhat.com>
>>>>>> > Cc: devel <de...@ovirt.org>, infra <infra@ovirt.org>
>>>>>> >
>>>>>> >
>>>>>> > Shirly? any update on this?
>>>>>> >
>>>>>> > On Fri, Jun 7, 2019 at 11:54 AM Dafna Ron <d...@redhat.com> wrote:
>>>>>> >
>>>>>> >> Hi,
>>>>>> >>
>>>>>> >> We have a failure in vdsm project on master.
>>>>>> >>
>>>>>> >> The issue is change:
>>>>>> >> https://gerrit.ovirt.org/#/c/100576/ - Remove SOS VDSM plugin
>>>>>> >>
>>>>>> >> which is failing on metrics as metrics is calling sos-logcollector.
>>>>>> >>
>>>>>> >> The patch cannot be changed as until centos 7.7 when sos-3.7-3,
>>>>>> which
>>>>>> >> contains vdsm plugin will come out.
>>>>>> >> so until then, we are left with no sos plugin, which is causing the
>>>>>> >> metrics test to fail.
>>>>>> >>
>>>>>> >> Shirly, can you please take a look and see if we can change the
>>>>>> test to
>>>>>> >> not call sos-logcollector?
>>>>>> >> Please note, that we are expecting 4.3 to fail on same issue very
>>>>>> soon.
>>>>>> >>
>>>>>> >> failed job can be found here:
>>>>>> >>
>>>>>> >>
>>>>>> https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/14452/
>>>>>> >>
>>>>>> >>
>>>>>> >> ERROR from test:
>>>>>> >>
>>>>>> >> lago.ssh: DEBUG: Command 8626fe70 on
>>>>>> lago-basic-suite-master-engine  errors:
>>>>>> >>  ERROR: Failed to get a sosreport from:
>>>>>> lago-basic-suite-master-host-1; Could not parse sosreport output
>>>>>> >> ERROR: Failed to get a sosreport from:
>>>>>> lago-basic-suite-master-host-0; Could not parse sosreport output
>>>>>> >>
>>>>>> >> lago.utils: DEBUG: Error while running thread Thread-3
>>>>>> >> Traceback (most recent call last):
>>>>>> >>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58,
>>>>>> in _ret_via_queue
>>>>>> >>     queue.put({'return': func()})
>>>>>> >>   File
>>>>>> "/home/jenkins/workspace/ovirt-master_change-queue-tester/ovirt-system-tests/basic-suite-master/test-scenarios/003_00_metrics_bootstrap.py",
>>>>>> line 97, in run_log_collector
>>>>>> >>     'log collector failed. Exit code is %s' % result.code
>>>>>> >>   File "/usr/lib64/python2.7/unittest/case.py", line 462, in
>>>>>> assertTrue
>>>>>> >>     raise self.failureException(msg)
>>>>>> >> AssertionError: log collector failed. Exit code is 1
>>>>>> >> --------------------- >> end captured logging << ----------
>>>>>> >>
>>>>>> >> Thanks,
>>>>>> >> Dafna
>>>>>> >>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Martin Perina
>>>>> Manager, Software Engineering
>>>>> Red Hat Czech s.r.o.
>>>>>
>>>>> _______________________________________________
>>>>> Devel mailing list -- de...@ovirt.org
>>>>> To unsubscribe send an email to devel-le...@ovirt.org
>>>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>>>> oVirt Code of Conduct: 
>>>>> https://www.ovirt.org/community/about/community-guidelines/
>>>>> List Archives: 
>>>>> https://lists.ovirt.org/archives/list/de...@ovirt.org/message/SQJDJHHQR52QTGRZBIOLBWWVGUX3ZPNW/
>>>>>
>>>>> _______________________________________________
>>>>> Devel mailing list -- de...@ovirt.org
>>>>> To unsubscribe send an email to devel-le...@ovirt.org
>>>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>>>> oVirt Code of Conduct:
>>>>> https://www.ovirt.org/community/about/community-guidelines/
>>>>> List Archives:
>>>>> https://lists.ovirt.org/archives/list/de...@ovirt.org/message/GW3E7ZIE3WIDXQZG2BY42LQLB4CKI7UK/
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Eyal edri
>>>>
>>>>
>>>> MANAGER
>>>>
>>>> CONTINUOUS PRODUCTIZATION
>>>>
>>>> SYSTEM ENGINEERING
>>>>
>>>> Red Hat <https://www.redhat.com/>
>>>> <https://red.ht/sig>
>>>> phone: +972-9-7692018
>>>> irc: eedri (on #tlv #rhev-dev #rhev-integ #cp-devel)
>>>>
>>> _______________________________________________
>>> Devel mailing list -- de...@ovirt.org
>>> To unsubscribe send an email to devel-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/de...@ovirt.org/message/3TLL7C4LF76KM4AKXHJDVY26VDY2PLVB/
>>>
>>
>>
>> --
>> Martin Perina
>> Manager, Software Engineering
>> Red Hat Czech s.r.o.
>>
>
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
>
_______________________________________________
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/7RH3HEVCSB4QCCLHJDYM562YGRKISPEN/

Reply via email to