[CQ]: 98774,3 (ovirt-engine) failed "ovirt-master" system tests

2019-05-14 Thread oVirt Jenkins
Change 98774,3 (ovirt-engine) is probably the reason behind recent system test
failures in the "ovirt-master" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/98774/3

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/14114/
___
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/JI54EMG7S636KN2TYLRPMQIJWZUAUCQH/


[CQ]: 99967,1 (ovirt-engine) failed "ovirt-4.3" system tests

2019-05-14 Thread oVirt Jenkins
Change 99967,1 (ovirt-engine) is probably the reason behind recent system test
failures in the "ovirt-4.3" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/99967/1

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-4.3_change-queue-tester/873/
___
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/BDZMZ2GXK73TZFTL2R4A4MCLWKDWFSFA/


Re: [CQ]: 99967,1 (ovirt-engine) failed "ovirt-4.3" system tests

2019-05-14 Thread Dafna Ron
This is due to build-artifacts of fc28

seems like mock cannot find the environment yaml.

WARN: Unable to find environment.yaml file
automation/build-artifacts.environment.yaml or
automation/build-artifacts.environment.yaml.fc28, skipping
environment.yaml
 
==
Initializing chroot
 

   mock \
 

   --old-chroot \
 

   
--configdir="/home/jenkins/workspace/ovirt-engine_4.3_build-artifacts-fc28-x86_64/ovirt-engine"
\
 

   --root="mocker-fedora-28-x86_64.fc28" \
 

   --resultdir="/tmp/mock_logs.jnU7afAD/init" \
 

   --init
 

 File 
"/home/jenkins/workspace/ovirt-engine_4.3_build-artifacts-fc28-x86_64/ovirt-engine/mocker-fedora-28-x86_64.fc28.cfg",
line 79, in 
 

   from mirror_client import mirrors_from_uri, \
 

 
ModuleNotFoundError:
No module named 'yaml'
 

 
ERROR:
Error in configuration
 
Init
took 1 seconds
 

 
@@
 
@@
Tue May 14 08:08:13 UTC 2019 automation/build-artifacts.sh chroot
finished
 
@@
 took 2 seconds
 
@@
 rc = 1
 
@@
 
==
Scrubbing chroot
 

   mock \
 


Re: [CQ]: 98774,3 (ovirt-engine) failed "ovirt-master" system tests

2019-05-14 Thread Dafna Ron
this is a failure to build fc29 because mock could not find yaml

WARN: Unable to find environment.yaml file
automation/build-artifacts.environment.yaml or
automation/build-artifacts.environment.yaml.fc29, skipping
environment.yaml
 
==
Initializing chroot
 

   mock \
 

   --old-chroot \
 

   
--configdir="/home/jenkins/workspace/ovirt-engine_master_build-artifacts-fc29-x86_64/ovirt-engine"
\
 

   --root="mocker-fedora-29-x86_64.fc29" \
 

   --resultdir="/tmp/mock_logs.raYNKEdF/init" \
 

   --init
 

 File 
"/home/jenkins/workspace/ovirt-engine_master_build-artifacts-fc29-x86_64/ovirt-engine/mocker-fedora-29-x86_64.fc29.cfg",
line 77, in 
 

   from mirror_client import mirrors_from_uri, \
 

 
ModuleNotFoundError:
No module named 'yaml'
 

 
ERROR:
Error in configuration
 
Init
took 1 seconds
 

 
@@
 
@@
Tue May 14 07:38:37 UTC 2019 automation/build-artifacts.sh chroot
finished
 
@@
 took 2 seconds
 
@@
 rc = 1
 
@@
 
==
Scrubbing chroot
 


Re: [CQ]: 98774,3 (ovirt-engine) failed "ovirt-master" system tests

2019-05-14 Thread Barak Korren
Yeah, its my mock upgrade patch causing some issues - if you see this,
downgrade mock on the slave with yum and rerun the build

On Tue, 14 May 2019 at 12:29, Dafna Ron  wrote:

