Jenkins build is back to normal : system-sync_mirrors-fedora-updates-fc29-x86_64 #282

2019-02-11 Thread jenkins
See 

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


[CQ]: 97138,13 (vdsm) failed "ovirt-master" system tests

2019-02-11 Thread oVirt Jenkins
Change 97138,13 (vdsm) 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/97138/13

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


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

2019-02-11 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 # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3f600edf0a902320f77ac99a769631eec564d14a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f600edf0a902320f77ac99a769631eec564d14a # timeout=10
Commit message: "mock_runner: always mount ci_toolbox"
 > git rev-list --no-walk 3f600edf0a902320f77ac99a769631eec564d14a # timeout=10
[system-sync_mirrors-fedora-updates-fc29-x86_64] $ /bin/bash -xe 
/tmp/jenkins313835014205766275.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror fedora-updates-fc29 x86_64 
jenkins/data/mirrors-reposync.conf
+ MIRRORS_MP_BASE=/var/www/html/repos
+ MIRRORS_HTTP_BASE=http://mirrors.phx.ovirt.org/repos
+ MIRRORS_CACHE=/home/jenkins/mirrors_cache
+ MAX_LOCK_ATTEMPTS=120
+ LOCK_WAIT_INTERVAL=5
+ LOCK_BASE=/home/jenkins
+ OLD_MD_TO_KEEP=100
+ HTTP_SELINUX_TYPE=httpd_sys_content_t
+ HTTP_FILE_MODE=644
+ main resync_yum_mirror fedora-updates-fc29 x86_64 
jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror fedora-updates-fc29 x86_64 
jenkins/data/mirrors-reposync.conf
+ local repo_name=fedora-updates-fc29
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local sync_needed
+ mkdir -p /home/jenkins/mirrors_cache
+ verify_repo_fs fedora-updates-fc29 yum
+ local repo_name=fedora-updates-fc29
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/fedora-updates-fc29 
/var/www/html/repos/yum/fedora-updates-fc29/base
+ check_yum_sync_needed fedora-updates-fc29 x86_64 
jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=fedora-updates-fc29
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local p_sync_needed=sync_needed
+ local reposync_out
+ echo 'Checking if mirror needs a resync'
Checking if mirror needs a resync
+ rm -rf /home/jenkins/mirrors_cache/fedora-updates-fc29
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync fedora-updates-fc29 x86_64 jenkins/data/mirrors-reposync.conf 
--urls --quiet
++ local repo_name=fedora-updates-fc29
++ local repo_arch=x86_64
++ local reposync_conf=jenkins/data/mirrors-reposync.conf
++ extra_args=("${@:4}")
++ local extra_args
++ reposync --config=jenkins/data/mirrors-reposync.conf 
--repoid=fedora-updates-fc29 --arch=x86_64 
--cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/fedora-updates-fc29/base --norepopath 
--newest-only --urls --quiet
Traceback (most recent call last):
  File "/usr/bin/reposync", line 343, in 
main()
  File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in 
