Jenkins build is back to normal : system-sync_mirrors-epel-el8-x86_64 #34

2020-04-12 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/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/5QA7KCG7MBNOIPOMVCFM3NBNUJOZMG45/


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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
107944,5 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/107944/5

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22820/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/OE5RFGUKHUIDX3VW3KALXAZD5K3X5OOT/


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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
108142,2 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/108142/2

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22813/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/UBII6V5TIHWVAIACLXSLZ3QCXTRZR3NW/


[oVirt Jenkins] ovirt-system-tests_compat-4.3-suite-master - Build # 408 - Still Failing!

2020-04-12 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/408/
Build Number: 408
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #397
[Galit Rosenthal] Fix alosync not recognize returning old 002_bootstrap

[Evgheni Dereveanchin] Define mirrors for CentOS 8

[Evgheni Dereveanchin] fix gpg keys for COPR repos

[Shlomi] Fixed an issue with cleanup of newly created mirrors.

[Ehud Yonasi] ost: add custom repos to test nightly suites.


Changes for Build #398
[Galit Rosenthal] Fix alosync not recognize returning old 002_bootstrap


Changes for Build #399
[Galit Rosenthal] Fix alosync not recognize returning old 002_bootstrap


Changes for Build #400
[Dominik Holler] network: xfailing ovs tests


Changes for Build #401
[Evgheni Dereveanchin] Move from git proto to https

[Evgheni Dereveanchin] add suffix to el8 ppc64le repo names in mock configs


Changes for Build #402
[Michal Skrivanek] minor compatibility and resiliency fixes

[Martin Perina] mock_configs: Enable PG 12 module in EL8 mocks


Changes for Build #403
[Michal Skrivanek] use a q35 custom emulated machine now


Changes for Build #404
[Marcin Sobczyk] pytest: Add 'repo_server' fixture


Changes for Build #405
[Galit] Remove wrong link


Changes for Build #406
[Michal Skrivanek] javapackages-tools module only required on CentOS


Changes for Build #407
[Michal Skrivanek] javapackages-tools module only required on CentOS


Changes for Build #408
[Michal Skrivanek] javapackages-tools module only required on CentOS




-
Failed Tests:
-
1 tests failed.
FAILED:  
basic-suite-master.test-scenarios.004_basic_sanity_pytest.test_ha_recovery

Error Message:
AssertionError: False != True after 600 seconds

Stack Trace:
prefix = 

@pytest.mark.run(order=18)
def test_ha_recovery(prefix):
engine = prefix.virt_env.engine_vm().get_api_v4().system_service()
with test_utils.TestEvent(engine, [119, 9602, 506]):
# VM_DOWN_ERROR event(119)
# HA_VM_FAILED event event(9602)
# VDS_INITIATED_RUN_VM event(506)
vm_host = _vm_host(prefix, VM2_NAME)
pid = vm_host.ssh(['pgrep', '-f', 'qemu.*guest=vm2'])
vm_host.ssh(['kill', '-KILL', pid.out.decode('utf-8')])

vm_service = test_utils.get_vm_service(engine, VM2_NAME)
testlib.assert_true_within_long(
>   lambda:
vm_service.get().status == types.VmStatus.UP
)

../basic-suite-master/test-scenarios/004_basic_sanity_pytest.py:739: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:286: in 
assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:273: in 
assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

func =  at 0x7fd8481f0cf8>, value = True, timeout = 600
allowed_exceptions = [], initial_wait = 0

def assert_equals_within(
func, value, timeout, allowed_exceptions=None, initial_wait=10
):
allowed_exceptions = allowed_exceptions or []
with utils.EggTimer(timeout) as timer:
while not timer.elapsed():
try:
res = func()
if res == value:
return
except Exception as exc:
if _instance_of_any(exc, allowed_exceptions):
time.sleep(3)
continue

LOGGER.exception("Unhandled exception in %s", func)
raise

if initial_wait == 0:
time.sleep(3)
else:
time.sleep(initial_wait)
initial_wait = 0
try:
raise AssertionError(
>   '%s != %s after %s seconds' % (res, value, timeout)
)
E   AssertionError: False != True after 600 seconds

/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:252: AssertionError___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/WPJGZORTLKCHXRETE5364M37ZUS35JCL/


oVirt infra daily report - unstable production jobs - 1159

2020-04-12 Thread jenkins
Good morning!

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

Cheers,
Jenkins
 
 
 
 RHEVM CI Jenkins Daily Report - 12/04/2020
 
