~/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/.cache/molecule/env_op_images/default/ansible.cfg as config file PLAY [Download tools] ********************************************************** TASK [Gathering Facts] ********************************************************* Wednesday 08 October 2025 15:53:18 +0000 (0:00:00.014) 0:00:00.014 ***** ok: [localhost] TASK [download_tools : Install build dependencies] ***************************** Wednesday 08 October 2025 15:53:19 +0000 (0:00:00.932) 0:00:00.947 ***** changed: [localhost] => changed=true   msg: ''  rc: 0  results:  - 'Installed: libosinfo-1.10.0-1.el9.x86_64'  - 'Installed: apr-util-1.6.1-23.el9.x86_64'  - 'Installed: virt-manager-common-5.0.0-1.el9.noarch'  - 'Installed: python3-argcomplete-1.12.0-5.el9.noarch'  - 'Installed: apr-util-bdb-1.6.1-23.el9.x86_64'  - 'Installed: libburn-1.5.4-5.el9.x86_64'  - 'Installed: xorriso-1.5.4-5.el9.x86_64'  - 'Installed: libisoburn-1.5.4-5.el9.x86_64'  - 'Installed: httpd-tools-2.4.62-7.el9.x86_64'  - 'Installed: xmlstarlet-1.6.1-20.el9.x86_64'  - 'Installed: apr-util-openssl-1.6.1-23.el9.x86_64'  - 'Installed: libisofs-1.5.4-4.el9.x86_64'  - 'Installed: virt-install-5.0.0-1.el9.noarch'  - 'Installed: apr-1.7.0-12.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] **************************** Wednesday 08 October 2025 15:53:24 +0000 (0:00:05.602) 0:00:06.549 ***** 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] **************************** Wednesday 08 October 2025 15:53:24 +0000 (0:00:00.022) 0:00:06.572 ***** ok: [localhost] => changed=false   ansible_facts:  opm_url_suffix: download/v1.30.0 TASK [download_tools : Create $HOME/bin dir] *********************************** Wednesday 08 October 2025 15:53:24 +0000 (0:00:00.026) 0:00:06.599 ***** 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] ******************************************* Wednesday 08 October 2025 15:53:25 +0000 (0:00:00.290) 0:00:06.889 ***** changed: [localhost] => changed=true   checksum_dest: null  checksum_src: 9238abd6903e2fbbb4e1077b6ae3ada340867a32  dest: /home/zuul/bin/opm  elapsed: 0  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: /tmp/ansible-tmp-1759938805.0152109-16020-10893739905886/tmpx_uxilk4  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] *************************** Wednesday 08 October 2025 15:53:26 +0000 (0:00:01.311) 0:00:08.200 ***** ok: [localhost] => changed=false   ansible_facts:  _sdk_version: 1.31.0 TASK [download_tools : Set operator-sdk file for version < 1.3.0] ************** Wednesday 08 October 2025 15:53:26 +0000 (0:00:00.032) 0:00:08.232 ***** 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] ************* Wednesday 08 October 2025 15:53:26 +0000 (0:00:00.020) 0:00:08.253 ***** ok: [localhost] => changed=false   ansible_facts:  _operator_sdk_file: operator-sdk_linux_amd64 TASK [download_tools : Download operator-sdk] ********************************** Wednesday 08 October 2025 15:53:26 +0000 (0:00:00.022) 0:00:08.276 ***** changed: [localhost] => changed=true   checksum_dest: null  checksum_src: f49ec7c9b89b59b6ad015ec7c43fe2bf0337a135  dest: /home/zuul/bin/operator-sdk  elapsed: 1  gid: 1000  group: zuul  md5sum: 0cc7d3e4d4efe60d7c6d8ecbddac8642  mode: '0755'  msg: OK (88330149 bytes)  owner: zuul  secontext: unconfined_u:object_r:home_bin_t:s0  size: 88330149  src: /tmp/ansible-tmp-1759938806.402054-16041-137406260709868/tmpart0gaca  state: file  status_code: 200  uid: 1000  url: https://github.com/operator-framework/operator-sdk/releases/download/v1.31.0/operator-sdk_linux_amd64 TASK [download_tools : Download and extract kustomize] ************************* Wednesday 08 October 2025 15:53:28 +0000 (0:00:02.456) 0:00:10.732 ***** changed: [localhost] => changed=true   dest: /home/zuul/bin/  extract_results:  cmd:  - /usr/bin/gtar  - --extract  - -C  - /home/zuul/bin  - -z  - -f  - /tmp/ansible-tmp-1759938808.8591025-16056-28824728487514/kustomize_v5.0.3_linux_amd64cf3nu036.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: /tmp/ansible-tmp-1759938808.8591025-16056-28824728487514/kustomize_v5.0.3_linux_amd64cf3nu036.tar.gz  state: directory  uid: 1000 TASK [download_tools : Download kubectl] *************************************** Wednesday 08 October 2025 15:53:30 +0000 (0:00:01.388) 0:00:12.120 ***** 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: 186936912  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] ***************************************** Wednesday 08 October 2025 15:53:30 +0000 (0:00:00.530) 0:00:12.651 ***** 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: /tmp/ansible-tmp-1759938810.7773442-16104-141241773549045/tmpfxh8rzb_  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] ************************************** Wednesday 08 October 2025 15:53:32 +0000 (0:00:01.285) 0:00:13.936 ***** 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  - /tmp/ansible-tmp-1759938812.0653348-16119-197593780981219/chainsaw_linux_amd64adulto08.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: /tmp/ansible-tmp-1759938812.0653348-16119-197593780981219/chainsaw_linux_amd64adulto08.tar.gz  state: directory  uid: 1000 TASK [download_tools : Download and extract yq] ******************************** Wednesday 08 October 2025 15:53:35 +0000 (0:00:03.256) 0:00:17.193 ***** changed: [localhost] => changed=true   dest: /home/zuul/bin/  extract_results:  cmd:  - /usr/bin/gtar  - --extract  - -C  - /home/zuul/bin  - -z  - -f  - /tmp/ansible-tmp-1759938815.3195508-16165-139309061890095/yq_linux_amd64i3bc88ow.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: /tmp/ansible-tmp-1759938815.3195508-16165-139309061890095/yq_linux_amd64i3bc88ow.tar.gz  state: directory  uid: 1000 TASK [download_tools : Link yq_linux_amd64 as yq] ****************************** Wednesday 08 October 2025 15:53:36 +0000 (0:00:01.377) 0:00:18.570 ***** 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] *************************************** Wednesday 08 October 2025 15:53:36 +0000 (0:00:00.201) 0:00:18.772 ***** changed: [localhost] => changed=true   msg: ''  rc: 0  results:  - 'Removed: golang-race-1.23.4-1.el9.x86_64'  - 'Removed: golang-src-1.23.4-1.el9.noarch'  - 'Removed: golang-1.23.4-1.el9.x86_64'  - 'Removed: golang-bin-1.23.4-1.el9.x86_64' TASK [download_tools : Delete old go version installed from upstream] ********** Wednesday 08 October 2025 15:53:39 +0000 (0:00:02.439) 0:00:21.212 ***** ok: [localhost] => (item=/usr/local/go) => changed=false   ansible_loop_var: item  item: /usr/local/go  path: /usr/local/go  state: absent ok: [localhost] => (item=/home/zuul/bin/go) => changed=false   ansible_loop_var: item  item: /home/zuul/bin/go  path: /home/zuul/bin/go  state: absent ok: [localhost] => (item=/home/zuul/bin/gofmt) => changed=false   ansible_loop_var: item  item: /home/zuul/bin/gofmt  path: /home/zuul/bin/gofmt  state: absent ok: [localhost] => (item=/usr/local/bin/go) => changed=false   ansible_loop_var: item  item: /usr/local/bin/go  path: /usr/local/bin/go  state: absent ok: [localhost] => (item=/usr/local/bin/gofmt) => changed=false   ansible_loop_var: item  item: /usr/local/bin/gofmt  path: /usr/local/bin/gofmt  state: absent TASK [download_tools : Download and extract golang] **************************** Wednesday 08 October 2025 15:53:40 +0000 (0:00:00.983) 0:00:22.195 ***** 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  - /tmp/ansible-tmp-1759938820.3197749-16313-121345890855582/go1.24.6.linux-amd64em2chh_r.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: /tmp/ansible-tmp-1759938820.3197749-16313-121345890855582/go1.24.6.linux-amd64em2chh_r.tar.gz  state: directory  uid: 0 TASK [download_tools : Set alternatives link to installed go version] ********** Wednesday 08 October 2025 15:53:52 +0000 (0:00:12.619) 0:00:34.814 ***** changed: [localhost] => (item=go) => changed=true   ansible_loop_var: item  cmd: |-  set -e  update-alternatives --install /usr/local/bin/go go /usr/local/go/bin/go 1  delta: '0:00:00.005156'  end: '2025-10-08 15:53:53.192040'  item: go  msg: ''  rc: 0  start: '2025-10-08 15:53:53.186884'  stderr: ''  stderr_lines:   stdout: ''  stdout_lines:  changed: [localhost] => (item=gofmt) => changed=true   ansible_loop_var: item  cmd: |-  set -e  update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/go/bin/gofmt 1  delta: '0:00:00.004463'  end: '2025-10-08 15:53:53.377159'  item: gofmt  msg: ''  rc: 0  start: '2025-10-08 15:53:53.372696'  stderr: ''  stderr_lines:   stdout: ''  stdout_lines:  TASK [download_tools : Clean bash cache] *************************************** Wednesday 08 October 2025 15:53:53 +0000 (0:00:00.484) 0:00:35.298 ***** ok: [localhost] =>   msg: When move from rpm to upstream version, make sure to clean bash cache using `hash -d go` PLAY RECAP ********************************************************************* localhost : ok=19  changed=11  unreachable=0 failed=0 skipped=2  rescued=0 ignored=0 Wednesday 08 October 2025 15:53:53 +0000 (0:00:00.039) 0:00:35.338 ***** =============================================================================== download_tools : Download and extract golang --------------------------- 12.62s download_tools : Install build dependencies ----------------------------- 5.60s download_tools : Download chainsaw -------------------------------------- 3.26s download_tools : Download operator-sdk ---------------------------------- 2.46s download_tools : Deinstall golang --------------------------------------- 2.44s download_tools : Download and extract kustomize ------------------------- 1.39s download_tools : Download and extract yq -------------------------------- 1.38s download_tools : Download opm ------------------------------------------- 1.31s download_tools : Download kuttl ----------------------------------------- 1.29s download_tools : Delete old go version installed from upstream ---------- 0.98s Gathering Facts --------------------------------------------------------- 0.93s download_tools : Download kubectl --------------------------------------- 0.53s download_tools : Set alternatives link to installed go version ---------- 0.48s download_tools : Create $HOME/bin dir ----------------------------------- 0.29s download_tools : Link yq_linux_amd64 as yq ------------------------------ 0.20s download_tools : Clean bash cache --------------------------------------- 0.04s download_tools : Get version from sdk_version --------------------------- 0.03s download_tools : Set opm download url suffix ---------------------------- 0.03s download_tools : Set opm download url suffix ---------------------------- 0.02s download_tools : Set operator-sdk file for version >= 1.3.0 ------------- 0.02s ~/ci-framework-data/artifacts