[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 616 - Failure!

2020-11-25 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/616/
Build Number: 616
Build Status:  Failure
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #616
[Eitan Raviv] network: remove lago-env arg




-
Failed Tests:
-
1 tests failed.
FAILED:  
basic-suite-master.test-scenarios.test_007_sd_reattach.test_deactivate_storage_domain

Error Message:
Error: Fault reason is "Operation Failed". Fault detail is "[Cannot deactivate 
Storage while there are running tasks on this Storage. -Tasks running: 
UploadStream -Please wait until tasks will finish and try again.]". HTTP 
response code is 409.

Stack Trace:
engine_api = 

@order_by(_TEST_LIST)
def test_deactivate_storage_domain(engine_api):
# TODO: uncomment once VnicSetup checks are fixed.
# TODO: this also seems to leave running tasks behind which break the 
deactivation.
# TODO: it should be tested in multiple runs or properly waited for.
# VnicSetup.vnic_setup().init(engine_api.system_service(),
#VM2_NAME, DC_NAME, CLUSTER_NAME)
dc = test_utils.data_center_service(engine_api.system_service(), 
DC_NAME)

>   _get_storage_domain(dc, SD_SECOND_NFS_NAME, service=True).deactivate()

../basic-suite-master/test-scenarios/test_007_sd_reattach.py:85: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py:3392: in deactivate
return self._internal_action(action, 'deactivate', 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 = class_(msg)
error.code = response.code if response else None
error.fault = fault
>   raise error
E   Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
deactivate Storage while there are running tasks on this Storage.
E   -Tasks running: UploadStream
E   -Please wait until tasks will finish and try again.]". HTTP response 
code is 409.

/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:118: Error___
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/4N6TFZ2P6DHBHFE7TZ4535Q4KV4FP3YI/


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

2020-11-25 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/1653/
Build Number: 1653
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #1650
[hbraha] network: remove engine.ssh from fixtures/storage


Changes for Build #1651
[Shani Leviim] sd_reattach: add a test for registering a floating disk


Changes for Build #1652
[Marcin Sobczyk] he: Add initial support for prebuilt OST images


Changes for Build #1653
[Eitan Raviv] network: remove lago-env arg

[Gal Ben Haim] usrc: Add post update hook




-
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/4SMOBCZYSMAKCWPD5IAVJCEV5XHLZF57/


