# 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 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_default.yml **************************************************** 1 plays in /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** META: ran handlers TASK [Run the role with default parameters] ************************************ task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/tests_default.yml:9 Thursday 01 February 2024 07:02:08 +0000 (0:00:00.019) 0:00:00.019 ***** TASK [linux-system-roles.rhc : Set ansible_facts required by role] ************* task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/main.yml:3 Thursday 01 February 2024 07:02:08 +0000 (0:00:00.014) 0:00:00.034 ***** included: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml for sut TASK [linux-system-roles.rhc : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:3 Thursday 01 February 2024 07:02:08 +0000 (0:00:00.109) 0:00:00.143 ***** ok: [sut] TASK [linux-system-roles.rhc : Check if system is ostree] ********************** task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:12 Thursday 01 February 2024 07:02:09 +0000 (0:00:00.609) 0:00:00.752 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.rhc : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:17 Thursday 01 February 2024 07:02:09 +0000 (0:00:00.271) 0:00:01.023 ***** ok: [sut] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [linux-system-roles.rhc : Check if insights-packages are installed] ******* task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:21 Thursday 01 February 2024 07:02:09 +0000 (0:00:00.023) 0:00:01.046 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.rhc : Handle insights unregistration] ***************** task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/main.yml:6 Thursday 01 February 2024 07:02:09 +0000 (0:00:00.018) 0:00:01.065 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.rhc : Handle system subscription] ********************* task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/main.yml:15 Thursday 01 February 2024 07:02:09 +0000 (0:00:00.019) 0:00:01.085 ***** included: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml for sut TASK [linux-system-roles.rhc : Ensure required packages are installed] ********* task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml:3 Thursday 01 February 2024 07:02:09 +0000 (0:00:00.017) 0:00:01.102 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: virt-what-1.25-5.el9.x86_64", "Installed: python3-librepo-1.14.5-2.el9.x86_64", "Installed: python3-iniparse-0.4-45.el9.noarch", "Installed: python3-inotify-0.9.6-25.el9.noarch", "Installed: subscription-manager-1.29.40-1.el9.x86_64", "Installed: python3-cloud-what-1.29.40-1.el9.x86_64", "Installed: python3-subscription-manager-rhsm-1.29.40-1.el9.x86_64", "Installed: dmidecode-1:3.3-7.el9.x86_64", "Installed: usermode-1.114-4.el9.x86_64", "Installed: python3-decorator-4.4.2-6.el9.noarch", "Installed: libdnf-plugin-subscription-manager-1.29.40-1.el9.x86_64", "Installed: subscription-manager-rhsm-certificates-20220623-1.el9.noarch" ] } TASK [linux-system-roles.rhc : Get subscription status] ************************ task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml:11 Thursday 01 February 2024 07:02:18 +0000 (0:00:08.836) 0:00:09.938 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.rhc : Call subscription-manager] ********************** task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml:24 Thursday 01 February 2024 07:02:18 +0000 (0:00:00.022) 0:00:09.961 ***** fatal: [sut]: FAILED! => { "changed": false } MSG: state is present but any of the following are missing: username, activationkey, token TASK [Assert that the role failed with missing credentials] ******************** task path: /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/tests_default.yml:18 Thursday 01 February 2024 07:02:20 +0000 (0:00:02.052) 0:00:12.013 ***** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=7 changed=1 unreachable=0 failed=0 skipped=3 rescued=1 ignored=0 Thursday 01 February 2024 07:02:20 +0000 (0:00:00.022) 0:00:12.036 ***** =============================================================================== linux-system-roles.rhc : Ensure required packages are installed --------- 8.84s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml:3 linux-system-roles.rhc : Call subscription-manager ---------------------- 2.05s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml:24 linux-system-roles.rhc : Ensure ansible_facts used by role -------------- 0.61s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:3 linux-system-roles.rhc : Check if system is ostree ---------------------- 0.27s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:12 linux-system-roles.rhc : Set ansible_facts required by role ------------- 0.11s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/main.yml:3 linux-system-roles.rhc : Set flag to indicate system is ostree ---------- 0.02s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:17 linux-system-roles.rhc : Get subscription status ------------------------ 0.02s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/subscription-manager.yml:11 Assert that the role failed with missing credentials -------------------- 0.02s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/tests_default.yml:18 -- linux-system-roles.rhc : Handle insights unregistration ----------------- 0.02s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/main.yml:6 linux-system-roles.rhc : Check if insights-packages are installed ------- 0.02s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/set_vars.yml:21 linux-system-roles.rhc : Handle system subscription --------------------- 0.02s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/roles/linux-system-roles.rhc/tasks/main.yml:15 Run the role with default parameters ------------------------------------ 0.01s /WORKDIR/git-tests-candlepin-latest-again1_xu9r8o/tests/tests_default.yml:9 --- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---