# 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-ciiinokc90/.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_reload_on_reset.yml ******************************************** 1 plays in /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml PLAY [Setup a vm with podman on it] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:2 Saturday 20 April 2024 05:50:35 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] TASK [Test not supported on EL7] *********************************************** task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:6 Saturday 20 April 2024 05:50:36 +0000 (0:00:00.887) 0:00:00.901 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:15 Saturday 20 April 2024 05:50:36 +0000 (0:00:00.017) 0:00:00.918 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:20 Saturday 20 April 2024 05:50:36 +0000 (0:00:00.263) 0:00:01.182 ******** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [Install podman] ********************************************************** task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:24 Saturday 20 April 2024 05:50:36 +0000 (0:00:00.014) 0:00:01.196 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64" ] } lsrpackages: podman TASK [Run test] **************************************************************** task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:30 Saturday 20 April 2024 05:51:43 +0000 (0:01:06.979) 0:01:08.176 ******** changed: [sut] => { "changed": true, "rc": 0 } STDOUT: 0 0 19 STDERR: Shared connection to 10.31.14.15 closed. TASK [Process test results] **************************************************** task path: /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:38 Saturday 20 April 2024 05:52:24 +0000 (0:00:41.263) 0:01:49.440 ******** skipping: [sut] => { "changed": false, "false_condition": "coherence_check | int != 0 or restart_check | int < reload_check | int", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=5 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Saturday 20 April 2024 05:52:24 +0000 (0:00:00.017) 0:01:49.457 ******** =============================================================================== Install podman --------------------------------------------------------- 66.98s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:24 ------------- Run test --------------------------------------------------------------- 41.26s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:30 ------------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:2 -------------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:15 ------------- Test not supported on EL7 ----------------------------------------------- 0.02s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:6 -------------- Process test results ---------------------------------------------------- 0.02s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:38 ------------- Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-weekly-ciiinokc90/tests/tests_reload_on_reset.yml:20 ------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---