This might be related to the fact CentOS 7.4 is coming, Due to the way we handle yum repos in OST ( we use reposync and specify which pkgs to include/exclude per repo, so the run will be done locally and not depend on external sources ).
It doesn't look consistent though, because some jobs are still working, for e.g, I just triggered the manual job and it looks OK [1] Unfortunately, we don't have a good alternative for this approach yet, so we'll need to update the list of include/exclude files in the reposync.repo file, Hopefully, this should be resolved by tomorrow once we figure out which pkgs needs to be updated in the file, you can always remove the 'include' line, but then it will sync the entire Centos repo, which might takes hours. There might be an option to skip 'reposync' but I'm not sure if its supported yet, adding Gal to be sure. [1] http://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-tests_manual/1145/console On Wed, Sep 13, 2017 at 5:57 PM, Marc Young <[email protected]> wrote: > While rerunning some local tests, I encountered a new error: > > + lago ovirt deploy > @ Deploy oVirt environment: > # Deploy environment: > * [Thread-2] Deploy VM lago-vagrant-engine: > * [Thread-3] Deploy VM lago-vagrant-host-0: > * [Thread-3] Deploy VM lago-vagrant-host-0: Success (in 0:00:45) > STDERR > + MAIN_NFS_DEV=disk/by-id/scsi-0QEMU_QEMU_HARDDISK_2 > + ISCSI_DEV=disk/by-id/scsi-0QEMU_QEMU_HARDDISK_3 > + NUM_LUNS=5 > + EL7='release 7\.[0-9]' > + main > + install_deps > + systemctl disable --now kdump.service > + yum install -y --downloaddir=/dev/shm nfs-utils rpcbind lvm2 targetcli > sg3_utils iscsi-initiator-utils lsscsi policycoreutils-python > Error: Package: gssproxy-0.7.0-4.el7.x86_64 (alocalsync) > Requires: krb5-libs >= 1.15 > Installed: krb5-libs-1.14.1-27.el7_3.x86_64 (installed) > krb5-libs = 1.14.1-27.el7_3 > Available: krb5-libs-1.14.1-26.el7.i686 (base) > krb5-libs = 1.14.1-26.el7 > > - STDERR > + MAIN_NFS_DEV=disk/by-id/scsi-0QEMU_QEMU_HARDDISK_2 > + ISCSI_DEV=disk/by-id/scsi-0QEMU_QEMU_HARDDISK_3 > + NUM_LUNS=5 > + EL7='release 7\.[0-9]' > + main > + install_deps > + systemctl disable --now kdump.service > + yum install -y --downloaddir=/dev/shm nfs-utils rpcbind lvm2 targetcli > sg3_utils iscsi-initiator-utils lsscsi policycoreutils-python > Error: Package: gssproxy-0.7.0-4.el7.x86_64 (alocalsync) > Requires: krb5-libs >= 1.15 > Installed: krb5-libs-1.14.1-27.el7_3.x86_64 (installed) > krb5-libs = 1.14.1-27.el7_3 > Available: krb5-libs-1.14.1-26.el7.i686 (base) > krb5-libs = 1.14.1-26.el7 > > * [Thread-2] Deploy VM lago-vagrant-engine: ERROR (in 0:01:05) > Error while running thread > Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in > _ret_via_queue > queue.put({'return': func()}) > File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1610, in > _deploy_host > (script, ret, host.name(), ), > RuntimeError: /home/myoung/repos/github/ovirt-system-tests/deployment- > vagrant/default/scripts/_home_myoung_repos_github_ovirt- > system-tests_vagrant_.._common_deploy-scripts_setup_storage_unified_el7.sh > failed with status 1 on lago-vagrant-engine > Error while running thread > Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in > _ret_via_queue > queue.put({'return': func()}) > File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1610, in > _deploy_host > (script, ret, host.name(), ), > RuntimeError: /home/myoung/repos/github/ovirt-system-tests/deployment- > vagrant/default/scripts/_home_myoung_repos_github_ovirt- > system-tests_vagrant_.._common_deploy-scripts_setup_storage_unified_el7.sh > failed with status 1 on lago-vagrant-engine > # Deploy environment: ERROR (in 0:01:05) > @ Deploy oVirt environment: ERROR (in 0:01:05) > > Its the same error as here: http://jenkins.ovirt.org > /view/oVirt%20system%20tests/job/ovirt-system-tests_master_ > check-patch-el7-x86_64/1683/console > > > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/devel > -- Eyal edri ASSOCIATE MANAGER RHV DevOps EMEA VIRTUALIZATION R&D Red Hat EMEA <https://www.redhat.com/> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
_______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
