2025-10-12 05:49:19,309 p=28999 u=zuul n=ansible | [WARNING]: Found variable using reserved name: namespace 2025-10-12 05:49:19,310 p=28999 u=zuul n=ansible | PLAY [Download tools] ********************************************************** 2025-10-12 05:49:19,345 p=28999 u=zuul n=ansible | TASK [download_tools : Install build dependencies name=['jq', 'skopeo', 'sqlite', 'httpd-tools', 'virt-install', 'gcc', 'python3-jinja2', 'xmlstarlet', 'openssl']] *** 2025-10-12 05:49:19,346 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:19 +0000 (0:00:00.039) 0:00:00.039 ******** 2025-10-12 05:49:23,859 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:23,867 p=28999 u=zuul n=ansible | TASK [download_tools : Set opm download url suffix opm_url_suffix=latest/download] *** 2025-10-12 05:49:23,867 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:23 +0000 (0:00:04.521) 0:00:04.560 ******** 2025-10-12 05:49:23,885 p=28999 u=zuul n=ansible | skipping: [localhost] 2025-10-12 05:49:23,894 p=28999 u=zuul n=ansible | TASK [download_tools : Set opm download url suffix opm_url_suffix=download/{{ opm_version }}] *** 2025-10-12 05:49:23,894 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:23 +0000 (0:00:00.027) 0:00:04.587 ******** 2025-10-12 05:49:23,914 p=28999 u=zuul n=ansible | ok: [localhost] 2025-10-12 05:49:23,923 p=28999 u=zuul n=ansible | TASK [download_tools : Create $HOME/bin dir path={{ lookup('env', 'HOME') }}/bin, state=directory, mode=0755] *** 2025-10-12 05:49:23,924 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:23 +0000 (0:00:00.029) 0:00:04.617 ******** 2025-10-12 05:49:24,212 p=28999 u=zuul n=ansible | ok: [localhost] 2025-10-12 05:49:24,225 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:24,225 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:24 +0000 (0:00:00.301) 0:00:04.918 ******** 2025-10-12 05:49:25,300 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:25,310 p=28999 u=zuul n=ansible | TASK [download_tools : Get version from sdk_version _sdk_version={{ sdk_version | regex_search('v(.*)', '\1') | first }}] *** 2025-10-12 05:49:25,310 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:25 +0000 (0:00:01.084) 0:00:06.003 ******** 2025-10-12 05:49:25,337 p=28999 u=zuul n=ansible | ok: [localhost] 2025-10-12 05:49:25,347 p=28999 u=zuul n=ansible | TASK [download_tools : Set operator-sdk file for version < 1.3.0 _operator_sdk_file=operator-sdk-{{ sdk_version }}-x86_64-linux-gnu] *** 2025-10-12 05:49:25,347 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:25 +0000 (0:00:00.037) 0:00:06.040 ******** 2025-10-12 05:49:25,364 p=28999 u=zuul n=ansible | skipping: [localhost] 2025-10-12 05:49:25,373 p=28999 u=zuul n=ansible | TASK [download_tools : Set operator-sdk file for version >= 1.3.0 _operator_sdk_file=operator-sdk_linux_amd64] *** 2025-10-12 05:49:25,373 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:25 +0000 (0:00:00.025) 0:00:06.066 ******** 2025-10-12 05:49:25,392 p=28999 u=zuul n=ansible | ok: [localhost] 2025-10-12 05:49:25,401 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:25,401 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:25 +0000 (0:00:00.027) 0:00:06.094 ******** 2025-10-12 05:49:27,449 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:27,469 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:27,469 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:27 +0000 (0:00:02.068) 0:00:08.162 ******** 2025-10-12 05:49:28,989 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:28,997 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:28,997 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:28 +0000 (0:00:01.528) 0:00:09.690 ******** 2025-10-12 05:49:29,539 p=28999 u=zuul n=ansible | ok: [localhost] 2025-10-12 05:49:29,562 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:29,562 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:29 +0000 (0:00:00.564) 0:00:10.255 ******** 2025-10-12 05:49:30,430 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:30,439 p=28999 u=zuul n=ansible | 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']] *** 2025-10-12 05:49:30,439 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:30 +0000 (0:00:00.876) 0:00:11.132 ******** 2025-10-12 05:49:34,066 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:34,080 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:34,080 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:34 +0000 (0:00:03.641) 0:00:14.773 ******** 2025-10-12 05:49:35,833 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:35,846 p=28999 u=zuul n=ansible | 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] *** 2025-10-12 05:49:35,846 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:35 +0000 (0:00:01.765) 0:00:16.539 ******** 2025-10-12 05:49:36,014 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:36,028 p=28999 u=zuul n=ansible | TASK [download_tools : Deinstall golang state=absent, name=['golang-bin', 'golang-src', 'golang']] *** 2025-10-12 05:49:36,028 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:36 +0000 (0:00:00.182) 0:00:16.721 ******** 2025-10-12 05:49:37,178 p=28999 u=zuul n=ansible | ok: [localhost] 2025-10-12 05:49:37,197 p=28999 u=zuul n=ansible | TASK [download_tools : Delete old go version installed from upstream path={{ item }}, state=absent] *** 2025-10-12 05:49:37,197 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:37 +0000 (0:00:01.168) 0:00:17.890 ******** 2025-10-12 05:49:37,392 p=28999 u=zuul n=ansible | ok: [localhost] => (item=/usr/local/go) 2025-10-12 05:49:37,569 p=28999 u=zuul n=ansible | ok: [localhost] => (item=/home/zuul/bin/go) 2025-10-12 05:49:37,796 p=28999 u=zuul n=ansible | ok: [localhost] => (item=/home/zuul/bin/gofmt) 2025-10-12 05:49:37,980 p=28999 u=zuul n=ansible | ok: [localhost] => (item=/usr/local/bin/go) 2025-10-12 05:49:38,196 p=28999 u=zuul n=ansible | ok: [localhost] => (item=/usr/local/bin/gofmt) 2025-10-12 05:49:38,206 p=28999 u=zuul n=ansible | 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']] *** 2025-10-12 05:49:38,206 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:38 +0000 (0:00:01.008) 0:00:18.899 ******** 2025-10-12 05:49:50,837 p=28999 u=zuul n=ansible | changed: [localhost] 2025-10-12 05:49:50,847 p=28999 u=zuul n=ansible | 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 ] *** 2025-10-12 05:49:50,847 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:50 +0000 (0:00:12.641) 0:00:31.540 ******** 2025-10-12 05:49:51,203 p=28999 u=zuul n=ansible | changed: [localhost] => (item=go) 2025-10-12 05:49:51,379 p=28999 u=zuul n=ansible | changed: [localhost] => (item=gofmt) 2025-10-12 05:49:51,388 p=28999 u=zuul n=ansible | TASK [download_tools : Clean bash cache msg=When move from rpm to upstream version, make sure to clean bash cache using `hash -d go`] *** 2025-10-12 05:49:51,388 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:51 +0000 (0:00:00.541) 0:00:32.081 ******** 2025-10-12 05:49:51,402 p=28999 u=zuul n=ansible | ok: [localhost] => msg: When move from rpm to upstream version, make sure to clean bash cache using `hash -d go` 2025-10-12 05:49:51,454 p=28999 u=zuul n=ansible | PLAY RECAP ********************************************************************* 2025-10-12 05:49:51,454 p=28999 u=zuul n=ansible | localhost : ok=18 changed=10 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-12 05:49:51,454 p=28999 u=zuul n=ansible | Sunday 12 October 2025 05:49:51 +0000 (0:00:00.066) 0:00:32.148 ******** 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | =============================================================================== 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download and extract golang --------------------------- 12.64s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Install build dependencies ----------------------------- 4.52s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download chainsaw -------------------------------------- 3.64s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download operator-sdk ---------------------------------- 2.07s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download and extract yq -------------------------------- 1.77s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download and extract kustomize ------------------------- 1.53s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Deinstall golang --------------------------------------- 1.17s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download opm ------------------------------------------- 1.08s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Delete old go version installed from upstream ---------- 1.01s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download kuttl ----------------------------------------- 0.88s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Download kubectl --------------------------------------- 0.56s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Set alternatives link to installed go version ---------- 0.54s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Create $HOME/bin dir ----------------------------------- 0.30s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Link yq_linux_amd64 as yq ------------------------------ 0.18s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Clean bash cache --------------------------------------- 0.07s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Get version from sdk_version --------------------------- 0.04s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Set opm download url suffix ---------------------------- 0.03s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Set operator-sdk file for version >= 1.3.0 ------------- 0.03s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Set opm download url suffix ---------------------------- 0.03s 2025-10-12 05:49:51,455 p=28999 u=zuul n=ansible | download_tools : Set operator-sdk file for version < 1.3.0 -------------- 0.03s