Re: [ovirt-devel] failing check-patch on ovirt-engine

2017-11-13 Thread Daniel Belenky
Hey,

It's a trailing issue from [1] as Allon mentioned.
Our CI slaves generated mock cache during the outage of the snapshot repos,
and it caused your build to fail.
I've cleaned the cache - everything should work now.

[1] http://lists.ovirt.org/pipermail/devel/2017-November/031840.html

Thanks,

On Mon, Nov 13, 2017 at 12:14 PM, Allon Mureinik 
wrote:

> Probably another instead of [1].
> Retriggering the job should probably clear the issue up.
>
> [1] http://lists.ovirt.org/pipermail/devel/2017-November/031840.html
>
> On Sun, Nov 12, 2017 at 5:53 PM, Greg Sheremeta 
> wrote:
>
>> Hi,
>>
>> I'm seeing a weird issue in ovirt-engine check-patch.
>>
>> There's no way this failure is related to my patch [
>> https://gerrit.ovirt.org/#/c/83950/], which is a 1 character typo fix in
>> the constants file.
>>
>> Anyone have any ideas or also seeing this? It seems random, too --
>> sometimes 1 or 2 of the jobs will succeed [el7, fc25] but the other will
>> fail. Etc.
>>
>>
>> *14:48:08* + automation/packaging-setup-tests.sh*14:48:08* + trap popd 
>> 0*14:48:08* +++ readlink -f automation/packaging-setup-tests.sh*14:48:08* ++ 
>> dirname 
>> /home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/automation/packaging-setup-tests.sh*14:48:08*
>>  + pushd 
>> /home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/automation/..*14:48:08*
>>  ~ ~*14:48:08* + export 
>> PYTHONPATH=packaging/pythonlib:packaging/setup:*14:48:08* + 
>> PYTHONPATH=packaging/pythonlib:packaging/setup:*14:48:08* + python -m pytest 
>> packaging/setup*14:48:08* = test session starts 
>> ==*14:48:08* platform linux2 -- Python 2.7.14, 
>> pytest-3.2.3, py-1.4.34, pluggy-0.4.0*14:48:08* rootdir: 
>> /home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine,
>>  inifile:*14:48:08* collected 0 items / 1 errors*14:48:08* *14:48:08* 
>>  ERRORS 
>> *14:48:08*  ERROR collecting 
>> packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py 
>> *14:48:08* ImportError while importing test module 
>> '/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py'.*14:48:08*
>>  Hint: make sure your test modules/packages have valid Python 
>> names.*14:48:08* Traceback:*14:48:08* 
>> packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py:19: 
>> in *14:48:08* import ovirt_engine_setup.engine_common.database 
>> as under_test  # isort:skip # noqa: E402*14:48:08* 
>> packaging/setup/ovirt_engine_setup/engine_common/database.py:30: in 
>> *14:48:08* from otopi import base*14:48:08* E   ImportError: No 
>> module named otopi*14:48:08* !!! Interrupted: 1 errors 
>> during collection *14:48:08* === 
>> 1 error in 0.33 seconds *14:48:08* + 
>> popd*14:48:08* ~
>>
>>
>>
>> -- Forwarded message --
>> From: Code Review 
>> Date: Sun, Nov 12, 2017 at 10:31 AM
>> Subject: Change in ovirt-engine[master]: engine: typo fix snaphot ->
>> snapshot
>> To: Greg Sheremeta 
>>
>>
>> Jenkins CI *posted comments* on this change.
>>
>> View Change 
>>
>> Patch set 1:Continuous-Integration -1
>>
>> Build Failed
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>> -fc25-x86_64/17231/ : FAILURE
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>> -fc26-x86_64/157/ : FAILURE
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>> -el7-x86_64/33193/ : SUCCESS
>>
>>
>> To view, visit change 83950 . To
>> unsubscribe, visit settings .
>> Gerrit-Project: ovirt-engine
>> Gerrit-Branch: master
>> Gerrit-MessageType: comment
>> Gerrit-Change-Id: I88b4d75855c0abe2f0eddd8b282c172205db2e42
>> Gerrit-Change-Number: 83950
>> Gerrit-PatchSet: 1
>> Gerrit-Owner: Greg Sheremeta 
>> Gerrit-Reviewer: Alexander Wels 
>> Gerrit-Reviewer: Greg Sheremeta 
>> Gerrit-Reviewer: Jenkins CI
>> Gerrit-Reviewer: Tal Nisan 
>> Gerrit-Reviewer: Vojtech Szocs 
>> Gerrit-Reviewer: gerrit-hooks 
>> Gerrit-Comment-Date: Sun, 12 Nov 2017 15:31:27 +
>> Gerrit-HasComments: No
>>
>>
>>
>> --
>>
>> GREG SHEREMETA
>>
>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>
>> Red Hat NA
>>
>> 
>>
>> gsher...@redhat.comIRC: gshereme
>> 
>>
>> ___
>> Infra mailing list
>> in...@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>


