[oVirt Jenkins] ovirt-system-tests_basic-suite-4.3_nightly - Build # 7 - Fixed!

2020-12-08 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/7/
Build Number: 7
Build Status:  Fixed
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #6
[parthdhanjal] WIP: hc-4.3 fix


Changes for Build #7
[parthdhanjal] WIP: hc-4.3 fix




-
Failed Tests:
-
All tests passed___
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/G3OSIZP3FDKVUSYSQ3522YLZF7OTNKRU/


[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 658 - Still Failing!

2020-12-08 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/658/
Build Number: 658
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #650
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #651
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #652
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #653
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #654
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #655
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #656
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #657
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #658
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible




-
Failed Tests:
-
1 tests failed.
FAILED:  basic-suite-master.test-scenarios.test_004_basic_sanity.test_run_vms

Error Message:
Error: Fault reason is "Operation Failed". Fault detail is "[Network error 
during communication with the Host.]". HTTP response code is 400.

Stack Trace:
assert_vm_is_alive = 
engine_api = 
management_gw_ip = '192.168.201.1'

@order_by(_TEST_LIST)
def test_run_vms(assert_vm_is_alive, engine_api, management_gw_ip):
engine = engine_api.system_service()

vm_params = types.Vm(
initialization=types.Initialization(
user_name=VM_USER_NAME,
root_password=VM_PASSWORD
)
)

vm_params.initialization.host_name = BACKUP_VM_NAME
backup_vm_service = test_utils.get_vm_service(engine, BACKUP_VM_NAME)
backup_vm_service.start(use_cloud_init=True, vm=vm_params)

vm_params.initialization.host_name = VM2_NAME
vm2_service = test_utils.get_vm_service(engine, VM2_NAME)
vm2_service.start(use_cloud_init=True, vm=vm_params)

# CirrOS cloud-init is different, networking doesn't work since it 
doesn't support the format oVirt is using
vm_params.initialization.host_name = VM0_NAME # hostname seems to work, 
the others not
vm_params.initialization.dns_search = 'lago.local'
vm_params.initialization.domain = 'lago.local'
vm_params.initialization.dns_servers = management_gw_ip
vm0_service = test_utils.get_vm_service(engine, VM0_NAME)
>   vm0_service.start(use_cloud_init=True, vm=vm_params)