[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 614 - Fixed!

2020-11-25 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/614/
Build Number: 614
Build Status:  Fixed
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #613
[Marcin Sobczyk] he: Add initial support for prebuilt OST images


Changes for Build #614
[Eitan Raviv] network: remove lago-env arg

[Gal Ben Haim] usrc: Add post update hook




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


[oVirt Jenkins] ovirt-system-tests_openshift-on-ovirt-suite-4.2 - Build # 814 - Still Failing!

2020-11-25 Thread jenkins
Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_openshift-on-ovirt-suite-4.2/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_openshift-on-ovirt-suite-4.2/814/
Build Number: 814
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #804
[Eitan Raviv] network: pytest skipif requires reason=STRING


Changes for Build #805
[Eitan Raviv] network: stabilize host & DC state on change cluster


Changes for Build #806
[Galit Rosenthal] basic: performance: decouple 'versioning.py'

[Ehud Yonasi] remove upgrades suites and 4.3 from nightly.


Changes for Build #807
[jenkins CI] Auto create ovirt-4.3


Changes for Build #808
[hbraha] network: remove lago engine.ssh usage


Changes for Build #809
[Michal Skrivanek] lagofy: better error handling when initialization fails


Changes for Build #810
[Michal Skrivanek] lagofy: better error handling when initialization fails


Changes for Build #811
[hbraha] network: remove engine.ssh from fixtures/storage


Changes for Build #812
[Shani Leviim] sd_reattach: add a test for registering a floating disk


Changes for Build #813
[Marcin Sobczyk] he: Add initial support for prebuilt OST images


Changes for Build #814
[Eitan Raviv] network: remove lago-env arg

[Gal Ben Haim] usrc: Add post update hook




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


Jenkins build became unstable: ovirt_4.2_publish-rpms_nightly #1181

2020-11-25 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/WTZJUMXQMU5DHDPFCRQPCMTHWUHD7C7D/


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

2020-11-25 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/635/
Build Number: 635
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #625
[Eitan Raviv] network: pytest skipif requires reason=STRING


Changes for Build #626
[Eitan Raviv] network: stabilize host & DC state on change cluster


Changes for Build #627
[Galit Rosenthal] basic: performance: decouple 'versioning.py'

[Ehud Yonasi] remove upgrades suites and 4.3 from nightly.


Changes for Build #628
[jenkins CI] Auto create ovirt-4.3


Changes for Build #629
[hbraha] network: remove lago engine.ssh usage


Changes for Build #630
[Michal Skrivanek] lagofy: better error handling when initialization fails


Changes for Build #631
[Michal Skrivanek] lagofy: better error handling when initialization fails


Changes for Build #632
[hbraha] network: remove engine.ssh from fixtures/storage


Changes for Build #633
[Shani Leviim] sd_reattach: add a test for registering a floating disk


Changes for Build #634
[Marcin Sobczyk] he: Add initial support for prebuilt OST images


Changes for Build #635
[Eitan Raviv] network: remove lago-env arg

[Gal Ben Haim] usrc: Add post update hook




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


Build failed in Jenkins: system-sync_mirrors-mock-copr-fc30-x86_64 #1685

2020-11-25 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 

The recommended git tool is: NONE
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 --version # 'git version 1.8.3.1'
 > git fetch --tags --progress --prune http://gerrit.ovirt.org/jenkins.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ad9500a40ba23d40da11bafccd93df05b2cfb675 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad9500a40ba23d40da11bafccd93df05b2cfb675 # timeout=10
Commit message: "usrc: Add post update hook"
 > git rev-list --no-walk ad9500a40ba23d40da11bafccd93df05b2cfb675 # timeout=10
[Checks API] No suitable checks publisher found.
[system-sync_mirrors-mock-copr-fc30-x86_64] $ /bin/bash -xe 
/tmp/jenkins5591251334687893685.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror mock-copr-fc30 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 mock-copr-fc30 x86_64 
jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror mock-copr-fc30 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-fc30
+ 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 mock-copr-fc30 yum
+ local repo_name=mock-copr-fc30
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/mock-copr-fc30 
/var/www/html/repos/yum/mock-copr-fc30/base
+ modify_reposync_conf mock-copr-fc30 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-fc30
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local tmp_file=reposync.tmp
+ awk -v RS= -v 'ORS=\n\n' /main/ jenkins/data/mirrors-reposync.conf
+ awk -v RS= -v 'ORS=\n\n' /mock-copr-fc30/ jenkins/data/mirrors-reposync.conf
+ mv reposync.tmp jenkins/data/mirrors-reposync.conf
+ check_yum_sync_needed mock-copr-fc30 x86_64 
jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=mock-copr-fc30
+ 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/mock-copr-fc30
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync mock-copr-fc30 x86_64 jenkins/data/mirrors-reposync.conf --urls 
--quiet
++ local repo_name=mock-copr-fc30
++ 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=mock-copr-fc30 
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/mock-copr-fc30/base --norepopath --urls 
--quiet
Error setting up repositories: failure: repodata/repomd.xml from 
mock-copr-fc30: [Errno 256] No more mirrors to try.
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/fedora-30-x86_64/repodata/repomd.xml:
 [Errno 14] HTTPS Error 404 - Not Found
+ reposync_out=
Build step 'Execute shell' marked build as failure
___
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/K7LL7BZEVHEIIMCO7BVINE6UG6OSITKJ/


oVirt infra daily report - unstable production jobs - 1386

2020-11-25 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/1386//artifact/exported-artifacts/upstream_report.html

Cheers,
Jenkins
 
 
 
 RHEVM CI Jenkins Daily Report - 25/11/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-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_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_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_gate
   
   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_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-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_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-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_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.

   
   
 

Build failed in Jenkins: system-sync_mirrors-mock-copr-fc30-x86_64 #1684

2020-11-25 Thread jenkins
See 


Changes:

[Gal Ben Haim] usrc: Add post update hook


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

The recommended git tool is: NONE
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 --version # 'git version 1.8.3.1'
 > git fetch --tags --progress --prune http://gerrit.ovirt.org/jenkins.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ad9500a40ba23d40da11bafccd93df05b2cfb675 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad9500a40ba23d40da11bafccd93df05b2cfb675 # timeout=10
Commit message: "usrc: Add post update hook"
 > git rev-list --no-walk 58b093b8f190e3eb8a759664cf1339da9cce04d1 # timeout=10
[Checks API] No suitable checks publisher found.
[system-sync_mirrors-mock-copr-fc30-x86_64] $ /bin/bash -xe 
/tmp/jenkins5985595270690349567.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror mock-copr-fc30 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 mock-copr-fc30 x86_64 
jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror mock-copr-fc30 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-fc30
+ 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 mock-copr-fc30 yum
+ local repo_name=mock-copr-fc30
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/mock-copr-fc30 
/var/www/html/repos/yum/mock-copr-fc30/base
+ modify_reposync_conf mock-copr-fc30 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-fc30
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local tmp_file=reposync.tmp
+ awk -v RS= -v 'ORS=\n\n' /main/ jenkins/data/mirrors-reposync.conf
+ awk -v RS= -v 'ORS=\n\n' /mock-copr-fc30/ jenkins/data/mirrors-reposync.conf
+ mv reposync.tmp jenkins/data/mirrors-reposync.conf
+ check_yum_sync_needed mock-copr-fc30 x86_64 
jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=mock-copr-fc30
+ 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/mock-copr-fc30
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync mock-copr-fc30 x86_64 jenkins/data/mirrors-reposync.conf --urls 
--quiet
++ local repo_name=mock-copr-fc30
++ 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=mock-copr-fc30 
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/mock-copr-fc30/base --norepopath --urls 
--quiet
Error setting up repositories: failure: repodata/repomd.xml from 
mock-copr-fc30: [Errno 256] No more mirrors to try.
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/fedora-30-x86_64/repodata/repomd.xml:
 [Errno 14] HTTPS Error 404 - Not Found
+ reposync_out=
Build step 'Execute shell' marked build as failure
___
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/GODCXXFI42FDRZ2UI3JMQUKV5A2FRZKI/


[JIRA] (OVIRT-3057) Re: [ovirt-devel] OST check-patch jobs are stuck on archive artifacts stage

2020-11-25 Thread Anton Marchukov (oVirt JIRA)

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

Anton Marchukov commented on OVIRT-3057:


[~accountid:5aa0f39f5a4d022884128a0f] any update on it?

> Re: [ovirt-devel] OST check-patch jobs are stuck on archive artifacts stage
> ---
>
> Key: OVIRT-3057
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3057
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Ehud Yonasi
>Assignee: infra
>
> Hi,
> The 2 remaining jobs are waiting for el8 host to be available and currently
> there are only 3 of those, so it's creating a bottleneck.
> Regards,
> Ehud.
> On Sun, Nov 8, 2020 at 12:46 PM Amit Bawer  wrote:
> > Hi,
> >
> > Exemplified here, started last night and still hasn't finished archiving:
> >
> > https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/13195/console
> >
> > Thanks.
> > ___
> > Devel mailing list -- de...@ovirt.org
> > To unsubscribe send an email to devel-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/de...@ovirt.org/message/WDOYYLFSE3NCVPOAFV2HNXXJ4M255B7H/
> >



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


[JIRA] (OVIRT-3063) gtar Cannot write: Input/output error (was: Change in ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)

2020-11-25 Thread Yedidyah Bar David (oVirt JIRA)

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

Yedidyah Bar David commented on OVIRT-3063:
---

On Wed, Nov 25, 2020 at 3:00 PM Shlomi Zidmi (oVirt JIRA) <
j...@ovirt-jira.atlassian.net> wrote:

> Shlomi Zidmi
> 
> *commented* on [image: By-EMAIL] OVIRT-3063
> 
>
> Re: gtar Cannot write: Input/output error (was: Change in
> ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)
> 
>
> I’m still reviewing this issue. I don’t think that’s a disk space issue
> since only 15% of the disk is being used. Also no info is returned from
> dmesg regarding any errrors/failures.
>
> For now I’ve disabled the node (ovirt-srv22) on Jenkins until we figure
> this out
>

This happens also on other nodes, e.g.:

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

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14022/consoleText

[2020-11-24T12:41:02.482Z] Running on node:
openshift-integ-tests-container-sp0sc (integ-tests-container el7)

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14022//artifact/check-patch.he-basic_suite_master.el8.x86_64/mock_logs/script/stdout_stderr.log

[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to
local VM directory]
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "dest":
"/var/tmp/localvmwdymnd_d", "extract_results": {"cmd":
["/usr/bin/gtar", "--extract", "-C", "/var/tmp/localvmwdymnd_d", "-z",
"--show-transformed-names", "--sparse", "-f",
"/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201123175824.1.el8.ova"],
"err": "/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot write: Input/output error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot utime: Input/output error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot change ownership to uid 0, gid 0: Input/output
error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot change mode to rwxr-xr-x: Input/output error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028.meta:
Cannot open: Input/output error\n/usr/bin/gtar: Exiting with failure
status due to previous errors\n", "out": "", "rc": 2}, "handler":
"TgzArchive", "msg": "failed to unpack
/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201123175824.1.el8.ova
to /var/tmp/localvmwdymnd_d", "src":
"/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201123175824.1.el8.ova"}



> [image: Add Comment]
> 
>  Add
> Comment
> 
>
> Get Jira notifications on your phone! Download the Jira Cloud app for
> Android
> 
> or iOS
> 
> --
> This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100151-
> sha1:c8fcc1e)
> [image: Atlassian logo]
>


