
On Sun, Jun 28, 2020 at 1:23 PM Yedidyah Bar David <didi@redhat.com> wrote:
On Sun, Jun 28, 2020 at 6:23 AM <jenkins@jenkins.phx.ovirt.org> wrote:
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1655/
This fails for some time now. Checked last one ^^, and it failed in:
https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1655/...
2020-06-27 23:05:02,253-0400 INFO ansible task start {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_task': 'ovirt.hosted_engine_setup : Check OVF_STORE volume status'} 2020-06-27 23:05:02,253-0400 DEBUG ansible on_any args TASK: ovirt.hosted_engine_setup : Check OVF_STORE volume status kwargs is_conditional:False 2020-06-27 23:05:02,254-0400 DEBUG ansible on_any args localhostTASK: ovirt.hosted_engine_setup : Check OVF_STORE volume status kwargs 2020-06-27 23:05:03,816-0400 DEBUG ansible on_any args <ansible.executor.task_result.TaskResult object at 0x7f454e3d1eb8> kwargs ...
2020-06-27 23:09:39,166-0400 DEBUG var changed: host "localhost" var "ovf_store_status" type "<class 'dict'>" value: "{ "changed": true, "failed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "item", "attempts": 12,
Meaning, it ran 12 times the command:
vdsm-client Volume getInfo storagepoolID=41c9fdea-b8e9-11ea-ae2a-5452c0a8c863 storagedomainID=10a69775-8fb6-437d-9e78-2ecfd77c0a45 imageID=c2ad2065-1c8b-4ec1-afdd-f7cefc708cf9 volumeID=6b835f55-a512-4f83-9d25-f6837d8b5cb1
and never got a result with output including "Updated". Any idea?
I don't know what is the meaning of "Updated". When you call the vdsm API you should get a response. If you don't get any response maybe vdsm is blocked on inaccessible storage. Or maybe the OVF volume was not created yet and you get an error that the volume does not exist.
Perhaps it's just a bug in the test, and we should test something else other than "Updated"?
Or perhaps there was some other problem but I failed to find it?
Thanks,
Build Number: 1655 Build Status: Still Failing Triggered By: Started by timer
------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1643 [Galit] Add missing repo which has collectd-write_syslog
[Sandro Bonazzola] Revert "ovirt-release: run only on fc29 nodes"
Changes for Build #1644 [Michal Skrivanek] make GLANCE failures fatal
Changes for Build #1645 [Michal Skrivanek] use // in glance URL
Changes for Build #1646 [Galit] Fix: No module named ost_utils.memoized
Changes for Build #1647 [Martin Necas] ansible: fix deploy scripts to el8
[arachmani] Add arachman@redhat.com to jenkins recipient lists
Changes for Build #1648 [Martin Necas] ansible: fix deploy scripts to el8
[Evgheni Dereveanchin] Do not run jenkins check-patch job on fc29
Changes for Build #1649 [Martin Necas] ansible: fix deploy scripts to el8
Changes for Build #1650 [Martin Necas] ansible: fix deploy scripts to el8
Changes for Build #1651 [Galit] Add centos8.2 official to templates
Changes for Build #1652 [Evgeny Slutsky] he-basic-suite-master: Add Domain_name to the host when vm_run
[Gal Ben Haim] Add gcc to fcraw
[Sandro Bonazzola] pipelines: add ovirt-dependencies
Changes for Build #1653 [Evgeny Slutsky] he-basic-suite-master: Add Domain_name to the host when vm_run
Changes for Build #1654 [Galit] Add centos 8.2 image: el8.2-base
[Evgheni Dereveanchin] do not expand values in run_oc_playbook
Changes for Build #1655 [Galit] Add centos 8.2 image: el8.2-base
----------------- Failed Tests: ----------------- No tests ran.
-- Didi