~/src/github.com/openstack-k8s-operators/install_yamls/devsetup ~/ci-framework-data/artifacts ANSIBLE_FORCE_COLOR=true ansible-playbook \ -v -i hosts --tags all \ download_tools.yaml Using /etc/ansible/ansible.cfg as config file PLAY [Download tools] ********************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [download_tools : Install build dependencies] ***************************** changed: [localhost] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: apr-util-1.6.1-23.el9.x86_64", "Installed: httpd-tools-2.4.62-10.el9.x86_64", "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: libosinfo-1.10.0-1.el9.x86_64", "Installed: osinfo-db-20250606-1.el9.noarch", "Installed: osinfo-db-tools-1.10.0-1.el9.x86_64", "Installed: libvirt-client-11.9.0-1.el9.x86_64", "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: libisoburn-1.5.4-5.el9.x86_64", "Installed: xmlstarlet-1.6.1-20.el9.x86_64", "Installed: libisofs-1.5.4-4.el9.x86_64", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: sqlite-3.34.1-9.el9.x86_64", "Installed: skopeo-2:1.20.0-2.el9.x86_64", "Installed: libburn-1.5.4-5.el9.x86_64", "Installed: virt-install-5.0.0-1.el9.noarch", "Installed: virt-manager-common-5.0.0-1.el9.noarch", "Installed: xorriso-1.5.4-5.el9.x86_64", "Installed: python3-argcomplete-1.12.0-5.el9.noarch"]} TASK [download_tools : Set opm download url suffix] **************************** skipping: [localhost] => {"changed": false, "false_condition": "opm_version is undefined or opm_version == \"latest\"", "skip_reason": "Conditional result was False"} TASK [download_tools : Set opm download url suffix] **************************** ok: [localhost] => {"ansible_facts": {"opm_url_suffix": "download/v1.30.0"}, "changed": false} TASK [download_tools : Create $HOME/bin dir] *********************************** ok: [localhost] => {"changed": false, "gid": 1000, "group": "zuul", "mode": "0755", "owner": "zuul", "path": "/home/zuul/bin", "secontext": "unconfined_u:object_r:home_bin_t:s0", "size": 48, "state": "directory", "uid": 1000} TASK [download_tools : Download opm] ******************************************* fatal: [localhost]: FAILED! => {"changed": false, "dest": "/home/zuul/bin/opm", "elapsed": 11, "msg": "Request failed", "response": "HTTP Error 504: Gateway Time-out", "status_code": 504, "url": "https://github.com/operator-framework/operator-registry/releases/download/v1.30.0/linux-amd64-opm"} PLAY RECAP ********************************************************************* localhost : ok=4  changed=1  unreachable=0 failed=1  skipped=1  rescued=0 ignored=0 make: *** [Makefile:197: download_tools] Error 2