> this is a failure to build fc29 because mock could not find yaml
>
> WARN: Unable to find environment.yaml file 
> automation/build-artifacts.environment.yaml or 
> automation/build-artifacts.environment.yaml.fc29, skipping environment.yaml
>  
> ==
>  Initializing chroot
>  
> 
> mock \
>  
> 
> --old-chroot \
>  
> 
> 
> --configdir="/home/jenkins/workspace/ovirt-engine_master_build-artifacts-fc29-x86_64/ovirt-engine"
>  \
>  
> 
> --root="mocker-fedora-29-x86_64.fc29" \
>  
> 
> --resultdir="/tmp/mock_logs.raYNKEdF/init" \
>  
> 
> --init
>  
> 
>   File 
> "/home/jenkins/workspace/ovirt-engine_master_build-artifacts-fc29-x86_64/ovirt-engine/mocker-fedora-29-x86_64.fc29.cfg",
>  line 77, in 
>  
> 
> from mirror_client import mirrors_from_uri, \
>  
> 
>  
> ModuleNotFoundError:
>  No module named 'yaml'
>  
> 
>  
> ERROR:
>  Error in configuration
>  
> Init
>  took 1 seconds
>  
> 
>  
> @@
>  
> @@
>  Tue May 14 07:38:37 UTC 2019 automation/build-artifacts.sh chroot finished
>  
> @@
>   took 2 seconds
>  
> @@
>   rc = 1
>  
> @@
>  
> 

Re: [CQ]: 98774,3 (ovirt-engine) failed "ovirt-master" system tests

2019-05-14 Thread Dafna Ron
Adding Galit

On Tue, May 14, 2019 at 10:32 AM Barak Korren  wrote:

> Yeah, its my mock upgrade patch causing some issues - if you see this,
> downgrade mock on the slave with yum and rerun the build
>
> On Tue, 14 May 2019 at 12:29, Dafna Ron  wrote:
>
>> this is a failure to build fc29 because mock could not find yaml
>>
>> WARN: Unable to find environment.yaml file 
>> automation/build-artifacts.environment.yaml or 
>> automation/build-artifacts.environment.yaml.fc29, skipping environment.yaml
>>  
>> ==
>>  Initializing chroot
>>  
>> 
>> mock \
>>  
>> 
>> --old-chroot \
>>  
>> 
>> 
>> --configdir="/home/jenkins/workspace/ovirt-engine_master_build-artifacts-fc29-x86_64/ovirt-engine"
>>  \
>>  
>> 
>> --root="mocker-fedora-29-x86_64.fc29" \
>>  
>> 
>> --resultdir="/tmp/mock_logs.raYNKEdF/init" \
>>  
>> 
>> --init
>>  
>> 
>>   File 
>> "/home/jenkins/workspace/ovirt-engine_master_build-artifacts-fc29-x86_64/ovirt-engine/mocker-fedora-29-x86_64.fc29.cfg",
>>  line 77, in 
>>  
>> 
>> from mirror_client import mirrors_from_uri, \
>>  
>> 
>>  
>> ModuleNotFoundError:
>>  No module named 'yaml'
>>  
>> 
>>  
>> ERROR:
>>  Error in configuration
>>  
>> Init
>>  took 1 seconds
>>  
>> 
>>  
>> @@
>>  
>> @@
>>  Tue May 14 07:38:37 UTC 2019 automation/build-artifacts.sh chroot finished
>>  
>> @@
>>   took 2 seconds
>>  
>> @@
>>   rc = 1
>>  
>> 

[JIRA] (OVIRT-2725) Build artifacts failed - not enough free space on file system

2019-05-14 Thread Anton Marchukov (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Marchukov updated OVIRT-2725:
---
Issue Type: Task  (was: By-EMAIL)

> Build artifacts failed - not enough free space on file system
> -
>
> Key: OVIRT-2725
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2725
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Nir Soffer
>Assignee: infra
>
> I had this failure in yum install:
> [2019-05-12T14:54:55.706Z] Error Summary
> [2019-05-12T14:54:55.706Z] -
> [2019-05-12T14:54:55.706Z] Disk Requirements:
> [2019-05-12T14:54:55.706Z]At least 70MB more space needed on the /
> filesystem.
> Build:
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/247/pipeline
> Trying build again, hopefully will get a slave with more space...
> Nir



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100102)
___
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/SSJZOQIEHEKWAO2H3T2HMS5UOH2SFEKS/


[JIRA] (OVIRT-2725) Build artifacts failed - not enough free space on file system

2019-05-14 Thread Anton Marchukov (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39316#comment-39316
 ] 

Anton Marchukov commented on OVIRT-2725:


[~szidmi] can you check if this something you can help with? [~ederevea] FYI.

