[ovirt-devel] Re: basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Yedidyah Bar David
On Wed, Mar 3, 2021 at 12:16 AM Vojtech Juranek  wrote:
>
> It looks like OST in meantime got broken even more
> and now fails before running tests with:
>
> 21:39:51 
> ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in 
> 
> 21:39:51 import requests
> 21:39:51 E   ModuleNotFoundError: No module named 'requests'
>
> I don't see any recent commit which can cause this. So maybe
> some issue with OST images?

I don't think that's related. I can only guess that it's due to [1]:

"pylint installed: WARNING: The directory
'/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/.cache/pip'
or its parent directory is not owned or is not writable by the current
user." ... "requests==2.25.1"

Whereas last successful run [2], as well as some later failed ones,
have the same warning, but use "2.20.0" (from the OS, it seems) and
also have:

/usr/lib/python3.6/site-packages/requests/__init__.py:91
  /usr/lib/python3.6/site-packages/requests/__init__.py:91:
RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't
match a supported version!
RequestsDependencyWarning)

So perhaps the failure is related to having a newer package on pypi
and not enough permissions for installing it. Just a guess.

[1] 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/923/artifact/exported-artifacts/mock_logs/script/stdout_stderr.log

[2] 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/916/artifact/exported-artifacts/mock_logs/script/stdout_stderr.log

>
>
> On Tuesday, 2 March 2021 13:40:07 CET Benny Zlotnik wrote:
> > I started the OST job two hours ago[1], but it's still pending and I
> > see another job stuck in pending, not sure if there's an issue with
> > the workers
> >
> >
> > [1]
> > https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-test
> > s_manual/7828
>
> > On Tue, Mar 2, 2021 at 12:52 PM Benny Zlotnik  wrote:
> >
> > >
> > >
> > > I posted a patch https://gerrit.ovirt.org/c/ovirt-engine/+/113740
> > >
> > >
> > >
> > > On Tue, Mar 2, 2021 at 12:44 PM Eyal Shenitzky 
> > > wrote:
> >
> > > >
> > > >
> > > > Hi Marcin,
> > > >
> > > >
> > > >
> > > > There were no changes in the test or with the verification recently.
> > > > Did something change with cirros_image_glance_disk_name?
> > > >
> > > >
> > > >
> > > > On Tue, 2 Mar 2021 at 11:12, Marcin Sobczyk 
> > > > wrote:
> > > >
> > > >>
> > > >>
> > > >> Hi All,
> > > >>
> > > >>
> > > >>
> > > >> basic suite started failing on
> > > >> 'test_verify_template_disk_copied_and_removed'.
> > > >> Looking at the error reported (i.e. [1][2]) it seems that we can't get
> > > >> a
> > > >> valid handle to the glance disk.
> > > >>
> > > >>
> > > >>
> > > >> Can someone take a look at this?
> > > >>
> > > >>
> > > >>
> > > >> Regards, Marcin
> > > >>
> > > >>
> > > >>
> > > >> [1]
> > > >> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-
> > > >> tests_manual/7826/consoleFull#L2,310
>  [2]
> > > >> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests
> > > >> _standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15
> > > >> 774/pipeline#step-220-log-1064
> > > >> ___
> > > >> 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/J5O6DPZQ
> > > >> PSF7UT3L2NUG5FNLCS3FVHI4/> >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Eyal Shenitzky
> > > > ___
> > > > 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/TA466HK3Q
> > > > 4FUWUUUZN7NHFPTEQTDA3YH/
> > ___
> > 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/AB6GI5KHJDSQ3
> > ABYIHKMAICUMLNW2OE2/
>
> ___
> 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: 
> 

[ovirt-devel] Re: basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Vojtech Juranek
It looks like OST in meantime got broken even more
and now fails before running tests with:

21:39:51 
../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in 

21:39:51 import requests
21:39:51 E   ModuleNotFoundError: No module named 'requests'

I don't see any recent commit which can cause this. So maybe
some issue with OST images?


On Tuesday, 2 March 2021 13:40:07 CET Benny Zlotnik wrote:
> I started the OST job two hours ago[1], but it's still pending and I
> see another job stuck in pending, not sure if there's an issue with
> the workers
> 
> 
> [1]
> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-test
> s_manual/7828
 