-- 

DANIEL 

Re: [ovirt-devel] failing check-patch on ovirt-engine

2017-11-13 Thread Allon Mureinik
Probably another instead of [1].
Retriggering the job should probably clear the issue up.

[1] http://lists.ovirt.org/pipermail/devel/2017-November/031840.html

On Sun, Nov 12, 2017 at 5:53 PM, Greg Sheremeta  wrote:

> Hi,
>
> I'm seeing a weird issue in ovirt-engine check-patch.
>
> There's no way this failure is related to my patch [
> https://gerrit.ovirt.org/#/c/83950/], which is a 1 character typo fix in
> the constants file.
>
> Anyone have any ideas or also seeing this? It seems random, too --
> sometimes 1 or 2 of the jobs will succeed [el7, fc25] but the other will
> fail. Etc.
>
>
> *14:48:08* + automation/packaging-setup-tests.sh*14:48:08* + trap popd 
> 0*14:48:08* +++ readlink -f automation/packaging-setup-tests.sh*14:48:08* ++ 
> dirname 
> /home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/automation/packaging-setup-tests.sh*14:48:08*
>  + pushd 
> /home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/automation/..*14:48:08*
>  ~ ~*14:48:08* + export 
> PYTHONPATH=packaging/pythonlib:packaging/setup:*14:48:08* + 
> PYTHONPATH=packaging/pythonlib:packaging/setup:*14:48:08* + python -m pytest 
> packaging/setup*14:48:08* = test session starts 
> ==*14:48:08* platform linux2 -- Python 2.7.14, 
> pytest-3.2.3, py-1.4.34, pluggy-0.4.0*14:48:08* rootdir: 
> /home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine,
>  inifile:*14:48:08* collected 0 items / 1 errors*14:48:08* *14:48:08* 
>  ERRORS 
> *14:48:08*  ERROR collecting 
> packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py 
> *14:48:08* ImportError while importing test module 
> '/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py'.*14:48:08*
>  Hint: make sure your test modules/packages have valid Python 
> names.*14:48:08* Traceback:*14:48:08* 
> packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py:19: 
> in *14:48:08* import ovirt_engine_setup.engine_common.database as 
> under_test  # isort:skip # noqa: E402*14:48:08* 
> packaging/setup/ovirt_engine_setup/engine_common/database.py:30: in 
> *14:48:08* from otopi import base*14:48:08* E   ImportError: No 
> module named otopi*14:48:08* !!! Interrupted: 1 errors during 
> collection *14:48:08* === 1 error 
> in 0.33 seconds *14:48:08* + popd*14:48:08* ~
>
>
>
> -- Forwarded message --
> From: Code Review 
> Date: Sun, Nov 12, 2017 at 10:31 AM
> Subject: Change in ovirt-engine[master]: engine: typo fix snaphot ->
> snapshot
> To: Greg Sheremeta 
>
>
> Jenkins CI *posted comments* on this change.
>
> View Change 
>
> Patch set 1:Continuous-Integration -1
>
> Build Failed
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
> -fc25-x86_64/17231/ : FAILURE
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
> -fc26-x86_64/157/ : FAILURE
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
> -el7-x86_64/33193/ : SUCCESS
>
>
> To view, visit change 83950 . To
> unsubscribe, visit settings .
> Gerrit-Project: ovirt-engine
> Gerrit-Branch: master
> Gerrit-MessageType: comment
> Gerrit-Change-Id: I88b4d75855c0abe2f0eddd8b282c172205db2e42
> Gerrit-Change-Number: 83950
> Gerrit-PatchSet: 1
> Gerrit-Owner: Greg Sheremeta 
> Gerrit-Reviewer: Alexander Wels 
> Gerrit-Reviewer: Greg Sheremeta 
> Gerrit-Reviewer: Jenkins CI
> Gerrit-Reviewer: Tal Nisan 
> Gerrit-Reviewer: Vojtech Szocs 
> Gerrit-Reviewer: gerrit-hooks 
> Gerrit-Comment-Date: Sun, 12 Nov 2017 15:31:27 +
> Gerrit-HasComments: No
>
>
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> 
>
> gsher...@redhat.comIRC: gshereme
> 
>
> ___
> Infra mailing list
> in...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] failing check-patch on ovirt-engine