> Build artifacts failed - not enough free space on file system
> -
>
> Key: OVIRT-2725
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2725
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Nir Soffer
>Assignee: infra
>
> I had this failure in yum install:
> [2019-05-12T14:54:55.706Z] Error Summary
> [2019-05-12T14:54:55.706Z] -
> [2019-05-12T14:54:55.706Z] Disk Requirements:
> [2019-05-12T14:54:55.706Z]At least 70MB more space needed on the /
> filesystem.
> Build:
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/247/pipeline
> Trying build again, hopefully will get a slave with more space...
> Nir



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100102)
___
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/V5KVTFZI63Y7L5HTVADAARHU6XUG6ZXK/


[JIRA] (OVIRT-2725) Build artifacts failed - not enough free space on file system

2019-05-14 Thread Anton Marchukov (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39317#comment-39317
 ] 

Anton Marchukov commented on OVIRT-2725:


Per [~eyon...@redhat.com] there is a cleanup but it fails without sudo, so if 
we can arrange sudo access for Jenkins then it the cleanup should work.

> Build artifacts failed - not enough free space on file system
> -
>
> Key: OVIRT-2725
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2725
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Nir Soffer
>Assignee: infra
>
> I had this failure in yum install:
> [2019-05-12T14:54:55.706Z] Error Summary
> [2019-05-12T14:54:55.706Z] -
> [2019-05-12T14:54:55.706Z] Disk Requirements:
> [2019-05-12T14:54:55.706Z]At least 70MB more space needed on the /
> filesystem.
> Build:
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/247/pipeline
> Trying build again, hopefully will get a slave with more space...
> Nir



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100102)
___
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/F7JV3J6CSYL5M5GKH3AE5RZFAY3DXABE/


[JIRA] (OVIRT-2725) Build artifacts failed - not enough free space on file system

2019-05-14 Thread Barak Korren (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39318#comment-39318
 ] 

Barak Korren commented on OVIRT-2725:
-

We can't have sudo access on the s390x node - its not owned by us.

> Build artifacts failed - not enough free space on file system
> -
>
> Key: OVIRT-2725
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2725
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Nir Soffer
>Assignee: infra
>
> I had this failure in yum install:
> [2019-05-12T14:54:55.706Z] Error Summary
> [2019-05-12T14:54:55.706Z] -
> [2019-05-12T14:54:55.706Z] Disk Requirements:
> [2019-05-12T14:54:55.706Z]At least 70MB more space needed on the /
> filesystem.
> Build:
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/247/pipeline
> Trying build again, hopefully will get a slave with more space...
> Nir



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100102)
___
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/HR4SEHBUEVD3TKFFB2G3XJAJ3R7EN54O/


[JIRA] (OVIRT-2725) Build artifacts failed - not enough free space on file system

2019-05-14 Thread Eyal Edri (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39319#comment-39319
 ] 

Eyal Edri commented on OVIRT-2725:
--

Sudo isn't needed for the cleanup, you just need to login to the VM, which is 
done from the jump host, so no need for sudo.

> Build artifacts failed - not enough free space on file system
> -
>
> Key: OVIRT-2725
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2725
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Nir Soffer
>Assignee: infra
>
> I had this failure in yum install:
> [2019-05-12T14:54:55.706Z] Error Summary
> [2019-05-12T14:54:55.706Z] -
> [2019-05-12T14:54:55.706Z] Disk Requirements:
> [2019-05-12T14:54:55.706Z]At least 70MB more space needed on the /
> filesystem.
> Build:
> https://jenkins.ovirt.org/blue/organizations/jenkins/standard-manual-runner/detail/standard-manual-runner/247/pipeline
> Trying build again, hopefully will get a slave with more space...
> Nir



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100102)
___
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/2KFRESWSAMO7KGFGLQIWCQHAMVT5MDSD/


[CQ]: 99736,5 (safelease) failed "ovirt-master" system tests

2019-05-14 Thread oVirt Jenkins
Change 99736,5 (safelease) is probably the reason behind recent system test
failures in the "ovirt-master" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/99736/5

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/14120/
___
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/WWRUAD4SZ2QWEOHZ6BOSKQZAVBVCQSMF/


[CQ]: 99979,1 (cockpit-ovirt) failed "ovirt-4.3" system tests

2019-05-14 Thread oVirt Jenkins
Change 99979,1 (cockpit-ovirt) is probably the reason behind recent system test
failures in the "ovirt-4.3" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/99979/1

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-4.3_change-queue-tester/874/
___
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/MCXAHX3JATOCSCKP2MEV4USVS776FZIC/