-- 
Didi


> gtar Cannot write: Input/output error (was: Change in 
> ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)
> --
>
> Key: OVIRT-3063
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3063
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: infra
>
> Hi all,
> On Tue, Nov 24, 2020 at 8:54 PM Code Review  wrote:
> >
> > From Jenkins CI :
> >
> > Jenkins CI has posted comments on this change.
> >
> > Change subject: pytest: he: Port 008_restart_he_vm.py to pytest
> > ..
> >
> >
> > Patch Set 12: Continuous-Integration-1
> >
> > Build Failed
> >
> > https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14018/
> >  : FAILURE
> 

Re: [JIRA] (OVIRT-3063) gtar Cannot write: Input/output error (was: Change in ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)

2020-11-25 Thread Yedidyah Bar David
On Wed, Nov 25, 2020 at 3:00 PM Shlomi Zidmi (oVirt JIRA) <
j...@ovirt-jira.atlassian.net> wrote:

> Shlomi Zidmi
> 
> *commented* on [image: By-EMAIL] OVIRT-3063
> 
>
> Re: gtar Cannot write: Input/output error (was: Change in
> ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)
> 
>
> I’m still reviewing this issue. I don’t think that’s a disk space issue
> since only 15% of the disk is being used. Also no info is returned from
> dmesg regarding any errrors/failures.
>
> For now I’ve disabled the node (ovirt-srv22) on Jenkins until we figure
> this out
>