../basic-suite-master/test-scenarios/test_004_basic_sanity.py:915: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py:32520: in start
return self._internal_action(action, 'start', None, headers, query, wait)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:299: in _internal_action
return future.wait() if wait else future
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:55: in wait
return self._code(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:296: in callback
self._check_fault(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:134: in _check_fault
self._raise_error(response, body.fault)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = 
detail = 

@staticmethod
def _raise_error(response, detail=None):
"""
Creates and raises an error containing the details of the given HTTP
response and fault.

This method is intended for internal use by other components of the
SDK. Refrain from using it directly, as backwards compatibility isn't
guaranteed.
"""
fault = detail if isinstance(detail, types.Fault) else None

msg = ''
if fault:
if fault.reason:
if msg:
msg += ' '
msg = msg + 'Fault reason is "%s".' % fault.reason
if fault.detail:
if msg:
msg += ' '
msg = msg + 'Fault detail is "%s".' % fault.detail
if response:
if response.code:
if msg:
msg += ' '
msg = msg + 'HTTP response code is %s.' % response.code
if response.message:
if msg:
msg += ' '
msg = msg + 'HTTP response message is "%s".' % response.message

if isinstance(detail, six.string_types):
if msg:
msg += ' '
msg = msg + detail + '.'

class_ = Error
if 

[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 657 - Still Failing!

2020-12-08 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/657/
Build Number: 657
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #650
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #651
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #652
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #653
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #654
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #655
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #656
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #657
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible




-
Failed Tests:
-
1 tests failed.
FAILED:  basic-suite-master.test-scenarios.test_004_basic_sanity.test_run_vms

Error Message:
Error: Fault reason is "Operation Failed". Fault detail is "[Network error 
during communication with the Host.]". HTTP response code is 400.

Stack Trace:
assert_vm_is_alive = 
engine_api = 
management_gw_ip = '192.168.201.1'

@order_by(_TEST_LIST)
def test_run_vms(assert_vm_is_alive, engine_api, management_gw_ip):
engine = engine_api.system_service()

vm_params = types.Vm(
initialization=types.Initialization(
user_name=VM_USER_NAME,
root_password=VM_PASSWORD
)
)

vm_params.initialization.host_name = BACKUP_VM_NAME
backup_vm_service = test_utils.get_vm_service(engine, BACKUP_VM_NAME)
backup_vm_service.start(use_cloud_init=True, vm=vm_params)

vm_params.initialization.host_name = VM2_NAME
vm2_service = test_utils.get_vm_service(engine, VM2_NAME)
vm2_service.start(use_cloud_init=True, vm=vm_params)

# CirrOS cloud-init is different, networking doesn't work since it 
doesn't support the format oVirt is using
vm_params.initialization.host_name = VM0_NAME # hostname seems to work, 
the others not
vm_params.initialization.dns_search = 'lago.local'
vm_params.initialization.domain = 'lago.local'
vm_params.initialization.dns_servers = management_gw_ip
vm0_service = test_utils.get_vm_service(engine, VM0_NAME)
>   vm0_service.start(use_cloud_init=True, vm=vm_params)

../basic-suite-master/test-scenarios/test_004_basic_sanity.py:915: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py:32520: in start
return self._internal_action(action, 'start', None, headers, query, wait)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:299: in _internal_action
return future.wait() if wait else future
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:55: in wait
return self._code(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:296: in callback
self._check_fault(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:134: in _check_fault
self._raise_error(response, body.fault)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = 
detail = 

@staticmethod
def _raise_error(response, detail=None):
"""
Creates and raises an error containing the details of the given HTTP
response and fault.

This method is intended for internal use by other components of the
SDK. Refrain from using it directly, as backwards compatibility isn't
guaranteed.
"""
fault = detail if isinstance(detail, types.Fault) else None

msg = ''
if fault:
if fault.reason:
if msg:
msg += ' '
msg = msg + 'Fault reason is "%s".' % fault.reason
if fault.detail:
if msg:
msg += ' '
msg = msg + 'Fault detail is "%s".' % fault.detail
if response:
if response.code:
if msg:
msg += ' '
msg = msg + 'HTTP response code is %s.' % response.code
if response.message:
if msg:
msg += ' '
msg = msg + 'HTTP response message is "%s".' % response.message

if isinstance(detail, six.string_types):
if msg:
msg += ' '
msg = msg + detail + '.'

class_ = Error
if response is not None:
if response.code in [401, 403]:
class_ = AuthError
  

[oVirt Jenkins] ovirt-system-tests_basic-suite-4.3_nightly - Build # 6 - Failure!

2020-12-08 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/6/
Build Number: 6
Build Status:  Failure
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #6
[parthdhanjal] WIP: hc-4.3 fix




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

Error Message:
Fault reason is "Operation Failed". Fault detail is "[Network error during 
communication with the Host.]". HTTP response code is 400.

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/agent/workspace/ovirt-system-tests_basic-suite-4.3_nightly/ovirt-system-tests/basic-suite-4.3/test-scenarios/004_basic_sanity.py",
 line 694, in run_vms
vm0_service.start(use_cloud_init=True, vm=vm_params)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 32520, 
in start
return self._internal_action(action, 'start', None, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 299, in 
_internal_action
return future.wait() if wait else future
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in 
wait
return self._code(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 296, in 
callback
self._check_fault(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 134, in 
_check_fault
self._raise_error(response, body.fault)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in 
_raise_error
raise error
Error: Fault reason is "Operation Failed". Fault detail is "[Network error 
during communication with the Host.]". HTTP response code is 400.___
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/V3BEYCICDK7GDHAIQKRFAL2E5IKSUS7T/


[oVirt Jenkins] ovirt-system-tests_performance-suite-master - Build # 1666 - Still Failing!

2020-12-08 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master/1666/
Build Number: 1666
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #1657
[Michal Skrivanek] setup_playbook: disable gpg check for epel repo


Changes for Build #1658
[Andrej Cernek] he: Port '006_network_by_label' to pytest and ansible


Changes for Build #1659
[Eitan Raviv] network: generalize ssh password

[Gal Ben Haim] Set the git user in the updater test


Changes for Build #1660
[Eitan Raviv] network: remove lago env dependency from fqdn fixture

[Galit Rosenthal] Remove OST poll upstream sources


Changes for Build #1661
[Liran Rotenberg] basic_sanity: check snapshot in clone test

[Evgheni Dereveanchin] remove ovirt-release builds for fc30

[Mark Li] Add GitCommitModule to stdci_libs/git_utils

[Ehud Yonasi] stdci.yaml: drop ost-containers from CI.


Changes for Build #1662
[Liran Rotenberg] basic_sanity: check snapshot in clone test


Changes for Build #1663
[Liran Rotenberg] basic_sanity: check snapshot in clone test


Changes for Build #1664
[Eitan Raviv] network: host de/activate - add retry

[Galit Rosenthal] Remove from system-tests nightly 4.3 suites (except hc)


Changes for Build #1665
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #1666
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible




-
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/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/YLILTO7MXQCQHAEU5MFAXBMRHTV36ZMG/


[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 656 - Still Failing!

2020-12-08 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/656/
Build Number: 656
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #650
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #651
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #652
[Eitan Raviv] network: host de/activate - add retry


Changes for Build #653
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #654
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #655
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible


Changes for Build #656
[Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible




-
Failed Tests:
-
1 tests failed.
FAILED:  basic-suite-master.test-scenarios.test_004_basic_sanity.test_run_vms

Error Message:
Error: Fault reason is "Operation Failed". Fault detail is "[Network error 
during communication with the Host.]". HTTP response code is 400.

Stack Trace:
assert_vm_is_alive = 
engine_api = 
management_gw_ip = '192.168.201.1'

@order_by(_TEST_LIST)
def test_run_vms(assert_vm_is_alive, engine_api, management_gw_ip):
engine = engine_api.system_service()

vm_params = types.Vm(
initialization=types.Initialization(
user_name=VM_USER_NAME,
root_password=VM_PASSWORD
)
)

vm_params.initialization.host_name = BACKUP_VM_NAME
backup_vm_service = test_utils.get_vm_service(engine, BACKUP_VM_NAME)
backup_vm_service.start(use_cloud_init=True, vm=vm_params)

vm_params.initialization.host_name = VM2_NAME
vm2_service = test_utils.get_vm_service(engine, VM2_NAME)
vm2_service.start(use_cloud_init=True, vm=vm_params)

# CirrOS cloud-init is different, networking doesn't work since it 
doesn't support the format oVirt is using
vm_params.initialization.host_name = VM0_NAME # hostname seems to work, 
the others not
vm_params.initialization.dns_search = 'lago.local'
vm_params.initialization.domain = 'lago.local'
vm_params.initialization.dns_servers = management_gw_ip
vm0_service = test_utils.get_vm_service(engine, VM0_NAME)
>   vm0_service.start(use_cloud_init=True, vm=vm_params)

../basic-suite-master/test-scenarios/test_004_basic_sanity.py:915: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py:32520: in start
return self._internal_action(action, 'start', None, headers, query, wait)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:299: in _internal_action
return future.wait() if wait else future
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:55: in wait
return self._code(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:296: in callback
self._check_fault(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:134: in _check_fault
self._raise_error(response, body.fault)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = 
detail = 

@staticmethod
def _raise_error(response, detail=None):
"""
Creates and raises an error containing the details of the given HTTP
response and fault.

This method is intended for internal use by other components of the
SDK. Refrain from using it directly, as backwards compatibility isn't
guaranteed.
"""
fault = detail if isinstance(detail, types.Fault) else None

msg = ''
if fault:
if fault.reason:
if msg:
msg += ' '
msg = msg + 'Fault reason is "%s".' % fault.reason
if fault.detail:
if msg:
msg += ' '
msg = msg + 'Fault detail is "%s".' % fault.detail
if response:
if response.code:
if msg:
msg += ' '
msg = msg + 'HTTP response code is %s.' % response.code
if response.message:
if msg:
msg += ' '
msg = msg + 'HTTP response message is "%s".' % response.message

if isinstance(detail, six.string_types):
if msg:
msg += ' '
msg = msg + detail + '.'

class_ = Error
if response is not None:
if response.code in [401, 403]:
class_ = AuthError
elif response.code == 404:
class_ = NotFoundError

error = 

Jenkins build is still unstable: ovirt_4.2_publish-rpms_nightly #1194

2020-12-08 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/A5RBPF6H5SPDQE2YGC2PYYSI7JGLLIF2/


oVirt infra daily report - unstable production jobs - 1399

2020-12-08 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/1399//artifact/exported-artifacts/upstream_report.html

Cheers,
Jenkins
 
 
 
 RHEVM CI Jenkins Daily Report - 08/12/2020
 
00 Unstable Critical
 
   
   changequeue-status_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.

   
   
   
   ovirt-appliance_master_build-artifacts-el8-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-node-ng-image_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-node-ng-image_master_build-artifacts-el8-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_basic-suite-master_el8nightly
   
   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-suite-master_nightly
   
   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_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.

   
   
   
   ovirt-system-tests_he-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-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_network-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.

   
 

[JIRA] (OVIRT-3072) To add Romain Arnaud to the jenkins-whitelist

2020-12-08 Thread Krapali Rai (oVirt JIRA)
Krapali Rai created OVIRT-3072:
--

 Summary: To add Romain Arnaud to the jenkins-whitelist
 Key: OVIRT-3072
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3072
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Krapali Rai
Assignee: infra


Hi,

I'm a new member of the Product CI/CD team. A draft has been blocked because 
I'm not a member of the whitelist (see 
https://gerrit.ovirt.org/c/jenkins/+/112561, patch set 3).

Could you please add me to the whitelist and let me know how to retrigger the 
build?

Thanks,
--
Romain Arnaud

He/Him/His

Senior Software Engineer, Continuous Productization, Product CI/CD

Red Hat



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


Whitelist request from a Red Hat newcomer

2020-12-08 Thread Romain Arnaud
Hi,

I'm a new member of the Product CI/CD team. A draft has been blocked
because I'm not a member of the whitelist (see
https://gerrit.ovirt.org/c/jenkins/+/112561, patch set 3).

Could you please add me to the whitelist and let me know how to retrigger
the build?

Thanks,
-- 

Romain Arnaud

He/Him/His

Senior Software Engineer, Continuous Productization, Product CI/CD

Red Hat 

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


[JIRA] (OVIRT-3071) CI OST: hardware acceleration not available, kvm executable not found

2020-12-08 Thread Ehud Yonasi (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=40971#comment-40971
 ] 

Ehud Yonasi commented on OVIRT-3071:


Hey Didi, 

We are trying to build the ost-images for centos 8.3. 

> CI OST: hardware acceleration not available, kvm executable not found
> -
>
> Key: OVIRT-3071
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3071
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: Ehud Yonasi
>
> Hi all,
> Recent runs fail with $subject, e.g.:
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14269/console
> 08:40:07 Package
> qemu-kvm-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64 is already
> installed.
> 08:45:03  hardware acceleration not available
> 08:45:03  emulator not found b'\n\n  \n
> 4c4c4544-0038-4410-8039-b7c04f333832\n\n
> x86_64\n  Haswell-noTSX-IBRS\n
> Intel\n  \n
> \n
> \n   name="vme"/>\n  \n   name="acpi"/>\n  \n   name="ht"/>\n  \n  \n
>  \n  \n
> \n  \n   name="smx"/>\n  \n   name="tm2"/>\n  \n   name="pdcm"/>\n  \n   name="osxsave"/>\n  \n   name="rdrand"/>\n  \n   name="tsc_adjust"/>\n  \n   name="md-clear"/>\n  \n   name="ssbd"/>\n  \n   name="pdpe1gb"/>\n  \n   name="invtsc"/>\n  \n   unit="KiB" size="2048"/>\n  \n
>  \n\n  \n
> \n  \n\n
> \n\n  \n
> \ntcp\n
> rdma\n  \n
> \n\n  \n
> \n  115148964\n
>28787241\n   unit="KiB" size="2048">0\n   size="1048576">0\n  \n id="0" value="10"/>\n  \n   num="16">\n core_id="0" siblings="0,8"/>\n die_id="0" core_id="1" siblings="1,9"/>\n socket_id="0" die_id="0" core_id="2" siblings="2,10"/>\n
> \n
>   siblings="4,12"/>\n core_id="5" siblings="5,13"/>\n die_id="0" core_id="6" siblings="6,14"/>\n socket_id="0" die_id="0" core_id="7" siblings="7,15"/>\n
> \n
>  siblings="1,9"/>\n core_id="2" siblings="2,10"/>\n die_id="0" core_id="3" siblings="3,11"/>\n socket_id="0" die_id="0" core_id="4" siblings="4,12"/>\n
> \n
>siblings="6,14"/>\n core_id="7" siblings="7,15"/>\n  \n\n
>   \n\n\n   type="both" size="20" unit="MiB" cpus="0-15"/>\n\n
> \n  selinux\n  0\n
> system_u:system_r:svirt_t:s0\n
> system_u:system_r:svirt_tcg_t:s0\n
>   \n\n  dac\n
> 0\n  +107:+107\n
> +107:+107\n\n
> \n\n'
> As you can see, above does not include any '' sections.
> Searching for relevant keywords I can find:
> https://bugzilla.redhat.com/show_bug.cgi?id=1066630
> So perhaps some dependency of qemu is not installed, or not updated?
> Thanks and best regards,
> -- 
> Didi



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


[JIRA] (OVIRT-3071) CI OST: hardware acceleration not available, kvm executable not found

2020-12-08 Thread Ehud Yonasi (oVirt JIRA)

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

Ehud Yonasi updated OVIRT-3071:
---
Assignee:   (was: )
  Status: In Progress  (was: To Do)

> CI OST: hardware acceleration not available, kvm executable not found
> -
>
> Key: OVIRT-3071
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3071
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: Ehud Yonasi
>
> Hi all,
> Recent runs fail with $subject, e.g.:
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14269/console
> 08:40:07 Package
> qemu-kvm-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64 is already
> installed.
> 08:45:03  hardware acceleration not available
> 08:45:03  emulator not found b'\n\n  \n
> 4c4c4544-0038-4410-8039-b7c04f333832\n\n
> x86_64\n  Haswell-noTSX-IBRS\n
> Intel\n  \n
> \n
> \n   name="vme"/>\n  \n   name="acpi"/>\n  \n   name="ht"/>\n  \n  \n
>  \n  \n
> \n  \n   name="smx"/>\n  \n   name="tm2"/>\n  \n   name="pdcm"/>\n  \n   name="osxsave"/>\n  \n   name="rdrand"/>\n  \n   name="tsc_adjust"/>\n  \n   name="md-clear"/>\n  \n   name="ssbd"/>\n  \n   name="pdpe1gb"/>\n  \n   name="invtsc"/>\n  \n   unit="KiB" size="2048"/>\n  \n
>  \n\n  \n
> \n  \n\n
> \n\n  \n
> \ntcp\n
> rdma\n  \n
> \n\n  \n
> \n  115148964\n
>28787241\n   unit="KiB" size="2048">0\n   size="1048576">0\n  \n id="0" value="10"/>\n  \n   num="16">\n core_id="0" siblings="0,8"/>\n die_id="0" core_id="1" siblings="1,9"/>\n socket_id="0" die_id="0" core_id="2" siblings="2,10"/>\n
> \n
>   siblings="4,12"/>\n core_id="5" siblings="5,13"/>\n die_id="0" core_id="6" siblings="6,14"/>\n socket_id="0" die_id="0" core_id="7" siblings="7,15"/>\n
> \n
>  siblings="1,9"/>\n core_id="2" siblings="2,10"/>\n die_id="0" core_id="3" siblings="3,11"/>\n socket_id="0" die_id="0" core_id="4" siblings="4,12"/>\n
> \n
>siblings="6,14"/>\n core_id="7" siblings="7,15"/>\n  \n\n
>   \n\n\n   type="both" size="20" unit="MiB" cpus="0-15"/>\n\n
> \n  selinux\n  0\n
> system_u:system_r:svirt_t:s0\n
> system_u:system_r:svirt_tcg_t:s0\n
>   \n\n  dac\n
> 0\n  +107:+107\n
> +107:+107\n\n
> \n\n'
> As you can see, above does not include any '' sections.
> Searching for relevant keywords I can find:
> https://bugzilla.redhat.com/show_bug.cgi?id=1066630
> So perhaps some dependency of qemu is not installed, or not updated?
> Thanks and best regards,
> -- 
> Didi



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


[JIRA] (OVIRT-3071) CI OST: hardware acceleration not available, kvm executable not found

2020-12-08 Thread Galit Rosenthal (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=40970#comment-40970
 ] 

Galit Rosenthal commented on OVIRT-3071:


HI,

This issue is being handled.
Once it will be solved will let you know

> CI OST: hardware acceleration not available, kvm executable not found
> -
>
> Key: OVIRT-3071
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3071
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: infra
>
> Hi all,
> Recent runs fail with $subject, e.g.:
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14269/console
> 08:40:07 Package
> qemu-kvm-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64 is already
> installed.
> 08:45:03  hardware acceleration not available
> 08:45:03  emulator not found b'\n\n  \n
> 4c4c4544-0038-4410-8039-b7c04f333832\n\n
> x86_64\n  Haswell-noTSX-IBRS\n
> Intel\n  \n
> \n
> \n   name="vme"/>\n  \n   name="acpi"/>\n  \n   name="ht"/>\n  \n  \n
>  \n  \n
> \n  \n   name="smx"/>\n  \n   name="tm2"/>\n  \n   name="pdcm"/>\n  \n   name="osxsave"/>\n  \n   name="rdrand"/>\n  \n   name="tsc_adjust"/>\n  \n   name="md-clear"/>\n  \n   name="ssbd"/>\n  \n   name="pdpe1gb"/>\n  \n   name="invtsc"/>\n  \n   unit="KiB" size="2048"/>\n  \n
>  \n\n  \n
> \n  \n\n
> \n\n  \n
> \ntcp\n
> rdma\n  \n
> \n\n  \n
> \n  115148964\n
>28787241\n   unit="KiB" size="2048">0\n   size="1048576">0\n  \n id="0" value="10"/>\n  \n   num="16">\n core_id="0" siblings="0,8"/>\n die_id="0" core_id="1" siblings="1,9"/>\n socket_id="0" die_id="0" core_id="2" siblings="2,10"/>\n
> \n
>   siblings="4,12"/>\n core_id="5" siblings="5,13"/>\n die_id="0" core_id="6" siblings="6,14"/>\n socket_id="0" die_id="0" core_id="7" siblings="7,15"/>\n
> \n
>  siblings="1,9"/>\n core_id="2" siblings="2,10"/>\n die_id="0" core_id="3" siblings="3,11"/>\n socket_id="0" die_id="0" core_id="4" siblings="4,12"/>\n
> \n
>siblings="6,14"/>\n core_id="7" siblings="7,15"/>\n  \n\n
>   \n\n\n   type="both" size="20" unit="MiB" cpus="0-15"/>\n\n
> \n  selinux\n  0\n
> system_u:system_r:svirt_t:s0\n
> system_u:system_r:svirt_tcg_t:s0\n
>   \n\n  dac\n
> 0\n  +107:+107\n
> +107:+107\n\n
> \n\n'
> As you can see, above does not include any '' sections.
> Searching for relevant keywords I can find:
> https://bugzilla.redhat.com/show_bug.cgi?id=1066630
> So perhaps some dependency of qemu is not installed, or not updated?
> Thanks and best regards,
> -- 
> Didi



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


Re: [JIRA] (OVIRT-3071) CI OST: hardware acceleration not available, kvm executable not found

2020-12-08 Thread Galit Rosenthal
HI,

This issue is being handled.
Once it will be solved will let you know

On Tue, Dec 8, 2020 at 10:38 AM Yedidyah Bar David (oVirt JIRA) <
j...@ovirt-jira.atlassian.net> wrote:

> Yedidyah Bar David created OVIRT-3071:
> -
>
>  Summary: CI OST: hardware acceleration not available, kvm
> executable not found
>  Key: OVIRT-3071
>  URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3071
>  Project: oVirt - virtualization made easy
>   Issue Type: By-EMAIL
> Reporter: Yedidyah Bar David
> Assignee: infra
>
>
> Hi all,
>
> Recent runs fail with $subject, e.g.:
>
>
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14269/console
>
> 08:40:07 Package
> qemu-kvm-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64 is already
> installed.
>
> 08:45:03  hardware acceleration not available
> 08:45:03  emulator not found b'\n\n  \n
> 4c4c4544-0038-4410-8039-b7c04f333832\n\n
> x86_64\n  Haswell-noTSX-IBRS\n
> Intel\n  \n
> \n
> \n   name="vme"/>\n  \n   name="acpi"/>\n  \n   name="ht"/>\n  \n  \n
>  \n  \n
> \n  \n   name="smx"/>\n  \n   name="tm2"/>\n  \n   name="pdcm"/>\n  \n   name="osxsave"/>\n  \n   name="rdrand"/>\n  \n   name="tsc_adjust"/>\n  \n   name="md-clear"/>\n  \n   name="ssbd"/>\n  \n   name="pdpe1gb"/>\n  \n   name="invtsc"/>\n  \n   unit="KiB" size="2048"/>\n  \n
>  \n\n  \n
> \n  \n\n
> \n\n  \n
> \ntcp\n
> rdma\n  \n
> \n\n  \n
> \n  115148964\n
>28787241\n   unit="KiB" size="2048">0\n   size="1048576">0\n  \n id="0" value="10"/>\n  \n   num="16">\n core_id="0" siblings="0,8"/>\n die_id="0" core_id="1" siblings="1,9"/>\n socket_id="0" die_id="0" core_id="2" siblings="2,10"/>\n
> \n
>   siblings="4,12"/>\n core_id="5" siblings="5,13"/>\n die_id="0" core_id="6" siblings="6,14"/>\n socket_id="0" die_id="0" core_id="7" siblings="7,15"/>\n
> \n
>  siblings="1,9"/>\n core_id="2" siblings="2,10"/>\n die_id="0" core_id="3" siblings="3,11"/>\n socket_id="0" die_id="0" core_id="4" siblings="4,12"/>\n
> \n
>siblings="6,14"/>\n core_id="7" siblings="7,15"/>\n  \n\n
>   \n\n\n   type="both" size="20" unit="MiB" cpus="0-15"/>\n\n
> \n  selinux\n  0\n
> system_u:system_r:svirt_t:s0\n
> system_u:system_r:svirt_tcg_t:s0\n
>   \n\n  dac\n
> 0\n  +107:+107\n
> +107:+107\n\n
> \n\n'
>
> As you can see, above does not include any '' sections.
> Searching for relevant keywords I can find:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1066630
>
> So perhaps some dependency of qemu is not installed, or not updated?
>
> Thanks and best regards,
> --
> Didi
>
>
>
> --
> This message was sent by Atlassian Jira
> (v1001.0.0-SNAPSHOT#100152)
> ___
> 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/WOYSG3T5N3NKZO4GJ26XM5N2BFYG3HPK/
>


-- 

Galit Rosenthal

SOFTWARE ENGINEER

Red Hat 

ga...@redhat.comT: 972-9-7692230

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


[JIRA] (OVIRT-3071) CI OST: hardware acceleration not available, kvm executable not found

2020-12-08 Thread Yedidyah Bar David (oVirt JIRA)
Yedidyah Bar David created OVIRT-3071:
-

 Summary: CI OST: hardware acceleration not available, kvm 
executable not found
 Key: OVIRT-3071
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3071
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Yedidyah Bar David
Assignee: infra


Hi all,

Recent runs fail with $subject, e.g.:

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14269/console

08:40:07 Package
qemu-kvm-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64 is already
installed.

08:45:03  hardware acceleration not available
08:45:03  emulator not found b'\n\n  \n
4c4c4544-0038-4410-8039-b7c04f333832\n\n
x86_64\n  Haswell-noTSX-IBRS\n
Intel\n  \n
\n
\n  \n  \n  \n  \n  \n  \n  \n
 \n  \n
\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n
 \n\n  \n
\n  \n\n
\n\n  \n
\ntcp\n
rdma\n  \n
\n\n  \n
\n  115148964\n
   28787241\n  0\n  0\n  \n\n  \n  \n\n\n\n
\n
 \n\n\n\n
\n
\n\n\n\n
\n
  \n\n  \n\n
  \n\n\n  \n\n
\n  selinux\n  0\n
system_u:system_r:svirt_t:s0\n
system_u:system_r:svirt_tcg_t:s0\n
  \n\n  dac\n
0\n  +107:+107\n
+107:+107\n\n
\n\n'

As you can see, above does not include any '' sections.
Searching for relevant keywords I can find:

https://bugzilla.redhat.com/show_bug.cgi?id=1066630

So perhaps some dependency of qemu is not installed, or not updated?

Thanks and best regards,
-- 
Didi



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


CI OST: hardware acceleration not available, kvm executable not found

2020-12-08 Thread Yedidyah Bar David
Hi all,

Recent runs fail with $subject, e.g.:

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14269/console

08:40:07 Package
qemu-kvm-15:4.2.0-34.module_el8.3.0+555+a55c8938.x86_64 is already
installed.

08:45:03  hardware acceleration not available
08:45:03  emulator not found b'\n\n  \n
4c4c4544-0038-4410-8039-b7c04f333832\n\n
x86_64\n  Haswell-noTSX-IBRS\n
Intel\n  \n
\n
\n  \n  \n  \n  \n  \n  \n  \n
 \n  \n
\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n
 \n\n  \n
\n  \n\n
\n\n  \n
\ntcp\n
rdma\n  \n
\n\n  \n
\n  115148964\n
   28787241\n  0\n  0\n  \n\n  \n  \n\n\n\n
\n
 \n\n\n\n
\n
\n\n\n\n
\n
  \n\n  \n\n
  \n\n\n  \n\n
\n  selinux\n  0\n
system_u:system_r:svirt_t:s0\n
system_u:system_r:svirt_tcg_t:s0\n
  \n\n  dac\n
0\n  +107:+107\n
+107:+107\n\n
\n\n'

As you can see, above does not include any '' sections.
Searching for relevant keywords I can find:

https://bugzilla.redhat.com/show_bug.cgi?id=1066630

So perhaps some dependency of qemu is not installed, or not updated?

Thanks and best regards,
-- 
Didi
___
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/6YVGXLKJJEICRQYM4NB7XNL4O7X3PK2O/