Re: [CQ]: 99979,1 (cockpit-ovirt) failed "ovirt-4.3" system tests

2019-05-14 Thread Dafna Ron
this was already fixed in later builds.
https://gerrit.ovirt.org/#/c/99981/ was successfully built
http://jenkins.ovirt.org/job/cockpit-ovirt_4.3_build-artifacts-el7-x86_64/50/

On Tue, May 14, 2019 at 2:13 PM oVirt Jenkins  wrote:

> Change 99979,1 (cockpit-ovirt) is probably the reason behind recent system
> test
> failures in the "ovirt-4.3" change queue and needs to be fixed.
>
> This change had been removed from the testing queue. Artifacts build from
> this
> change will not be released until it is fixed.
>
> For further details about the change see:
> https://gerrit.ovirt.org/#/c/99979/1
>
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-4.3_change-queue-tester/874/
> ___
> 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/MCXAHX3JATOCSCKP2MEV4USVS776FZIC/
>
___
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/ZGF44CLDV56TGX24ISQJUHEWYUTWQMD2/


oVirt infra daily report - unstable production jobs - 825

2019-05-14 Thread jenkins
Good morning!

Attached is the HTML page with the jenkins status report. You can see it also 
here:
 - 
http://jenkins.ovirt.org/job/system_jenkins-report/825//artifact/exported-artifacts/upstream_report.html

Cheers,
Jenkins
 
 
 
 RHEVM CI Jenkins Daily Report - 14/05/2019
 
00 Unstable Critical
 
   
   ovirt-system-tests_hc-basic-suite-4.3
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_hc-basic-suite-master
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_he-basic-iscsi-suite-4.2
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_he-basic-suite-4.3
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_openshift-on-ovirt-suite-4.2
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

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


Build failed in Jenkins: system-sync_mirrors-fedora-updates-fc29-x86_64 #558

2019-05-14 Thread jenkins
See 


--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace 

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
 > git --version # timeout=10
 > git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git 
 > +refs/heads/*:refs/remotes/origin/* --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
http://gerrit.ovirt.org/jenkins.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1816)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress http://gerrit.ovirt.org/jenkins.git 
+refs/heads/*:refs/remotes/origin/* --prune" returned status code 128:
stdout: 
stderr: fatal: unable to access 'http://gerrit.ovirt.org/jenkins.git/': Failed 
connect to gerrit.ovirt.org:80; Connection timed out

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
mirrors.phx.ovirt.org
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:957)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy94.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
at hudson.scm.SCM.checkout(SCM.java:504)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  

[oVirt Jenkins] ovirt-system-tests_compat-4.2-suite-master - Build # 579 - Failure!

2019-05-14 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/579/
Build Number: 579
Build Status:  Failure
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #579
No changes



-
Failed Tests:
-
No tests ran.___
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/JAYDJGFIN6XLLFGOL26CVQOFH37FQHPF/


[oVirt Jenkins] ovirt-system-tests_compat-4.1-suite-master - Build # 575 - Failure!

2019-05-14 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.1-suite-master/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.1-suite-master/575/
Build Number: 575
Build Status:  Failure
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #575
[Galit Rosenthal] fix performance suite SD format which failed on V5

[Barak Korren] Add mirrors for mock copr repos

[Barak Korren] slave-repos: Use mock Copr repos

[Barak Korren] mock_runner: Fix fcraw environment




-
Failed Tests:
-
1 tests failed.
FAILED:  004_basic_sanity.run_vms_41

Error Message:

status: 400
reason: Bad Request
detail: There are no hosts to use. Check that the cluster contains at least one 
host in Up state.

Stack Trace:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
  File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in 
wrapped_test
test()
  File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in 
wrapper
return func(get_test_prefix(), *args, **kwargs)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/004_basic_sanity.py",
 line 699, in run_vms
api.vms.get(VM0_NAME).start(start_params)
  File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", 
line 31193, in start
headers={"Correlation-Id":correlation_id}
  File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", 
line 122, in request
persistent_auth=self.__persistent_auth
  File 
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py", 
line 79, in do_request
persistent_auth)
  File 
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py", 
line 162, in __do_request
raise errors.RequestError(response_code, response_reason, response_body)
RequestError: 
status: 400
reason: Bad Request
detail: There are no hosts to use. Check that the cluster contains at least one 
host in Up state.___
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/H2LPW7IX3PPGGCIM67F7XXDJX2X7NPG5/