# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciwyh4wa92/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /WORKDIR/git-weekly-ciwyh4wa92/tests/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Run the role with default parameters] ************************************ task path: /WORKDIR/git-weekly-ciwyh4wa92/tests/tests_default.yml:9 Saturday 02 December 2023 19:40:54 +0000 (0:00:00.023) 0:00:00.023 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Saturday 02 December 2023 19:40:54 +0000 (0:00:00.014) 0:00:00.037 ***** included: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Saturday 02 December 2023 19:40:54 +0000 (0:00:00.013) 0:00:00.051 ***** ok: [sut] TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:14 Saturday 02 December 2023 19:40:55 +0000 (0:00:00.518) 0:00:00.569 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.rhc : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:19 Saturday 02 December 2023 19:40:55 +0000 (0:00:00.272) 0:00:00.841 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:26 Saturday 02 December 2023 19:40:55 +0000 (0:00:00.020) 0:00:00.861 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Saturday 02 December 2023 19:40:55 +0000 (0:00:00.008) 0:00:00.870 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Saturday 02 December 2023 19:40:55 +0000 (0:00:00.008) 0:00:00.878 ***** included: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Saturday 02 December 2023 19:40:55 +0000 (0:00:00.040) 0:00:00.919 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: usermode-1.113-2.el8.x86_64", "Installed: dnf-plugin-subscription-manager-1.28.40-1.el8.x86_64", "Installed: python3-iniparse-0.4-31.el8.noarch", "Installed: python3-inotify-0.9.6-13.el8.noarch", "Installed: python3-ethtool-0.14-5.el8.x86_64", "Installed: python3-cloud-what-1.28.40-1.el8.x86_64", "Installed: subscription-manager-rhsm-certificates-20220623-1.el8.noarch", "Installed: subscription-manager-1.28.40-1.el8.x86_64", "Installed: python3-librepo-1.14.2-4.el8.x86_64", "Installed: python3-subscription-manager-rhsm-1.28.40-1.el8.x86_64" ] } lsrpackages: subscription-manager TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Saturday 02 December 2023 19:41:04 +0000 (0:00:08.531) 0:00:09.451 ***** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:22 Saturday 02 December 2023 19:41:04 +0000 (0:00:00.021) 0:00:09.472 ***** 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-weekly-ciwyh4wa92/tests/tests_default.yml:18 Saturday 02 December 2023 19:41:05 +0000 (0:00:01.060) 0:00:10.532 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=6 changed=1 unreachable=0 failed=0 skipped=4 rescued=1 ignored=0 Saturday 02 December 2023 19:41:05 +0000 (0:00:00.013) 0:00:10.546 ***** =============================================================================== fedora.linux_system_roles.rhc : Ensure required packages are installed --- 8.53s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.06s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:22 fedora.linux_system_roles.rhc : Ensure ansible_facts used by role ------- 0.52s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.27s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:14 fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.04s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.02s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 fedora.linux_system_roles.rhc : Set package manager to use for ostree --- 0.02s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:19 Run the role with default parameters ------------------------------------ 0.01s /WORKDIR/git-weekly-ciwyh4wa92/tests/tests_default.yml:9 ---------------------- Assert that the role failed with missing credentials -------------------- 0.01s /WORKDIR/git-weekly-ciwyh4wa92/tests/tests_default.yml:18 --------------------- fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.01s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 fedora.linux_system_roles.rhc : Check if insights-packages are installed --- 0.01s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:26 fedora.linux_system_roles.rhc : Handle insights unregistration ---------- 0.01s /WORKDIR/git-weekly-ciwyh4wa92/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---