# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml statically imported: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml statically imported: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/check_candlepin.yml Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_environments.yml *********************************************** 1 plays in /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tests_environments.yml PLAY [Basic repository enablement/disablement test] **************************** META: ran handlers TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:3 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.015) 0:00:00.015 ******** ok: [sut] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:12 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.019) 0:00:00.034 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:16 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.016) 0:00:00.051 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:24 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.017) 0:00:00.068 ******** ok: [sut] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "admin", "reg_password": "admin", "reg_username": "admin", "release": null, "repositories": [ { "name": "admin-content-label-5051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:32 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.019) 0:00:00.087 ******** ok: [sut] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:37 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.344) 0:00:00.432 ******** ok: [sut] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:9 Tuesday 06 August 2024 12:47:56 +0000 (0:00:00.018) 0:00:00.450 ******** ok: [sut] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:17 Tuesday 06 August 2024 12:47:57 +0000 (0:00:00.412) 0:00:00.863 ******** ok: [sut] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:21 Tuesday 06 August 2024 12:47:57 +0000 (0:00:00.018) 0:00:00.881 ******** ok: [sut] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/admin" }, "changed": false } TASK [Set helper fact with start of podman run invocation] ********************* task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:25 Tuesday 06 August 2024 12:47:57 +0000 (0:00:00.018) 0:00:00.899 ******** ok: [sut] => { "ansible_facts": { "podman_run_cli": [ "podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "", "ghcr.io/ptoscano/candlepin-unofficial" ] }, "changed": false } TASK [Filter empty items from podman run invocation] *************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:46 Tuesday 06 August 2024 12:47:57 +0000 (0:00:00.019) 0:00:00.919 ******** ok: [sut] => { "ansible_facts": { "podman_run_cli": "" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:50 Tuesday 06 August 2024 12:47:57 +0000 (0:00:00.018) 0:00:00.937 ******** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:56 Tuesday 06 August 2024 12:47:57 +0000 (0:00:00.256) 0:00:01.194 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fuse-overlayfs-1.14-1.el9.x86_64", "Installed: passt-0^20240624.g1ee2eca-1.el9.x86_64", "Installed: fuse3-3.10.2-9.el9.x86_64", "Installed: passt-selinux-0^20240624.g1ee2eca-1.el9.noarch", "Installed: aardvark-dns-2:1.11.0-1.el9.x86_64", "Installed: slirp4netns-1.3.1-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-9.el9.x86_64", "Installed: netavark-2:1.11.0-1.el9.x86_64", "Installed: libnet-1.2-7.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.15-1.el9.x86_64", "Installed: conmon-3:2.1.12-1.el9.x86_64", "Installed: podman-2:5.1.2-1.el9.x86_64", "Installed: fuse-common-3.10.2-9.el9.x86_64", "Installed: container-selinux-3:2.232.1-1.el9.noarch", "Installed: libslirp-4.4.0-8.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-9.el9.x86_64", "Installed: containers-common-2:1-90.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64" ] } TASK [Stop and remove Candlepin container] ************************************* task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:64 Tuesday 06 August 2024 12:49:12 +0000 (0:01:15.322) 0:01:16.516 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "stop", "candlepin" ], "delta": "0:00:00.100896", "end": "2024-08-06 12:49:13.138193", "failed_when_result": false, "rc": 125, "start": "2024-08-06 12:49:13.037297" } STDERR: Error: no container with name or ID "candlepin" found: no such container MSG: non-zero return code TASK [Start Candlepin container] *********************************************** task path: /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:76 Tuesday 06 August 2024 12:49:13 +0000 (0:00:00.477) 0:01:16.994 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "''", "rc": 2 } MSG: [Errno 2] No such file or directory: b'' to retry, use: --limit @/tmp/tests_environments.retry PLAY RECAP ********************************************************************* sut : ok=12 changed=2 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 Tuesday 06 August 2024 12:49:13 +0000 (0:00:00.190) 0:01:17.184 ******** =============================================================================== Install needed packages ------------------------------------------------ 75.32s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:56 Stop and remove Candlepin container ------------------------------------- 0.48s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:64 Get facts for external test data ---------------------------------------- 0.41s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:9 Check if system is ostree ----------------------------------------------- 0.34s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:32 Add candlepin hostname to /etc/hosts ------------------------------------ 0.26s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:50 Start Candlepin container ----------------------------------------------- 0.19s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:76 Set helper fact with start of podman run invocation --------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:25 Set local lsr_rhc_test_data --------------------------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:24 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:3 Set helper fact for Candlepin base URL ---------------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:17 Set flag to indicate system is ostree ----------------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:37 Filter empty items from podman run invocation --------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:46 Set helper fact for Candlepin owner URL --------------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_candlepin.yml:21 Get facts for external test data ---------------------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:16 Import test data -------------------------------------------------------- 0.02s /WORKDIR/git-tests-using-podman-directlyrk_ovoq5/tests/tasks/setup_test_data.yml:12 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---