doRepoSetup
return self._getRepos(thisrepo, True)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in 
_getRepos
self._repos.doSetup(thisrepo)
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in 
retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1479, in 
_commonLoadRepoXML
result = self._getFileRepoXML(local, text)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1256, in 
_getFileRepoXML
size=102400) # setting max size as 100K
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1022, in _getFile
result = self.grab.urlgrab(misc.to_utf8(relative), local,
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 700, in 
grab = property(lambda self: self._getgrab())
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 695, in _getgrab
self._setupGrab()
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 632, in 
_setupGrab
urls = self.urls
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 878, in 

oVirt infra daily report - unstable production jobs - 733

2019-02-11 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/733//artifact/exported-artifacts/upstream_report.html

Cheers,
Jenkins
 
 
 
 RHEVM CI Jenkins Daily Report - 11/02/2019
 
00 Unstable Critical
 
   
   ovirt-node-ng-image_master_build-artifacts-fc28-x86_64
   
   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-node-ng-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_master_standard-poll-upstream-sources
   
   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/LFMZ4XKG2CHRJ5CIMPQD65WDWKKJGGTS/


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3542 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-v5sbt.___
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/AYQO2YF3BCLKOX3X2PBQBMYC5DQBZ2HY/


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3542 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-5f85q.___
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/3PEDWSDQ2C2BC3KQJHQMYMQLY3TOLT77/


[CQ]: 65ae943 (ovirt-web-ui) failed "ovirt-master" system tests

2019-02-11 Thread oVirt Jenkins
Change 65ae943 (ovirt-web-ui) 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://github.com/oVirt/ovirt-web-ui/commit/65ae9430becd5849c48fa6767938b302c3068041

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


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3541 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-1j3cq.___
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/6UWACLPG4XZYBWB3DMMLIHPGDILQITIB/


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3541 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-scbsr.___
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/ZVWGPOPJRGLTBI6B2TJLCZJMCZPXE7RG/


[CQ]: 97186, 20 (vdsm) failed "ovirt-master" system tests, but isn't the failure root cause

2019-02-11 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
97186,20 (vdsm) failed. However, this change seems not to be the root cause for
this failure. Change 97501,4 (vdsm) that this change depends on or is based on,
was detected as the cause of the testing failures.

This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 97501,4 (vdsm) is fixed and
this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.

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

For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/97501/4

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


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3534 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-mxtm8.___
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/UIRGBDE6RQTYBW4UD6C6M67XSOWEIVKH/


[CQ]: 97642, 3 (vdsm) failed "ovirt-master" system tests, but isn't the failure root cause

2019-02-11 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
97642,3 (vdsm) failed. However, this change seems not to be the root cause for
this failure. Change 97501,4 (vdsm) that this change depends on or is based on,
was detected as the cause of the testing failures.

This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 97501,4 (vdsm) is fixed and
this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.

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

For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/97501/4

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


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3531 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-s20x1.___
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/NLO3CRHN5NX4B7LXLDEJLTK7MANETZ7T/


[CQ]: 97509, 4 (vdsm) failed "ovirt-master" system tests, but isn't the failure root cause

2019-02-11 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
97509,4 (vdsm) failed. However, this change seems not to be the root cause for
this failure. Change 97501,4 (vdsm) that this change depends on or is based on,
was detected as the cause of the testing failures.

This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 97501,4 (vdsm) is fixed and
this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.

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

For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/97501/4

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


[JENKINS] Failed to setup proejct kubevirt_kubevirt_standard-check-pr

2019-02-11 Thread jenkins
Failed to run project_setup.sh for:
#3530 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-kubevirt-org-gkx0c.___
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/6SFGJ6XKIAPARAFZVLZ7ELWSEMCQUQJN/


[CQ]: 97501,4 (vdsm) failed "ovirt-master" system tests

2019-02-11 Thread oVirt Jenkins
Change 97501,4 (vdsm) 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/97501/4

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


[CQ]: 97506, 10 (ovirt-engine) failed "ovirt-master" system tests, but isn't the failure root cause

2019-02-11 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
97506,10 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 97675,2 (ovirt-engine) that this change depends
on or is based on, was detected as the cause of the testing failures.

This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 97675,2 (ovirt-engine) is fixed
and this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.

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

For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/97675/2

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


[CQ]: 97466, 8 (ovirt-engine) failed "ovirt-master" system tests, but isn't the failure root cause

2019-02-11 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
97466,8 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 97675,2 (ovirt-engine) that this change depends
on or is based on, was detected as the cause of the testing failures.

This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 97675,2 (ovirt-engine) is fixed
and this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.

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

For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/97675/2

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


[CQ]: 97394, 18 (ovirt-engine) failed "ovirt-master" system tests, but isn't the failure root cause

2019-02-11 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
97394,18 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 97675,2 (ovirt-engine) that this change depends
on or is based on, was detected as the cause of the testing failures.

This change had been removed from the testing queue. Artifacts built from this
change will not be released until either change 97675,2 (ovirt-engine) is fixed
and this change is updated to refer to or rebased on the fixed version, or this
change is modified to no longer depend on it.

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

For further details about the change that seems to be the root cause behind the
testing failures see:
https://gerrit.ovirt.org/#/c/97675/2

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


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

2019-02-11 Thread Dafna Ron
this was reported by Ravi.
patch is running check-patch
https://gerrit.ovirt.org/97679

On Mon, Feb 11, 2019 at 1:49 PM oVirt Jenkins  wrote:

> Change 97675,2 (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/97675/2
>
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/12816/
> ___
> 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/6DY2T33TOJFYC6Z7DYWPARZ7YHA2QZT5/
>
___
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/OWW3MTEM32K4HBC7ZQQJ6LOK4I3AHVI5/


[JIRA] (OVIRT-2663) Please add ManageIQ Hammer-1 to glance repository

2019-02-11 Thread Evgheni Dereveanchin (oVirt JIRA)

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

Evgheni Dereveanchin reassigned OVIRT-2663:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> Please add ManageIQ Hammer-1 to glance repository
> -
>
> Key: OVIRT-2663
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2663
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: Evgheni Dereveanchin
>
> In glance latest version available is Gaprindashvili-7.
> Please update with Hammer-1.
> Thanks,
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
> Red Hat EMEA 
> sbona...@redhat.com
> 



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


[JIRA] (OVIRT-2671) Re: Rename GitHub repo ovirt-ansible-v2v-conversion-host

2019-02-11 Thread Evgheni Dereveanchin (oVirt JIRA)

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

Evgheni Dereveanchin reassigned OVIRT-2671:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> Re: Rename GitHub repo ovirt-ansible-v2v-conversion-host
> 
>
> Key: OVIRT-2671
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2671
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Anton Marchukov
>Assignee: Evgheni Dereveanchin
>
> Openning a ticket.
> On Tue, Feb 5, 2019 at 11:55 AM Tomáš Golembiovský 
> wrote:
> > Hi,
> >
> > I would like to rename the GitHub repo ovirt-ansible-v2v-conversion-host
> > to v2v-conversion-host. Is there a list of things I should do before
> > or after the operation? Will the automation still work?
> >
> > Tomas
> >
> > --
> > Tomáš Golembiovský 
> > ___
> > 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/WFEG3OQ3Q2DDXY2SDRNWDMSJNFRKQW5M/
> >
> -- 
> Anton Marchukov
> Team Lead - Release Management - RHV DevOps - Red Hat



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


[CQ]: 97675,2 (ovirt-engine) failed "ovirt-master" system tests

2019-02-11 Thread oVirt Jenkins
Change 97675,2 (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/97675/2

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


[JIRA] (OVIRT-2660) Please cleanup oVirt Image Glance Repository

2019-02-11 Thread Evgheni Dereveanchin (oVirt JIRA)

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

Evgheni Dereveanchin reassigned OVIRT-2660:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> Please cleanup oVirt Image Glance Repository
> 
>
> Key: OVIRT-2660
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2660
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: Evgheni Dereveanchin
>
> oVirt Image Glance repository keeps lot of disks from distributions which
> reached end of life or have been obsoleted by new releases (CentOS, Fedora,
> Ubuntu and CirrOS).
> Can you please drop unsupported distributions images from the repository?
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
> Red Hat EMEA 
> sbona...@redhat.com
> 



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


[JIRA] (OVIRT-2676) cockpit-ovirt sync to github

2019-02-11 Thread Evgheni Dereveanchin (oVirt JIRA)

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

Evgheni Dereveanchin reassigned OVIRT-2676:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> cockpit-ovirt sync to github
> 
>
> Key: OVIRT-2676
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2676
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Greg Sheremeta
>Assignee: Evgheni Dereveanchin
>
> Hi,
> Can we please sync
> https://gerrit.ovirt.org/gitweb?p=cockpit-ovirt.git
>  to
> https://github.com/ovirt/cockpit-ovirt
> Thanks!
> Best wishes,
> Greg
> -- 
> GREG SHEREMETA
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
> Red Hat NA
> 
> gsher...@redhat.comIRC: gshereme
> 



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


[JIRA] (OVIRT-2679) certbot broken on engine-phx

2019-02-11 Thread Evgheni Dereveanchin (oVirt JIRA)

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

Evgheni Dereveanchin reassigned OVIRT-2679:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> certbot broken on engine-phx
> 
>
> Key: OVIRT-2679
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2679
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Evgheni Dereveanchin
>Assignee: Evgheni Dereveanchin
>
> Splitting from OVIRT-2665 since the root cause changed. Certbot now exits 
> with error:
>   File "/usr/lib/python2.7/site-packages/acme/client.py", line 41, in 
> urllib3.contrib.pyopenssl.inject_into_urllib3()
> AttributeError: 'module' object has no attribute 'pyopenssl'



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


[JIRA] (OVIRT-2679) certbot broken on engine-phx

2019-02-11 Thread Evgheni Dereveanchin (oVirt JIRA)
Evgheni Dereveanchin created OVIRT-2679:
---

 Summary: certbot broken on engine-phx
 Key: OVIRT-2679
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2679
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Evgheni Dereveanchin
Assignee: infra


Splitting from OVIRT-2665 since the root cause changed. Certbot now exits with 
error:

  File "/usr/lib/python2.7/site-packages/acme/client.py", line 41, in 
urllib3.contrib.pyopenssl.inject_into_urllib3()
AttributeError: 'module' object has no attribute 'pyopenssl'




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