This happens also on other nodes, e.g.:

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

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14022/consoleText

[2020-11-24T12:41:02.482Z] Running on node:
openshift-integ-tests-container-sp0sc (integ-tests-container el7)

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14022//artifact/check-patch.he-basic_suite_master.el8.x86_64/mock_logs/script/stdout_stderr.log

[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to
local VM directory]
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "dest":
"/var/tmp/localvmwdymnd_d", "extract_results": {"cmd":
["/usr/bin/gtar", "--extract", "-C", "/var/tmp/localvmwdymnd_d", "-z",
"--show-transformed-names", "--sparse", "-f",
"/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201123175824.1.el8.ova"],
"err": "/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot write: Input/output error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot utime: Input/output error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot change ownership to uid 0, gid 0: Input/output
error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028:
Cannot change mode to rwxr-xr-x: Input/output error\n/usr/bin/gtar:
images/81ceaf89-2550-4724-9bdf-56c520fa14c0/e3728613-7016-4a4e-b95f-68145cd3c028.meta:
Cannot open: Input/output error\n/usr/bin/gtar: Exiting with failure
status due to previous errors\n", "out": "", "rc": 2}, "handler":
"TgzArchive", "msg": "failed to unpack
/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201123175824.1.el8.ova
to /var/tmp/localvmwdymnd_d", "src":
"/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201123175824.1.el8.ova"}