00 Unstable Critical
 
   
   ovirt-guest-agent_4.3_build-artifacts-el7-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-guest-agent_4.3_build-artifacts-fc30-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-guest-agent_master_build-artifacts-el7-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-guest-agent_master_build-artifacts-fc30-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-master_change-queue-tester
   
   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_ansible-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_basic-vagrant-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_compat-4.3-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_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-ipv6-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-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-role-remote-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.

   
   
   
 

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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
107761,7 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/107761/7

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22805/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/7D2AVEGGQ7ZOZ77SHY5P2Y7I3Z7PDGAB/


Build failed in Jenkins: system-sync_mirrors-epel-el8-x86_64 #33

2020-04-12 Thread jenkins
See 


Changes:


--
Started by timer
Running as SYSTEM
[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 --prune http://gerrit.ovirt.org/jenkins.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f195db17ced7f624045b0028e6b1defab5655564 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f195db17ced7f624045b0028e6b1defab5655564
Commit message: "mock_configs: Enable PG 12 module in EL8 mocks"
 > git rev-list --no-walk f195db17ced7f624045b0028e6b1defab5655564 # timeout=10
[system-sync_mirrors-epel-el8-x86_64] $ /bin/bash -xe 
/tmp/jenkins7762288023414442230.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el8 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
+ YUM_PATH=/yum/
+ MIRRORS_BASE_PREFIX=/var/www/html/repos/yum/
+ REPOQUERY_HTTP_BASE=http://mirrors.phx.ovirt.org/repos/yum/
+ MAX_LOCK_ATTEMPTS=120
+ LOCK_WAIT_INTERVAL=5
+ LOCK_BASE=/home/jenkins
+ OLD_MD_TO_KEEP=100
+ MAX_AGE=14
+ HTTP_SELINUX_TYPE=httpd_sys_content_t
+ HTTP_FILE_MODE=644
+ main resync_yum_mirror epel-el8 x86_64 jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror epel-el8 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=epel-el8
+ 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 epel-el8 yum
+ local repo_name=epel-el8
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/epel-el8 /var/www/html/repos/yum/epel-el8/base
+ check_yum_sync_needed epel-el8 x86_64 jenkins/data/mirrors-reposync.conf 
sync_needed
+ local repo_name=epel-el8
+ 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/epel-el8
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync epel-el8 x86_64 jenkins/data/mirrors-reposync.conf --urls 
--quiet
++ local repo_name=epel-el8
++ 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=epel-el8 
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/epel-el8/base --norepopath 
--newest-only --urls --quiet
Error setting up repositories: failure: 
repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz
 from epel-el8: [Errno 256] No more mirrors to try.
http://mirror.team-cymru.com/epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found
http://mirrors.sonic.net/epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found
https://mirror.us-midwest-1.nexcess.net/epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTPS Error 404 - Not Found
http://mirror.arizona.edu/fedora-epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found
http://mirror.nodesdirect.com/epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found
http://mirror.sfo12.us.leaseweb.net/epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTP Error 404 - Not Found
https://mirror.steadfastnet.com/epel/8/Everything/x86_64/repodata/854b581bf415c77f107547220cb23ede3126cfbc6a2428cb7a6528f203fc1cf1-primary.sqlite.xz:
 [Errno 14] HTTPS Error 404 - Not 

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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
108124,5 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/108124/5

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22797/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/NPK2Q3LNVZSVILNGOUPCOYE6FOILYADC/


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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
108126,4 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/108126/4

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22789/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/VUQTVUDVKT2ME7MNSTPS42CMM7NLDNM5/


gerrit: failure to login using google/github id providers

2020-04-12 Thread Dan Kenigsberg
Hi,

I fail to login into gerrit.ovirt.org using my google or github identities.
I get a non-descriptive "Server Error" message.

When I tried to login using my launchpad identity, I was successful, but a
new gerrit identity was created for me.

Would you please look into the login failures?

Would you please squash my new 1001884 account into my old account
(obviously after you verify that I'm really me using a side channel).

Regards,
Dan.
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/VDRV3JXH6YJO367GQVFKVOBN5BTGJ5VR/


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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
108093,2 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/108093/2

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22779/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/XKG4JUNKN6L63UD4GR6K7ZAX5LQ75IG5/


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

2020-04-12 Thread oVirt Jenkins
A system test invoked by the "ovirt-master" change queue including change
108092,2 (ovirt-engine) failed. However, this change seems not to be the root
cause for this failure. Change 108081,5 (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 108081,5 (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/108092/2

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

For failed test results see:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/22770/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-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/infra@ovirt.org/message/6OCFIC5JKTQUN2V7GIQP7XEYFMW2J6AO/