# 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_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 08 June 2024 13:44:10 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.685) 0:00:00.698 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.259) 0:00:00.957 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.019) 0:00:00.977 ********* included: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.013) 0:00:00.990 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.018) 0:00:01.009 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.018) 0:00:01.028 ********* included: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.010) 0:00:01.039 ********* included: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.010) 0:00:01.049 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003118", "end": "2024-06-08 09:44:11.908006", "rc": 0, "start": "2024-06-08 09:44:11.904888" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.255) 0:00:01.305 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.047) 0:00:01.352 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:44:11 +0000 (0:00:00.020) 0:00:01.372 ********* FAILED - RETRYING: Install iproute (6 retries left). FAILED - RETRYING: Install iproute (5 retries left). FAILED - RETRYING: Install iproute (4 retries left). FAILED - RETRYING: Install iproute (3 retries left). FAILED - RETRYING: Install iproute (2 retries left). FAILED - RETRYING: Install iproute (1 retries left). fatal: [sut]: FAILED! => { "attempts": 6, "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist to retry, use: --limit @/tmp/tests_change_indication_on_repeat_run.retry PLAY RECAP ********************************************************************* sut : ok=9 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 Saturday 08 June 2024 13:45:17 +0000 (0:01:05.533) 0:01:06.906 ********* =============================================================================== Install iproute -------------------------------------------------------- 65.53s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:4 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:13 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/get_current_interfaces.yml:3 ------- Set current_interfaces -------------------------------------------------- 0.05s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/get_current_interfaces.yml:9 ------- Show current_interfaces ------------------------------------------------- 0.02s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/show_interfaces.yml:5 -------------- Set flag to indicate system is ostree ----------------------------------- 0.02s /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:18 Ensure type in ["dummy", "tap", "veth"] --------------------------------- 0.02s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:8 -------- Ensure state in ["present", "absent"] ----------------------------------- 0.02s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:3 -------- Include the task 'manage_test_interface.yml' ---------------------------- 0.01s /WORKDIR/git-weekly-ciuory3ar6/tests/tests_change_indication_on_repeat_run.yml:21 Include the task 'show_interfaces.yml' ---------------------------------- 0.01s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/manage_test_interface.yml:13 ------- Include the task 'get_current_interfaces.yml' --------------------------- 0.01s /WORKDIR/git-weekly-ciuory3ar6/tests/tasks/show_interfaces.yml:3 -------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---