> [image: Add Comment]
> 
>  Add
> Comment
> 
>
> Get Jira notifications on your phone! Download the Jira Cloud app for
> Android
> 
> or iOS
> 
> --
> This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100151-
> sha1:c8fcc1e)
> [image: Atlassian logo]
>


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


[JIRA] (OVIRT-3063) gtar Cannot write: Input/output error (was: Change in ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)

2020-11-25 Thread Shlomi Zidmi (oVirt JIRA)

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

Shlomi Zidmi commented on OVIRT-3063:
-

I’m still reviewing this issue. I don’t think that’s a disk space issue since 
only 15% of the disk is being used. Also no info is returned from dmesg 
regarding any errrors/failures.

For now I’ve disabled the node (ovirt-srv22) on Jenkins until we figure this out

> gtar Cannot write: Input/output error (was: Change in 
> ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)
> --
>
> Key: OVIRT-3063
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3063
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: infra
>
> Hi all,
> On Tue, Nov 24, 2020 at 8:54 PM Code Review  wrote:
> >
> > From Jenkins CI :
> >
> > Jenkins CI has posted comments on this change.
> >
> > Change subject: pytest: he: Port 008_restart_he_vm.py to pytest
> > ..
> >
> >
> > Patch Set 12: Continuous-Integration-1
> >
> > Build Failed
> >
> > https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14018/
> >  : FAILURE
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14018//artifact/check-patch.he-basic_suite_master.el8.x86_64/mock_logs/script/stdout_stderr.log
> [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to
> local VM directory]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "dest":
> "/var/tmp/localvm3i6cjs21", "extract_results": {"cmd":
> ["/usr/bin/gtar", "--extract", "-C", "/var/tmp/localvm3i6cjs21", "-z",
> "--show-transformed-names", "--sparse", "-f",
> "/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201124175128.1.el8.ova"],
> "err": "/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot write: Input/output error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot utime: Input/output error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot change ownership to uid 0, gid 0: Input/output
> error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot change mode to rwxr-xr-x: Input/output error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d.meta:
> Cannot open: Input/output error\n/usr/bin/gtar: Exiting with failure
> status due to previous errors\n", "out": "", "rc": 2}, "handler":
> "TgzArchive", "msg": "failed to unpack
> /usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201124175128.1.el8.ova
> to /var/tmp/localvm3i6cjs21", "src":
> "/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201124175128.1.el8.ova"}
> Other such failures already happened several times recently. Perhaps
> some disk-space issue? Or something similar?
> Thanks,
> >
> >
> > --
> > To view, visit https://gerrit.ovirt.org/112273
> > To unsubscribe, visit https://gerrit.ovirt.org/settings
> >
> > Gerrit-Project: ovirt-system-tests
> > Gerrit-Branch: master
> > Gerrit-MessageType: comment
> > Gerrit-Change-Id: Ib510a1624ac5baad0f637a96919c5fd6040e89aa
> > Gerrit-Change-Number: 112273
> > Gerrit-PatchSet: 12
> > Gerrit-Owner: Yedidyah Bar David 
> > Gerrit-Reviewer: Anonymous Coward (1001916)
> > Gerrit-Reviewer: Anton Marchukov 
> > Gerrit-Reviewer: Dafna Ron 
> > Gerrit-Reviewer: Dusan Fodor 
> > Gerrit-Reviewer: Gal Ben Haim 
> > Gerrit-Reviewer: Galit Rosenthal 
> > Gerrit-Reviewer: Jenkins CI 
> > Gerrit-Reviewer: Marcin Sobczyk 
> > Gerrit-Reviewer: Yedidyah Bar David 
> > Gerrit-Comment-Date: Tue, 24 Nov 2020 18:54:46 +
> > Gerrit-HasComments: No
> >
> -- 
> Didi



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