2017-11-12 Thread Greg Sheremeta
Hi,

I'm seeing a weird issue in ovirt-engine check-patch.

There's no way this failure is related to my patch [
https://gerrit.ovirt.org/#/c/83950/], which is a 1 character typo fix in
the constants file.

Anyone have any ideas or also seeing this? It seems random, too --
sometimes 1 or 2 of the jobs will succeed [el7, fc25] but the other will
fail. Etc.


*14:48:08* + automation/packaging-setup-tests.sh*14:48:08* + trap popd
0*14:48:08* +++ readlink -f
automation/packaging-setup-tests.sh*14:48:08* ++ dirname
/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/automation/packaging-setup-tests.sh*14:48:08*
+ pushd 
/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/automation/..*14:48:08*
~ ~*14:48:08* + export
PYTHONPATH=packaging/pythonlib:packaging/setup:*14:48:08* +
PYTHONPATH=packaging/pythonlib:packaging/setup:*14:48:08* + python -m
pytest packaging/setup*14:48:08* = test
session starts ==*14:48:08* platform
linux2 -- Python 2.7.14, pytest-3.2.3, py-1.4.34,
pluggy-0.4.0*14:48:08* rootdir:
/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine,
inifile:*14:48:08* collected 0 items / 1 errors*14:48:08* *14:48:08*
 ERRORS
*14:48:08*  ERROR collecting
packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py
*14:48:08* ImportError while importing test module
'/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py'.*14:48:08*
Hint: make sure your test modules/packages have valid Python
names.*14:48:08* Traceback:*14:48:08*
packaging/setup/tests/ovirt_engine_setup/engine_common/test_database.py:19:
in *14:48:08* import
ovirt_engine_setup.engine_common.database as under_test  # isort:skip
# noqa: E402*14:48:08*
packaging/setup/ovirt_engine_setup/engine_common/database.py:30: in
*14:48:08* from otopi import base*14:48:08* E
ImportError: No module named otopi*14:48:08* !!!
Interrupted: 1 errors during collection *14:48:08*
=== 1 error in 0.33 seconds
*14:48:08* + popd*14:48:08* ~



-- Forwarded message --
From: Code Review 
Date: Sun, Nov 12, 2017 at 10:31 AM
Subject: Change in ovirt-engine[master]: engine: typo fix snaphot ->
snapshot
To: Greg Sheremeta 


Jenkins CI *posted comments* on this change.

View Change 

Patch set 1:Continuous-Integration -1

Build Failed

http://jenkins.ovirt.org/job/ovirt-engine_master_check-
patch-fc25-x86_64/17231/ : FAILURE

http://jenkins.ovirt.org/job/ovirt-engine_master_check-
patch-fc26-x86_64/157/ : FAILURE

http://jenkins.ovirt.org/job/ovirt-engine_master_check-
patch-el7-x86_64/33193/ : SUCCESS


To view, visit change 83950 . To
unsubscribe, visit settings .
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I88b4d75855c0abe2f0eddd8b282c172205db2e42
Gerrit-Change-Number: 83950
Gerrit-PatchSet: 1
Gerrit-Owner: Greg Sheremeta 
Gerrit-Reviewer: Alexander Wels 
Gerrit-Reviewer: Greg Sheremeta 
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan 
Gerrit-Reviewer: Vojtech Szocs 
Gerrit-Reviewer: gerrit-hooks 
Gerrit-Comment-Date: Sun, 12 Nov 2017 15:31:27 +
Gerrit-HasComments: No



-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel