~/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 /home/zuul/src/github.com/openstack-k8s-operators/ci-framework/ansible.cfg as config file PLAY [Download tools] ********************************************************** TASK [download_tools : Install build dependencies name=['jq', 'skopeo', 'sqlite', 'httpd-tools', 'virt-install', 'gcc', 'python3-jinja2', 'xmlstarlet', 'openssl']] *** Tuesday 27 January 2026 12:02:41 +0000 (0:00:00.056) 0:00:00.056 ******* Tuesday 27 January 2026 12:02:41 +0000 (0:00:00.054) 0:00:00.054 ******* changed: [localhost] =>   changed: true  msg: ''  rc: 0  results:  - 'Installed: python3-argcomplete-1.12.0-5.el9.noarch'  - 'Installed: apr-1.7.0-12.el9.x86_64'  - 'Installed: virt-install-5.0.0-1.el9.noarch'  - 'Installed: apr-util-1.6.1-23.el9.x86_64'  - 'Installed: virt-manager-common-5.0.0-1.el9.noarch'  - 'Installed: libburn-1.5.4-5.el9.x86_64'  - 'Installed: apr-util-bdb-1.6.1-23.el9.x86_64'  - 'Installed: apr-util-openssl-1.6.1-23.el9.x86_64'  - 'Installed: xorriso-1.5.4-5.el9.x86_64'  - 'Installed: httpd-tools-2.4.62-10.el9.x86_64'  - 'Installed: xmlstarlet-1.6.1-20.el9.x86_64'  - 'Installed: libosinfo-1.10.0-1.el9.x86_64'  - 'Installed: libvirt-client-11.10.0-2.el9.x86_64'  - 'Installed: libisoburn-1.5.4-5.el9.x86_64'  - 'Installed: sqlite-3.34.1-9.el9.x86_64'  - 'Installed: libisofs-1.5.4-4.el9.x86_64'  - 'Installed: skopeo-2:1.20.0-2.el9.x86_64'  - 'Installed: osinfo-db-20250606-1.el9.noarch'  - 'Installed: osinfo-db-tools-1.10.0-1.el9.x86_64' TASK [download_tools : Set opm download url suffix opm_url_suffix=latest/download] *** Tuesday 27 January 2026 12:02:45 +0000 (0:00:04.225) 0:00:04.281 ******* Tuesday 27 January 2026 12:02:45 +0000 (0:00:04.225) 0:00:04.280 ******* 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 opm_url_suffix=download/{{ opm_version }}] *** Tuesday 27 January 2026 12:02:45 +0000 (0:00:00.033) 0:00:04.315 ******* Tuesday 27 January 2026 12:02:45 +0000 (0:00:00.033) 0:00:04.313 ******* ok: [localhost] =>   ansible_facts:  opm_url_suffix: download/v1.30.0  changed: false TASK [download_tools : Create $HOME/bin dir path={{ lookup('env', 'HOME') }}/bin, state=directory, mode=0755] *** Tuesday 27 January 2026 12:02:45 +0000 (0:00:00.036) 0:00:04.351 ******* Tuesday 27 January 2026 12:02:45 +0000 (0:00:00.036) 0:00:04.350 ******* 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 url=https://github.com/operator-framework/operator-registry/releases/{{ opm_url_suffix }}/linux-amd64-opm, dest={{ lookup('env', 'HOME') }}/bin/opm, mode=0755, timeout=30] *** Tuesday 27 January 2026 12:02:46 +0000 (0:00:00.362) 0:00:04.714 ******* Tuesday 27 January 2026 12:02:46 +0000 (0:00:00.362) 0:00:04.712 ******* changed: [localhost] =>   changed: true  checksum_dest: null  checksum_src: 9238abd6903e2fbbb4e1077b6ae3ada340867a32  dest: /home/zuul/bin/opm  elapsed: 2  gid: 1000  group: zuul  md5sum: 7012baf74b8eb8252ce3d768e06f5400  mode: '0755'  msg: OK (54879432 bytes)  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 54879432  src: /home/zuul/.ansible/tmp/ansible-moduletmp-1769515366.5526888-narojo56/tmpwei98uss  state: file  status_code: 200  uid: 1000  url: https://github.com/operator-framework/operator-registry/releases/download/v1.30.0/linux-amd64-opm TASK [download_tools : Get version from sdk_version _sdk_version={{ sdk_version | regex_search('v(.*)', '\1') | first }}] *** Tuesday 27 January 2026 12:02:48 +0000 (0:00:02.689) 0:00:07.403 ******* Tuesday 27 January 2026 12:02:48 +0000 (0:00:02.689) 0:00:07.402 ******* ok: [localhost] =>   ansible_facts:  _sdk_version: 1.41.1  changed: false TASK [download_tools : Set operator-sdk file for version < 1.3.0 _operator_sdk_file=operator-sdk-{{ sdk_version }}-x86_64-linux-gnu] *** Tuesday 27 January 2026 12:02:48 +0000 (0:00:00.049) 0:00:07.453 ******* Tuesday 27 January 2026 12:02:48 +0000 (0:00:00.049) 0:00:07.452 ******* skipping: [localhost] =>   changed: false  false_condition: _sdk_version is version('1.3.0', 'lt', strict=True )  skip_reason: Conditional result was False TASK [download_tools : Set operator-sdk file for version >= 1.3.0 _operator_sdk_file=operator-sdk_linux_amd64] *** Tuesday 27 January 2026 12:02:48 +0000 (0:00:00.041) 0:00:07.495 ******* Tuesday 27 January 2026 12:02:48 +0000 (0:00:00.041) 0:00:07.493 ******* ok: [localhost] =>   ansible_facts:  _operator_sdk_file: operator-sdk_linux_amd64  changed: false TASK [download_tools : Download operator-sdk url=https://github.com/operator-framework/operator-sdk/releases/download/{{ sdk_version }}/{{ _operator_sdk_file }}, dest={{ lookup('env', 'HOME') }}/bin/operator-sdk, mode=0755, force=True, timeout=30] *** Tuesday 27 January 2026 12:02:49 +0000 (0:00:00.079) 0:00:07.574 ******* Tuesday 27 January 2026 12:02:49 +0000 (0:00:00.079) 0:00:07.572 ******* changed: [localhost] =>   changed: true  checksum_dest: null  checksum_src: b29fbaf7b88d11c0fc7b56fc7468cc20bbb00875  dest: /home/zuul/bin/operator-sdk  elapsed: 1  gid: 1000  group: zuul  md5sum: f288351121b669bf298bab2daeb0d4de  mode: '0755'  msg: OK (120534604 bytes)  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 120534604  src: /home/zuul/.ansible/tmp/ansible-moduletmp-1769515369.278722-dw850qfq/tmpgcz7_nja  state: file  status_code: 200  uid: 1000  url: https://github.com/operator-framework/operator-sdk/releases/download/v1.41.1/operator-sdk_linux_amd64 TASK [download_tools : Download and extract kustomize src=https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2F{{ kustomize_version }}/kustomize_{{ kustomize_version }}_linux_amd64.tar.gz, dest={{ lookup('env', 'HOME') }}/bin/, remote_src=True] *** Tuesday 27 January 2026 12:02:50 +0000 (0:00:01.796) 0:00:09.370 ******* Tuesday 27 January 2026 12:02:50 +0000 (0:00:01.796) 0:00:09.368 ******* changed: [localhost] =>   changed: true  dest: /home/zuul/bin/  extract_results:  cmd:  - /usr/bin/gtar  - --extract  - -C  - /home/zuul/bin  - -z  - -f  - /home/zuul/.ansible/tmp/ansible-tmp-1769515370.8557165-30641-257291240537981/kustomize_v5.0.3_linux_amd64y1y1sn2a.tar.gz  err: ''  out: ''  rc: 0  gid: 1000  group: zuul  handler: TgzArchive  mode: '0755'  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 96  src: /home/zuul/.ansible/tmp/ansible-tmp-1769515370.8557165-30641-257291240537981/kustomize_v5.0.3_linux_amd64y1y1sn2a.tar.gz  state: directory  uid: 1000 TASK [download_tools : Download kubectl url=https://dl.k8s.io/release/{{ kubectl_version }}/bin/linux/amd64/kubectl, dest={{ lookup('env', 'HOME') }}/bin/kubectl, mode=0755, timeout=30] *** Tuesday 27 January 2026 12:02:52 +0000 (0:00:01.581) 0:00:10.951 ******* Tuesday 27 January 2026 12:02:52 +0000 (0:00:01.581) 0:00:10.950 ******* ok: [localhost] =>   changed: false  dest: /home/zuul/bin/kubectl  elapsed: 0  gid: 1000  group: zuul  mode: '0755'  msg: 'HTTP Error 304: Not Modified'  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 193741760  state: hard  status_code: 304  uid: 1000  url: https://dl.k8s.io/release/v1.25.7/bin/linux/amd64/kubectl TASK [download_tools : Download kuttl url=https://github.com/kudobuilder/kuttl/releases/download/v{{ kuttl_version }}/kubectl-kuttl_{{ kuttl_version }}_linux_x86_64, dest={{ lookup('env', 'HOME') }}/bin/kubectl-kuttl, mode=0755, timeout=30] *** Tuesday 27 January 2026 12:02:52 +0000 (0:00:00.468) 0:00:11.419 ******* Tuesday 27 January 2026 12:02:52 +0000 (0:00:00.468) 0:00:11.418 ******* changed: [localhost] =>   changed: true  checksum_dest: null  checksum_src: b6a31d1f3601af01fcce998d721a8e71df2fddc2  dest: /home/zuul/bin/kubectl-kuttl  elapsed: 0  gid: 1000  group: zuul  md5sum: 3ff8e2099b841f8ef0766ebc22057376  mode: '0755'  msg: OK (39207064 bytes)  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 39207064  src: /home/zuul/.ansible/tmp/ansible-moduletmp-1769515373.1404305-ojywnx9v/tmpmuvr04sz  state: file  status_code: 200  uid: 1000  url: https://github.com/kudobuilder/kuttl/releases/download/v0.20.0/kubectl-kuttl_0.20.0_linux_x86_64 TASK [download_tools : Download chainsaw src=https://github.com/kyverno/chainsaw/releases/download/v{{ chainsaw_version }}/chainsaw_linux_amd64.tar.gz, dest={{ lookup('env', 'HOME') }}/bin/, remote_src=True, extra_opts=['--exclude', 'README.md', '--exclude', 'LICENSE']] *** Tuesday 27 January 2026 12:02:53 +0000 (0:00:00.827) 0:00:12.247 ******* Tuesday 27 January 2026 12:02:53 +0000 (0:00:00.827) 0:00:12.246 ******* changed: [localhost] =>   changed: true  dest: /home/zuul/bin/  extract_results:  cmd:  - /usr/bin/gtar  - --extract  - -C  - /home/zuul/bin  - -z  - --show-transformed-names  - --exclude  - README.md  - --exclude  - LICENSE  - -f  - /home/zuul/.ansible/tmp/ansible-tmp-1769515373.7381067-30679-91333882602338/chainsaw_linux_amd64c20dq1a_.tar.gz  err: ''  out: ''  rc: 0  gid: 1000  group: zuul  handler: TgzArchive  mode: '0755'  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 133  src: /home/zuul/.ansible/tmp/ansible-tmp-1769515373.7381067-30679-91333882602338/chainsaw_linux_amd64c20dq1a_.tar.gz  state: directory  uid: 1000 TASK [download_tools : Download and extract yq src=https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64.tar.gz, dest={{ lookup('env', 'HOME') }}/bin/, remote_src=True, mode=0755] *** Tuesday 27 January 2026 12:02:56 +0000 (0:00:03.169) 0:00:15.417 ******* Tuesday 27 January 2026 12:02:56 +0000 (0:00:03.169) 0:00:15.415 ******* changed: [localhost] =>   changed: true  dest: /home/zuul/bin/  extract_results:  cmd:  - /usr/bin/gtar  - --extract  - -C  - /home/zuul/bin  - -z  - -f  - /home/zuul/.ansible/tmp/ansible-tmp-1769515376.9042375-30709-35824068137458/yq_linux_amd64ix_gywgx.tar.gz  err: ''  out: ''  rc: 0  gid: 1000  group: zuul  handler: TgzArchive  mode: '0755'  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 4096  src: /home/zuul/.ansible/tmp/ansible-tmp-1769515376.9042375-30709-35824068137458/yq_linux_amd64ix_gywgx.tar.gz  state: directory  uid: 1000 TASK [download_tools : Link yq_linux_amd64 as yq src={{ lookup('env', 'HOME') }}/bin/yq_linux_amd64, dest={{ lookup('env', 'HOME') }}/bin/yq, state=link] *** Tuesday 27 January 2026 12:02:58 +0000 (0:00:01.530) 0:00:16.948 ******* Tuesday 27 January 2026 12:02:58 +0000 (0:00:01.530) 0:00:16.946 ******* changed: [localhost] =>   changed: true  dest: /home/zuul/bin/yq  gid: 1000  group: zuul  mode: '0777'  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 29  src: /home/zuul/bin/yq_linux_amd64  state: link  uid: 1000 TASK [download_tools : Deinstall golang state=absent, name=['golang-bin', 'golang-src', 'golang']] *** Tuesday 27 January 2026 12:02:58 +0000 (0:00:00.214) 0:00:17.162 ******* Tuesday 27 January 2026 12:02:58 +0000 (0:00:00.214) 0:00:17.160 ******* ok: [localhost] =>   changed: false  msg: Nothing to do  rc: 0  results: [] TASK [download_tools : Delete old go version installed from upstream path={{ item }}, state=absent] *** Tuesday 27 January 2026 12:02:59 +0000 (0:00:01.165) 0:00:18.327 ******* Tuesday 27 January 2026 12:02:59 +0000 (0:00:01.165) 0:00:18.326 ******* ok: [localhost] => (item=/usr/local/go) =>   ansible_loop_var: item  changed: false  item: /usr/local/go  path: /usr/local/go  state: absent ok: [localhost] => (item=/home/zuul/bin/go) =>   ansible_loop_var: item  changed: false  item: /home/zuul/bin/go  path: /home/zuul/bin/go  state: absent ok: [localhost] => (item=/home/zuul/bin/gofmt) =>   ansible_loop_var: item  changed: false  item: /home/zuul/bin/gofmt  path: /home/zuul/bin/gofmt  state: absent ok: [localhost] => (item=/usr/local/bin/go) =>   ansible_loop_var: item  changed: false  item: /usr/local/bin/go  path: /usr/local/bin/go  state: absent ok: [localhost] => (item=/usr/local/bin/gofmt) =>   ansible_loop_var: item  changed: false  item: /usr/local/bin/gofmt  path: /usr/local/bin/gofmt  state: absent TASK [download_tools : Download and extract golang src=https://golang.org/dl/go{{ go_version }}.linux-amd64.tar.gz, dest=/usr/local, remote_src=True, extra_opts=['--exclude', 'go/misc', '--exclude', 'go/pkg/linux_amd64_race', '--exclude', 'go/test']] *** Tuesday 27 January 2026 12:03:00 +0000 (0:00:01.027) 0:00:19.355 ******* Tuesday 27 January 2026 12:03:00 +0000 (0:00:01.026) 0:00:19.353 ******* changed: [localhost] =>   changed: true  dest: /usr/local  extract_results:  cmd:  - /bin/gtar  - --extract  - -C  - /usr/local  - -z  - --show-transformed-names  - --exclude  - go/misc  - --exclude  - go/pkg/linux_amd64_race  - --exclude  - go/test  - -f  - /home/zuul/.ansible/tmp/ansible-tmp-1769515380.839473-30772-39798766725240/go1.24.6.linux-amd64f82t3xvw.tar.gz  err: ''  out: ''  rc: 0  gid: 0  group: root  handler: TgzArchive  mode: '0755'  owner: root  secontext: system_u:object_r:usr_t:s0  size: 141  src: /home/zuul/.ansible/tmp/ansible-tmp-1769515380.839473-30772-39798766725240/go1.24.6.linux-amd64f82t3xvw.tar.gz  state: directory  uid: 0 TASK [download_tools : Set alternatives link to installed go version _raw_params=set -e update-alternatives --install /usr/local/bin/{{ item }} {{ item }} /usr/local/go/bin/{{ item }} 1 ] *** Tuesday 27 January 2026 12:03:13 +0000 (0:00:12.613) 0:00:31.968 ******* Tuesday 27 January 2026 12:03:13 +0000 (0:00:12.613) 0:00:31.966 ******* changed: [localhost] => (item=go) =>   ansible_loop_var: item  changed: true  cmd: |  set -e  update-alternatives --install /usr/local/bin/go go /usr/local/go/bin/go 1  delta: '0:00:00.005933'  end: '2026-01-27 12:03:13.794234'  item: go  msg: ''  rc: 0  start: '2026-01-27 12:03:13.788301'  stderr: ''  stderr_lines: []  stdout: ''  stdout_lines: [] changed: [localhost] => (item=gofmt) =>   ansible_loop_var: item  changed: true  cmd: |  set -e  update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/go/bin/gofmt 1  delta: '0:00:00.008913'  end: '2026-01-27 12:03:13.981429'  item: gofmt  msg: ''  rc: 0  start: '2026-01-27 12:03:13.972516'  stderr: ''  stderr_lines: []  stdout: ''  stdout_lines: [] TASK [download_tools : Clean bash cache msg=When move from rpm to upstream version, make sure to clean bash cache using `hash -d go`] *** Tuesday 27 January 2026 12:03:14 +0000 (0:00:00.589) 0:00:32.557 ******* Tuesday 27 January 2026 12:03:14 +0000 (0:00:00.588) 0:00:32.555 ******* ok: [localhost] =>   msg: When move from rpm to upstream version, make sure to clean bash cache using `hash  -d go` PLAY RECAP ********************************************************************* localhost : ok=18  changed=10  unreachable=0 failed=0 skipped=2  rescued=0 ignored=0 Tuesday 27 January 2026 12:03:14 +0000 (0:00:00.089) 0:00:32.646 ******* =============================================================================== download_tools : Download and extract golang --------------------------- 12.61s download_tools : Install build dependencies ----------------------------- 4.23s download_tools : Download chainsaw -------------------------------------- 3.17s download_tools : Download opm ------------------------------------------- 2.69s download_tools : Download operator-sdk ---------------------------------- 1.80s download_tools : Download and extract kustomize ------------------------- 1.58s download_tools : Download and extract yq -------------------------------- 1.53s download_tools : Deinstall golang --------------------------------------- 1.17s download_tools : Delete old go version installed from upstream ---------- 1.03s download_tools : Download kuttl ----------------------------------------- 0.83s download_tools : Set alternatives link to installed go version ---------- 0.59s download_tools : Download kubectl --------------------------------------- 0.47s download_tools : Create $HOME/bin dir ----------------------------------- 0.36s download_tools : Link yq_linux_amd64 as yq ------------------------------ 0.21s download_tools : Clean bash cache --------------------------------------- 0.09s download_tools : Set operator-sdk file for version >= 1.3.0 ------------- 0.08s download_tools : Get version from sdk_version --------------------------- 0.05s download_tools : Set operator-sdk file for version < 1.3.0 -------------- 0.04s download_tools : Set opm download url suffix ---------------------------- 0.04s download_tools : Set opm download url suffix ---------------------------- 0.03s Tuesday 27 January 2026 12:03:14 +0000 (0:00:00.090) 0:00:32.645 ******* =============================================================================== download_tools --------------------------------------------------------- 32.59s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ total ------------------------------------------------------------------ 32.59s ~/ci-framework-data/artifacts