> On Tue, Mar 2, 2021 at 12:52 PM Benny Zlotnik  wrote:
> 
> >
> >
> > I posted a patch https://gerrit.ovirt.org/c/ovirt-engine/+/113740
> >
> >
> >
> > On Tue, Mar 2, 2021 at 12:44 PM Eyal Shenitzky 
> > wrote:
> 
> > >
> > >
> > > Hi Marcin,
> > >
> > >
> > >
> > > There were no changes in the test or with the verification recently.
> > > Did something change with cirros_image_glance_disk_name?
> > >
> > >
> > >
> > > On Tue, 2 Mar 2021 at 11:12, Marcin Sobczyk 
> > > wrote:
> > > 
> > >>
> > >>
> > >> Hi All,
> > >>
> > >>
> > >>
> > >> basic suite started failing on
> > >> 'test_verify_template_disk_copied_and_removed'.
> > >> Looking at the error reported (i.e. [1][2]) it seems that we can't get
> > >> a
> > >> valid handle to the glance disk.
> > >>
> > >>
> > >>
> > >> Can someone take a look at this?
> > >>
> > >>
> > >>
> > >> Regards, Marcin
> > >>
> > >>
> > >>
> > >> [1]
> > >> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-
> > >> tests_manual/7826/consoleFull#L2,310
 [2]
> > >> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests
> > >> _standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15
> > >> 774/pipeline#step-220-log-1064
> > >> ___
> > >> 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/J5O6DPZQ
> > >> PSF7UT3L2NUG5FNLCS3FVHI4/> >
> > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Eyal Shenitzky
> > > ___
> > > 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/TA466HK3Q
> > > 4FUWUUUZN7NHFPTEQTDA3YH/
> ___
> 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/AB6GI5KHJDSQ3
> ABYIHKMAICUMLNW2OE2/



signature.asc
Description: This is a digitally signed message part.
___
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/I66XVC6N6S6EYPVJK5GMRVKKXZTPVZU7/


[ovirt-devel] Re: basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Benny Zlotnik
I started the OST job two hours ago[1], but it's still pending and I
see another job stuck in pending, not sure if there's an issue with
the workers


[1] 
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7828

On Tue, Mar 2, 2021 at 12:52 PM Benny Zlotnik  wrote:
>
> I posted a patch https://gerrit.ovirt.org/c/ovirt-engine/+/113740
>
> On Tue, Mar 2, 2021 at 12:44 PM Eyal Shenitzky  wrote:
> >
> > Hi Marcin,
> >
> > There were no changes in the test or with the verification recently.
> > Did something change with cirros_image_glance_disk_name?
> >
> > On Tue, 2 Mar 2021 at 11:12, Marcin Sobczyk  wrote:
> >>
> >> Hi All,
> >>
> >> basic suite started failing on
> >> 'test_verify_template_disk_copied_and_removed'.
> >> Looking at the error reported (i.e. [1][2]) it seems that we can't get a
> >> valid handle to the glance disk.
> >>
> >> Can someone take a look at this?
> >>
> >> Regards, Marcin
> >>
> >> [1]
> >> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7826/consoleFull#L2,310
> >> [2]
> >> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15774/pipeline#step-220-log-1064
> >> ___
> >> 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/J5O6DPZQPSF7UT3L2NUG5FNLCS3FVHI4/
> >
> >
> >
> > --
> > Regards,
> > Eyal Shenitzky
> > ___
> > 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/TA466HK3Q4FUWUUUZN7NHFPTEQTDA3YH/
___
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/AB6GI5KHJDSQ3ABYIHKMAICUMLNW2OE2/


[ovirt-devel] Re: basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Eyal Shenitzky
Thanks Benny

On Tue, 2 Mar 2021 at 12:52, Benny Zlotnik  wrote:

> I posted a patch https://gerrit.ovirt.org/c/ovirt-engine/+/113740
>
> On Tue, Mar 2, 2021 at 12:44 PM Eyal Shenitzky 
> wrote:
> >
> > Hi Marcin,
> >
> > There were no changes in the test or with the verification recently.
> > Did something change with cirros_image_glance_disk_name?
> >
> > On Tue, 2 Mar 2021 at 11:12, Marcin Sobczyk  wrote:
> >>
> >> Hi All,
> >>
> >> basic suite started failing on
> >> 'test_verify_template_disk_copied_and_removed'.
> >> Looking at the error reported (i.e. [1][2]) it seems that we can't get a
> >> valid handle to the glance disk.
> >>
> >> Can someone take a look at this?
> >>
> >> Regards, Marcin
> >>
> >> [1]
> >>
> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7826/consoleFull#L2,310
> >> [2]
> >>
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15774/pipeline#step-220-log-1064
> >> ___
> >> 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/J5O6DPZQPSF7UT3L2NUG5FNLCS3FVHI4/
> >
> >
> >
> > --
> > Regards,
> > Eyal Shenitzky
> > ___
> > 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/TA466HK3Q4FUWUUUZN7NHFPTEQTDA3YH/
>
>

-- 
Regards,
Eyal Shenitzky
___
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/HT2GUNYTPCWQVOVB6JINU7RHJMI6TR6F/


[ovirt-devel] Re: basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Benny Zlotnik
I posted a patch https://gerrit.ovirt.org/c/ovirt-engine/+/113740

On Tue, Mar 2, 2021 at 12:44 PM Eyal Shenitzky  wrote:
>
> Hi Marcin,
>
> There were no changes in the test or with the verification recently.
> Did something change with cirros_image_glance_disk_name?
>
> On Tue, 2 Mar 2021 at 11:12, Marcin Sobczyk  wrote:
>>
>> Hi All,
>>
>> basic suite started failing on
>> 'test_verify_template_disk_copied_and_removed'.
>> Looking at the error reported (i.e. [1][2]) it seems that we can't get a
>> valid handle to the glance disk.
>>
>> Can someone take a look at this?
>>
>> Regards, Marcin
>>
>> [1]
>> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7826/consoleFull#L2,310
>> [2]
>> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15774/pipeline#step-220-log-1064
>> ___
>> 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/J5O6DPZQPSF7UT3L2NUG5FNLCS3FVHI4/
>
>
>
> --
> Regards,
> Eyal Shenitzky
> ___
> 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/TA466HK3Q4FUWUUUZN7NHFPTEQTDA3YH/
___
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/5LOSKJ7AKLKUWZ4D3BURZZ4JZGFNWNJL/


[ovirt-devel] Re: basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Eyal Shenitzky
Hi Marcin,

There were no changes in the test or with the verification recently.
Did something change with cirros_image_glance_disk_name?

On Tue, 2 Mar 2021 at 11:12, Marcin Sobczyk  wrote:

> Hi All,
>
> basic suite started failing on
> 'test_verify_template_disk_copied_and_removed'.
> Looking at the error reported (i.e. [1][2]) it seems that we can't get a
> valid handle to the glance disk.
>
> Can someone take a look at this?
>
> Regards, Marcin
>
> [1]
>
> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7826/consoleFull#L2,310
> [2]
>
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15774/pipeline#step-220-log-1064
> ___
> 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/J5O6DPZQPSF7UT3L2NUG5FNLCS3FVHI4/
>


-- 
Regards,
Eyal Shenitzky
___
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/TA466HK3Q4FUWUUUZN7NHFPTEQTDA3YH/


[ovirt-devel] basic suite failing on test_004_basic_sanity.test_verify_template_disk_copied_and_removed

2021-03-02 Thread Marcin Sobczyk

Hi All,

basic suite started failing on 
'test_verify_template_disk_copied_and_removed'.
Looking at the error reported (i.e. [1][2]) it seems that we can't get a 
valid handle to the glance disk.


Can someone take a look at this?

Regards, Marcin

[1] 
https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/7826/consoleFull#L2,310
[2] 
https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_standard-check-patch/detail/ovirt-system-tests_standard-check-patch/15774/pipeline#step-220-log-1064

___
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/J5O6DPZQPSF7UT3L2NUG5FNLCS3FVHI4/