[JIRA] (OVIRT-3063) gtar Cannot write: Input/output error (was: Change in ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)

2020-11-25 Thread Anton Marchukov (oVirt JIRA)

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

Anton Marchukov commented on OVIRT-3063:


[~accountid:5c977456c430371a3c67dbf6] how is it going? any update?

> gtar Cannot write: Input/output error (was: Change in 
> ovirt-system-tests[master]: pytest: he: Port 008_restart_he_vm.py to pytest)
> --
>
> Key: OVIRT-3063
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3063
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: infra
>
> Hi all,
> On Tue, Nov 24, 2020 at 8:54 PM Code Review  wrote:
> >
> > From Jenkins CI :
> >
> > Jenkins CI has posted comments on this change.
> >
> > Change subject: pytest: he: Port 008_restart_he_vm.py to pytest
> > ..
> >
> >
> > Patch Set 12: Continuous-Integration-1
> >
> > Build Failed
> >
> > https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14018/
> >  : FAILURE
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14018//artifact/check-patch.he-basic_suite_master.el8.x86_64/mock_logs/script/stdout_stderr.log
> [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Extract appliance to
> local VM directory]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "dest":
> "/var/tmp/localvm3i6cjs21", "extract_results": {"cmd":
> ["/usr/bin/gtar", "--extract", "-C", "/var/tmp/localvm3i6cjs21", "-z",
> "--show-transformed-names", "--sparse", "-f",
> "/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201124175128.1.el8.ova"],
> "err": "/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot write: Input/output error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot utime: Input/output error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot change ownership to uid 0, gid 0: Input/output
> error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d:
> Cannot change mode to rwxr-xr-x: Input/output error\n/usr/bin/gtar:
> images/1519176a-e693-4425-b47b-7acfdd7f180b/4904ac49-1535-47d9-9d52-b803df4f869d.meta:
> Cannot open: Input/output error\n/usr/bin/gtar: Exiting with failure
> status due to previous errors\n", "out": "", "rc": 2}, "handler":
> "TgzArchive", "msg": "failed to unpack
> /usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201124175128.1.el8.ova
> to /var/tmp/localvm3i6cjs21", "src":
> "/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.4-20201124175128.1.el8.ova"}
> Other such failures already happened several times recently. Perhaps
> some disk-space issue? Or something similar?
> Thanks,
> >
> >
> > --
> > To view, visit https://gerrit.ovirt.org/112273
> > To unsubscribe, visit https://gerrit.ovirt.org/settings
> >
> > Gerrit-Project: ovirt-system-tests
> > Gerrit-Branch: master
> > Gerrit-MessageType: comment
> > Gerrit-Change-Id: Ib510a1624ac5baad0f637a96919c5fd6040e89aa
> > Gerrit-Change-Number: 112273
> > Gerrit-PatchSet: 12
> > Gerrit-Owner: Yedidyah Bar David 
> > Gerrit-Reviewer: Anonymous Coward (1001916)
> > Gerrit-Reviewer: Anton Marchukov 
> > Gerrit-Reviewer: Dafna Ron 
> > Gerrit-Reviewer: Dusan Fodor 
> > Gerrit-Reviewer: Gal Ben Haim 
> > Gerrit-Reviewer: Galit Rosenthal 
> > Gerrit-Reviewer: Jenkins CI 
> > Gerrit-Reviewer: Marcin Sobczyk 
> > Gerrit-Reviewer: Yedidyah Bar David 
> > Gerrit-Comment-Date: Tue, 24 Nov 2020 18:54:46 +
> > Gerrit-HasComments: No
> >
> -- 
> Didi



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


Re: [ovirt-devel] VDSM CI patches stuck in queue for several hours

2020-11-25 Thread Evgheni Dereveanchin
I've re-enabled the fc30 VM to unblock the queue and logged [1] to plan the
distros we need on CI.
This particular job seems to ask for rhel7 which should be comparable to
el7 (CentOS) that we do have in CI already. Adding the label should also
help spread the load.

On Tue, Nov 24, 2020 at 10:32 AM Marcin Sobczyk  wrote:

>
>
> On 11/24/20 8:12 AM, Ales Musil wrote:
> > Hi,
> >
> > most of my patches lately are getting stuck in CI. For example [0] is
> > hanging there for
> > 17 hours waiting for a container that would be able to run nmstate
> > functional tests.
> >
> > Can someone please take a look at that?
> So your jobs states:
>
> This script required nodes with label: (fc30 || fc31 || fc32 || rhel7 ||
> rhel8)
>
> but the only fc30 node we have is down right now:
>
> https://jenkins.ovirt.org/label/fc30/
> https://jenkins.ovirt.org/computer/vm0148.workers-phx.ovirt.org/
>
> It's better to post things like these to +infra.
>
> Regards, Marcin
>
> >
> > Thanks,
> > Ales
> >
> > [0] https://jenkins.ovirt.org/job/vdsm_standard-check-patch/25066/
> > 
> > --
> >
> > Ales Musil
> >
> > Software Engineer - RHV Network
> >
> > Red Hat EMEA 
> >
> > amu...@redhat.com  IM: amusil
> >
> > 
> >
> >
> > ___
> > Devel mailing list -- de...@ovirt.org
> > To unsubscribe send an email to devel-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/de...@ovirt.org/message/DWG2KAZIVYFLBHHUDFI4LBYSAML3W25T/
> ___
> 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/YIFG3CC47Z4IZKCROXWL4GZPKIREGNII/
>


-- 
Regards,
Evgheni Dereveanchin
___
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/XYCGEM2RAAK6DKRL4NMX5BTI2MPSJSQ2/


Build failed in Jenkins: system-sync_mirrors-mock-copr-fc30-x86_64 #1683

2020-11-25 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 

The recommended git tool is: NONE
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 --version # 'git version 1.8.3.1'
 > git fetch --tags --progress --prune http://gerrit.ovirt.org/jenkins.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 58b093b8f190e3eb8a759664cf1339da9cce04d1 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58b093b8f190e3eb8a759664cf1339da9cce04d1 # timeout=10
Commit message: "remove upgrades suites and 4.3 from nightly."
 > git rev-list --no-walk 58b093b8f190e3eb8a759664cf1339da9cce04d1 # timeout=10
[Checks API] No suitable checks publisher found.
[system-sync_mirrors-mock-copr-fc30-x86_64] $ /bin/bash -xe 
/tmp/jenkins5535021877879297089.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror mock-copr-fc30 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 mock-copr-fc30 x86_64 
jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror mock-copr-fc30 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-fc30
+ 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 mock-copr-fc30 yum
+ local repo_name=mock-copr-fc30
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/mock-copr-fc30 
/var/www/html/repos/yum/mock-copr-fc30/base
+ modify_reposync_conf mock-copr-fc30 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-fc30
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local tmp_file=reposync.tmp
+ awk -v RS= -v 'ORS=\n\n' /main/ jenkins/data/mirrors-reposync.conf
+ awk -v RS= -v 'ORS=\n\n' /mock-copr-fc30/ jenkins/data/mirrors-reposync.conf
+ mv reposync.tmp jenkins/data/mirrors-reposync.conf
+ check_yum_sync_needed mock-copr-fc30 x86_64 
jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=mock-copr-fc30
+ 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/mock-copr-fc30
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync mock-copr-fc30 x86_64 jenkins/data/mirrors-reposync.conf --urls 
--quiet
++ local repo_name=mock-copr-fc30
++ 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=mock-copr-fc30 
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/mock-copr-fc30/base --norepopath --urls 
--quiet
Error setting up repositories: failure: repodata/repomd.xml from 
mock-copr-fc30: [Errno 256] No more mirrors to try.
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/fedora-30-x86_64/repodata/repomd.xml:
 [Errno 14] HTTPS Error 404 - Not Found
+ reposync_out=
Build step 'Execute shell' marked build as failure
___
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/CQNJZAPL2D4XJQIN7NOEQFOIIPRX5IOJ/